Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-48964

CVE-2025-48964: iputils ping DoS Vulnerability

CVE-2025-48964 is a denial of service vulnerability in iputils ping that causes application errors via crafted ICMP packets. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-48964 Overview

CVE-2025-48964 is an integer overflow vulnerability in the ping utility within iputils versions before 20250602. The vulnerability allows remote attackers to cause a denial of service through crafted ICMP Echo Reply packets. When a zero timestamp is present in the ICMP payload, it can lead to large intermediate values that overflow when squared during statistics calculations, resulting in application errors in adaptive ping mode or incorrect data collection.

This vulnerability exists as an incomplete fix for CVE-2025-47268, which only addressed timestamp calculations without accounting for the specific scenario where the original timestamp in the ICMP payload is zero.

Critical Impact

Remote attackers can disrupt network diagnostic operations by sending specially crafted ICMP packets that trigger integer overflow conditions, potentially affecting network monitoring and troubleshooting capabilities.

Affected Products

  • iputils versions before 20250602
  • Linux distributions shipping vulnerable iputils packages
  • Systems using the ping utility with adaptive ping mode enabled

Discovery Timeline

  • 2025-07-22 - CVE-2025-48964 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2025-48964

Vulnerability Analysis

The vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw resides in the statistics calculation routines of the ping utility when processing ICMP Echo Reply packets. Under normal operation, ping calculates round-trip time statistics by comparing timestamps embedded in ICMP payloads. However, when an attacker crafts an ICMP Echo Reply packet containing a zero timestamp, the subsequent calculations produce unexpectedly large intermediate values.

The core issue manifests during the squaring operation performed for variance and standard deviation calculations. When these large intermediate values are squared, they exceed the maximum value representable by the integer type, causing an overflow. This overflow corrupts the statistical calculations, leading to either application crashes in adaptive ping mode or silently incorrect data collection in standard mode.

This vulnerability is particularly notable because it represents a bypass of the previous fix for CVE-2025-47268. The earlier patch addressed timestamp calculation issues but failed to account for the edge case where the original timestamp value is explicitly zero, creating a gap that attackers can exploit.

Root Cause

The root cause is an incomplete input validation check in the timestamp processing logic. When an ICMP Echo Reply contains a zero timestamp, the calculation logic produces large intermediate values that were not anticipated by the developers. The squaring operation during statistics computation then causes these values to overflow the integer bounds, corrupting memory or calculation state.

The fix implemented in version 20250602 adds proper bounds checking and handling for the zero timestamp scenario, ensuring that intermediate values cannot grow large enough to cause overflow when squared.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can craft malicious ICMP Echo Reply packets with zero timestamps and send them to a target system running a vulnerable version of ping. The attack is particularly effective against:

  • Network monitoring systems using continuous ping operations
  • Automated health check scripts utilizing adaptive ping mode
  • Network troubleshooting sessions where administrators rely on ping statistics

The attack does not require the attacker to be in a privileged network position, though they must be able to send ICMP packets to the target system. The vulnerability affects both the integrity of collected data and the availability of the ping utility itself.

Detection Methods for CVE-2025-48964

Indicators of Compromise

  • Unexpected crashes or errors from the ping utility during normal network operations
  • Anomalous ICMP Echo Reply packets with zero or malformed timestamp fields
  • Statistical output from ping showing impossibly large or negative values
  • Application core dumps associated with the ping process

Detection Strategies

  • Monitor for ICMP Echo Reply packets containing zero timestamps in the payload
  • Implement network intrusion detection rules to flag malformed ICMP packets
  • Set up process monitoring to detect repeated ping utility crashes or abnormal terminations
  • Review system logs for segmentation faults or arithmetic errors from iputils components

Monitoring Recommendations

  • Enable verbose logging for network diagnostic utilities when troubleshooting connectivity issues
  • Configure network monitoring tools to alert on unusual ICMP traffic patterns
  • Implement rate limiting for ICMP traffic to reduce the impact of potential exploitation attempts
  • Regularly audit iputils package versions across managed systems

How to Mitigate CVE-2025-48964

Immediate Actions Required

  • Upgrade iputils to version 20250602 or later immediately
  • Review network monitoring scripts and disable adaptive ping mode as a temporary workaround if upgrading is not immediately possible
  • Audit systems for vulnerable iputils installations using package management tools
  • Consider implementing ICMP filtering at network boundaries for untrusted traffic

Patch Information

The vulnerability has been addressed in iputils version 20250602. The fix is available in the GitHub commit afa36390394a6e0cceba03b52b59b6d41710608c. System administrators should update their iputils packages through their distribution's package manager or compile from source using the latest release.

For detailed information about the vulnerability and fix, refer to the GitHub Security Advisory GHSA-25fr-jw29-74f9 and the SUSE Bug Report #1243772.

Workarounds

  • Avoid using adaptive ping mode (-A flag) until the system is patched
  • Implement firewall rules to filter suspicious ICMP traffic from untrusted sources
  • Use alternative network diagnostic tools that are not affected by this vulnerability
  • Restrict ping utility access to privileged users only through system permissions
bash
# Update iputils on Debian/Ubuntu systems
sudo apt update && sudo apt install --only-upgrade iputils-ping

# Update iputils on RHEL/CentOS/Fedora systems
sudo dnf update iputils

# Verify installed version
ping -V

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIputils

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-190
  • Technical References
  • SUSE Bug Report #1243772

  • GitHub Commit Update

  • GitHub Issue Tracker

  • GitHub Release Notes 20250602

  • GitHub Security Advisory GHSA-25fr-jw29-74f9
  • Related CVEs
  • CVE-2025-47268: Iputils Ping DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English