The system must not respond to Internet Control Message Protocol v4 (ICMPv4) echoes sent to a broadcast address.

From SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Part of GEN003603

Associated with: CCI-001551

SV-45722r1_rule The system must not respond to Internet Control Message Protocol v4 (ICMPv4) echoes sent to a broadcast address.

Vulnerability discussion

Responding to broadcast (ICMP) echoes facilitates network mapping and provides a vector for amplification attacks.

Check content

Verify the system does not respond to ICMP ECHO_REQUESTs set to broadcast addresses. Procedure: # cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts If the result is not 1, this is a finding.

Fix text

Configure the system to not respond to ICMP ECHO_REQUESTs sent to broadcast addresses. Edit /etc/sysctl.conf and add a setting for "net.ipv4.icmp_echo_ignore_broadcasts=1" and reload the sysctls. Procedure: # echo "net.ipv4.icmp_echo_ignore_broadcasts=1" >> /etc/sysctl.conf # sysctl -p

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer