ICMP vulnerability:
Last updated
Last updated
Issue:
The remote host answers to an ICMP timestamp request. This allows an attacker to know the date that is set on the targeted machine, which may assist an unauthenticated, remote attacker in defeating time-based authentication protocols.
Timestamps returned from machines running Windows Vista / 7 / 2008 / 2008 R2 are deliberately incorrect, but usually within 1000 seconds of the actual system time.
Filter out the ICMP timestamp requests (13), and the outgoing ICMP timestamp replies (14).
These commands add rules to the firewall (iptables
) to drop incoming ICMP timestamp requests and outgoing ICMP timestamp replies. This prevents the disclosure of system time through ICMP packets.
Verify now: