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-227792 GEN003580 SV-227792r603266_rule 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 10 X86 Security Technical Implementation Guide 2022-09-07

Details

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