You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
icmp: Add icmp_timestamp_ignore_all to control ICMP_TIMESTAMP
The CVE-1999-0524 vulnerability is associated with ICMP
timestamp messages, which can be exploited to conduct
a denial-of-service (DoS) attack. In the Vulnerability
Priority Rating (VPR) system, this vulnerability was
rated as a medium risk in May of this year.
Link:https://www.tenable.com/plugins/nessus/10113
To protect embedded systems that cannot run firewalls
from attacks exploiting the CVE-1999-0524 vulnerability,
the icmp_timestamp_ignore_all sysctl is offered as
an easy solution, which allows all ICMP timestamp
messages to be ignored, effectively bypassing the
potential exploitation through the CVE-1999-0524
vulnerability. It enables these resource-constrained
systems to disregard all ICMP timestamp messages,
preventing potential DoS attacks, making it an ideal
lightweight solution for such environments.
Signed-off-by: YeXingchen <[email protected]>
Reviewed-by: xu xin <[email protected]>
Reviewed-by: zhang yunkai <[email protected]>
Reviewed-by: Fan Yu <[email protected]>
CC: he peilin <[email protected]>
Cc: Yang Yang <[email protected]>
Cc: Yang Guang <[email protected]>
Signed-off-by: NipaLocal <nipa@local>
0 commit comments