Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/1] net/ipv4: discard icmp timestamp requests
@ 2026-07-22 10:24 jch
  2026-07-22 10:24 ` [PATCH 1/1] " jch
  0 siblings, 1 reply; 3+ messages in thread
From: jch @ 2026-07-22 10:24 UTC (permalink / raw)
  To: dsahern, idosch; +Cc: netdev, John Haxby

If you google "CVE-1999-0524 fix" you'll see quite a few comments along the
lines "this recently showed up in vulnerability scans, this is how I fixed
it".  It shows up because in late 2022, the CVSS score for that CVE changed
from 0.0 to 2.1.  There are actually two part to this: one relates to
disclosing address information (which is long gone from linux) and the
other relates to disclosing timestamp information.

This is regarded a a vulnerability because it allows you see the host's
count of the number of milliseconds since midnight.  Indeed, according to
RFC 0792, and back in 1981 it had a potential use for time synchronisation
across hosts.  That early use-case has long since been supplanted by NTP so
you know how many milliseconds there are since midnight: it's the same as
on your host, your smartwatch, your phone and practically any other
computer you care to mention.

It's not as though the ICMP timestamp is an actual vulnerability, it's just
a pain in the neck because world+dog wants to know how to configure
iptables or nft to just discard this, so let's help everyone out by
discarding it in the kernel.

jch

John Haxby (1):
  net/ipv4: discard icmp timestamp requests

 net/ipv4/icmp.c | 42 +-----------------------------------------
 1 file changed, 1 insertion(+), 41 deletions(-)

-- 
2.55.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-23  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22 10:24 [PATCH 0/1] net/ipv4: discard icmp timestamp requests jch
2026-07-22 10:24 ` [PATCH 1/1] " jch
2026-07-23  9:08   ` Ido Schimmel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox