Name
iputils
Version
20211215
Type
library
Description
Network monitoring tools
Licenses
BSD-3-Clause & GPL-2.0-or-later
PURL
-
CPE
cpe:2.3:*:iputils:iputils:20211215:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
ping: Fix moving average rtt calculation
Cyril Hrubis <metan@ucw.cz>
CVE-2025-48964
2
ping: Fix signed 64-bit integer overflow in RTT calculation
Petr Vorel <pvorel@suse.cz>
CVE-2025-47268
3
rarpd:Drop PrivateUsers
Alex Kiernan <alex.kiernan@gmail.com>
Vulnerabilities#
Name
Analysis
Description
Patched
ping in iputils before 20250602 allows a denial of service (application error in adaptive ping mode or incorrect data collection) via a crafted ICMP Echo Reply packet, because a zero timestamp can lead to large intermediate values that have an integer overflow when squared during statistics calculations. NOTE: this issue exists because of an incomplete fix for CVE-2025-47268 (that fix was only about timestamp calculations, and it did not account for a specific scenario where the original timestamp in the ICMP payload is zero).
Patched
ping in iputils before 20250602 allows a denial of service (application error or incorrect data collection) via a crafted ICMP Echo Reply packet, because of a signed 64-bit integer overflow in timestamp multiplication.