CVE-1999-0524 (ICMP Timestamp Request Remote Date Disclosure)

Post Reply
daniel
Junior Member
Posts: 1
Joined: 09 Jul 2025, 11:05

CVE-1999-0524 (ICMP Timestamp Request Remote Date Disclosure)

Post by daniel »

Orpheus cyber awards me 17 points for giving bad example.
they reach out to me to rectify if possible, anyway want to leave clear.
yours fallowing:

I've use csf - ConfigServer Firewall configuration to set within IPv4 Port Settings section,
option from
ICMP_TIMESTAMPDROP = 0
to
ICMP_TIMESTAMPDROP = 1

than tested this using custom ping
http://nping.online-domain-tools.com/

<ip address> --icmp --icmp-type timestamp

reply is:

Code: Select all

Starting Nping 0.6.47 ( http://nmap.org/nping ) at 2025-07-13 09:09 Coordinated Universal Time
SENT (0.1720s) ICMP [151.80.129.116 > <IP HIDDEN> Timestamp request (type=13/code=0) id=20095 seq=1 orig=0 recv=0 trans=0] IP [ttl=64 id=60566 iplen=40 ]
SENT (1.2030s) ICMP [151.80.129.116 > <IP HIDDEN> Timestamp request (type=13/code=0) id=20095 seq=2 orig=0 recv=0 trans=0] IP [ttl=64 id=60566 iplen=40 ]
SENT (2.2030s) ICMP [151.80.129.116 > <IP HIDDEN> Timestamp request (type=13/code=0) id=20095 seq=3 orig=0 recv=0 trans=0] IP [ttl=64 id=60566 iplen=40 ]
SENT (3.2030s) ICMP [151.80.129.116 > <IP HIDDEN> Timestamp request (type=13/code=0) id=20095 seq=4 orig=0 recv=0 trans=0] IP [ttl=64 id=60566 iplen=40 ]
SENT (4.2030s) ICMP [151.80.129.116 > <IP HIDDEN> Timestamp request (type=13/code=0) id=20095 seq=5 orig=0 recv=0 trans=0] IP [ttl=64 id=60566 iplen=40 ]
 
Max rtt: N/A | Min rtt: N/A | Avg rtt: N/A
Raw packets sent: 5 (270B) | Rcvd: 0 (0B) | Lost: 5 (100.00%)
Nping done: 1 IP address pinged in 5.20 seconds

Code: Select all

<ip address> --icmp --icmp-type 14 

Code: Select all

Starting Nping 0.6.47 ( http://nmap.org/nping ) at 2025-07-13 09:11 Coordinated Universal Time
SENT (0.0940s) ICMP [216.158.234.82 > <IP HIDDEN> Timestamp reply (type=14/code=0) id=1846 seq=1 orig=0 recv=0 trans=0] IP [ttl=64 id=23139 iplen=40 ]
SENT (1.1090s) ICMP [216.158.234.82 > <IP HIDDEN> Timestamp reply (type=14/code=0) id=1846 seq=2 orig=0 recv=0 trans=0] IP [ttl=64 id=23139 iplen=40 ]
SENT (2.1090s) ICMP [216.158.234.82 > <IP HIDDEN> Timestamp reply (type=14/code=0) id=1846 seq=3 orig=0 recv=0 trans=0] IP [ttl=64 id=23139 iplen=40 ]
SENT (3.1090s) ICMP [216.158.234.82 > <IP HIDDEN> Timestamp reply (type=14/code=0) id=1846 seq=4 orig=0 recv=0 trans=0] IP [ttl=64 id=23139 iplen=40 ]
SENT (4.1090s) ICMP [216.158.234.82 > <IP HIDDEN> Timestamp reply (type=14/code=0) id=1846 seq=5 orig=0 recv=0 trans=0] IP [ttl=64 id=23139 iplen=40 ]
 
Max rtt: N/A | Min rtt: N/A | Avg rtt: N/A
Raw packets sent: 5 (270B) | Rcvd: 0 (0B) | Lost: 5 (100.00%)
Nping done: 1 IP address pinged in 5.11 seconds
works !?
dev: metal OS CL 9.6 on cPanel 128.0.15
Post Reply