GEN007950 - The system must not respond to ICMPv6 echo requests sent to a broadcast address.

Information

Responding to broadcast ICMP echo requests facilitates network mapping and provides a vector for amplification attacks.

Solution

Add an iptables rule that drops inbound IPv6 ICMP ECHO_REQUESTs sent to the all-hosts multicast address.

Edit /etc/sysconfig/ip6tables and add a rule in, or referenced by, the INPUT chain such as:
-A INPUT -p icmpv6 -d ff02::1 --icmpv6-type 128 -j DROP

Reload the iptables rules.
Procedure:
# service ip6tables restart

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Oracle_Linux_5_V2R1_STIG.zip

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6b., CAT|II, CCI|CCI-000366, Rule-ID|SV-218689r603259_rule, STIG-ID|GEN007950, STIG-Legacy|SV-63385, STIG-Legacy|V-23972, Vuln-ID|V-218689

Plugin: Unix

Control ID: 0a41fe500e54e3ff049328819c5b414e7f5d58553d496644897f252b73b7baec