CVE-2025-47268
Linux Debian vulnerability analysis and mitigation

Overview

A vulnerability has been discovered in the ping utility of iputils through version 20240905, identified as CVE-2025-47268. The vulnerability was disclosed on May 5, 2025, and involves a denial of service condition caused by a signed 64-bit integer overflow in timestamp multiplication during RTT (Round Trip Time) calculations (NVD, Wiz).

Technical details

The vulnerability exists in pingcommon.c where the RTT computation multiplies tv->tvsec (a signed 64-bit long controlled via ICMP payload) by 1,000,000 without overflow checks. This multiplication can exceed LONGMAX, triggering a signed integer overflow (CWE-190). Under AddressSanitizer (ASan), this manifests as a runtime error, while in non-ASan builds it silently wraps to zero. The vulnerability has been assigned a CVSS v3.1 Base Score of 6.5 (MEDIUM) with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L (NVD, [SUSE Bugzilla](https://bugzilla.suse.com/showbug.cgi?id=1242300)).

Impact

When exploited, this vulnerability can cause a denial of service through application errors or incorrect data collection. Specifically, it can result in repeated zero-RTT readings and incorrect statistics in the ping utility, potentially affecting network monitoring and diagnostics (Wiz, GitHub Issue).

Mitigation and workarounds

A fix has been proposed that modifies the RTT computation to use proper value clamping and implements checks to ensure the result stays within valid ranges. The fix includes validation of tvusec values and proper handling of negative tvsec values (GitHub PR).

Additional resources


SourceThis report was generated using AI

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
David EstlickCISO
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
Adam FletcherChief Security Officer
“We know that if Wiz identifies something as critical, it actually is.”
Greg PoniatowskiHead of Threat and Vulnerability Management