STIGQter STIGQter: STIG Summary: Solaris 11 SPARC Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The system must disable network routing unless required.

DISA Rule

SV-216380r603267_rule

Vulnerability Number

V-216380

Group Title

SRG-OS-000480

Rule Version

SOL-11.1-050130

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The Network Management profile is required.

Disable routing for IPv4 and IPv6.

# pfexec routeadm -d ipv4-forwarding -d ipv4-routing
# pfexec routeadm -d ipv6-forwarding -d ipv6-routing

To apply these changes to the running system, use the command:

# pfexec routeadm -u

Check Contents

Determine if routing is disabled.

# routeadm -p | egrep "routing |forwarding" | grep enabled

If the command output includes "persistent=enabled" or "current=enabled", this is a finding.

Vulnerability Number

V-216380

Documentable

False

Rule Version

SOL-11.1-050130

Severity Override Guidance

Determine if routing is disabled.

# routeadm -p | egrep "routing |forwarding" | grep enabled

If the command output includes "persistent=enabled" or "current=enabled", this is a finding.

Check Content Reference

M

Target Key

4022

Comments