UCF STIG Viewer Logo

The system must prevent local applications from generating source-routed packets.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226894 GEN003606 SV-226894r603265_rule Medium
Description
Source-routed packets allow the source of the packet to suggest that routers forward the packet along a different path than configured on the router, which can be used to bypass network security measures.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29056r484966_chk )
Check the system for an IPF rule blocking outgoing source-routed packets.

Procedure:
# ipfstat -o

Examine the list for rules such as:
block out log quick all with opt lsrr
block out log quick all with opt ssrr

If the listed rules do not block both lsrr and ssrr options, this is a finding.
Fix Text (F-29044r484967_fix)
Edit /etc/ipf/ipf.conf and add rules to block outgoing source-routed packets, such as:

block out log quick all with opt lsrr
block out log quick all with opt ssrr

Reload the IPF rules.
Procedure:

# ipf -Fa -A -f /etc/ipf/ipf.conf