Logo
componentiputils
Name
iputils
Version
20240117
Type
library
Description
Network monitoring tools
Licenses
BSD-3-Clause & GPL-2.0-or-later
PURL
-
CPE
cpe:2.3:*:iputils:iputils:20240117:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
20211215
master
20250605

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

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.
Not Affected
Buffer overflows in the (1) outpack or (2) buf variables of ping in iputils before 20001010, as distributed on Red Hat Linux 6.2 through 7J and other operating systems, may allow local users to gain privileges.
Not Affected
ping in iputils before 20001010, as distributed on Red Hat Linux 6.2 through 7J and other operating systems, does not drop privileges after acquiring a raw socket, which increases ping's exposure to bugs that otherwise would occur at lower privileges.