UCF STIG Viewer Logo

The system must use initial TCP sequence numbers most resistant to sequence number guessing attacks.


Overview

Finding ID Version Rule ID IA Controls Severity
V-12001 GEN003580 SV-27416r1_rule ECSC-1 Medium
Description
One use of initial TCP sequence numbers is to verify bidirectional communication between two hosts, which provides some protection against spoofed source addresses being used by the connection originator. If the initial TCP sequence numbers for a host can be determined by an attacker, it may be possible to establish a TCP connection from a spoofed source address without bidirectional communication.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-28602r1_chk )
# grep "TCP_STRONG_ISS=2" /etc/default/inetinit
If this variable is not set, this is a finding.
Fix Text (F-24688r1_fix)
Edit /etc/default/inetinit and set the TCP_STRONG_ISS parameter to 2.