Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 5.82 KB

File metadata and controls

38 lines (32 loc) · 5.82 KB

Handling of TCP Segments with the SYN-bit Set in the FIN-WAIT-2 State

Description

This set of tests focuses on the handling of SYN-segments in the FIN-WAIT-2 state.

RFC 0793 requires the sending of a TCP segment with the RST bit set in response to a SYN segment fullfiling RCV.NXT <= SEG.SEQ < RCV.NXT+RCV.WND. In all other cases, a challenge ACK has to be sent.

For mitigating blind attacks, RFC 5961 requires the sending of a challenge ACK in any case.

In FreeBSD, the sysctl-variable net.inet.tcp.insecure_syn can be used to select if procedures described in RFC 0793 or RFC 5961 are followed. The default is to follow RFC 5961.

Status

Name Result FreeBSD 11.0 Result FreeBSD Head
rcv-syn-fin-wait-2-outside-left-secure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-outside-left-secure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-left-edge-secure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-left-edge-secure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-right-edge-secure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-right-edge-secure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-outside-right-secure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-outside-right-secure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-outside-left-insecure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-outside-left-insecure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-left-edge-insecure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-left-edge-insecure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-right-edge-insecure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-right-edge-insecure-ipv6 Unknown Passed
rcv-syn-fin-wait-2-outside-right-insecure-ipv4 Unknown Passed
rcv-syn-fin-wait-2-outside-right-insecure-ipv6 Unknown Passed