STIGQter STIGQter: STIG Summary: Solaris 10 SPARC Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

The system must not forward IPv6 source-routed packets.

DISA Rule

SV-227057r603265_rule

Vulnerability Number

V-227057

Group Title

SRG-OS-000480

Rule Version

GEN007920

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system to not forward IPv6 source-routed packets.
# ndd -set /dev/ip6 ip6_forward_src_routed 0

Also, add this command to a system startup script.

Check Contents

Determine the type of zone that you are currently securing.
# zonename

If the zone is not the global zone, determine if any interfaces are exclusive to the zone:
# dladm show-link

If the output indicates "insufficient privileges" then this requirement is not applicable.

If the zone is the global zone or the non-global zone has exclusive interfaces verify the system is configured to not forward IPv6 source-routed packets.
# ndd /dev/ip6 ip6_forward_src_routed

If the returned value is not 0, this is a finding.

Vulnerability Number

V-227057

Documentable

False

Rule Version

GEN007920

Severity Override Guidance

Determine the type of zone that you are currently securing.
# zonename

If the zone is not the global zone, determine if any interfaces are exclusive to the zone:
# dladm show-link

If the output indicates "insufficient privileges" then this requirement is not applicable.

If the zone is the global zone or the non-global zone has exclusive interfaces verify the system is configured to not forward IPv6 source-routed packets.
# ndd /dev/ip6 ip6_forward_src_routed

If the returned value is not 0, this is a finding.

Check Content Reference

M

Target Key

4060

Comments