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-2024-54192

CVE-2024-54192: Tcpreplay v4.5.1 DoS Vulnerability

CVE-2024-54192 is a denial of service vulnerability in Tcpreplay v4.5.1 affecting the tcpedit_dlt_getplugin function. Attackers can exploit this flaw using crafted files to crash the application. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2024-54192 Overview

CVE-2024-54192 is a Denial of Service vulnerability affecting Tcpreplay v4.5.1, a popular network traffic replay tool used for testing network devices and applications. The vulnerability exists in the tcpedit_dlt_getplugin function located at src/tcpedit/plugins/dlt_utils.c. A local attacker can exploit this flaw by crafting a malicious file that, when processed by Tcpreplay, causes the application to become unresponsive or crash.

Critical Impact

Local attackers can cause denial of service conditions by supplying crafted input files to Tcpreplay, potentially disrupting network testing and security analysis workflows.

Affected Products

  • Tcpreplay v4.5.1
  • Potentially earlier versions of Tcpreplay (unconfirmed)

Discovery Timeline

  • 2026-02-10 - CVE-2024-54192 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2024-54192

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), which occurs when software does not properly control the allocation and maintenance of a limited resource, thereby enabling an attacker to influence the amount of resources consumed, eventually leading to resource exhaustion.

The vulnerable function tcpedit_dlt_getplugin in src/tcpedit/plugins/dlt_utils.c fails to properly validate input when processing Data Link Type (DLT) plugins. When a specially crafted file is provided as input, the function enters a state that causes excessive resource consumption or an unrecoverable error condition, resulting in a denial of service.

The attack requires local access to the system and user interaction (the victim must process the malicious file). While this limits the attack surface, it remains a concern in environments where Tcpreplay is used for automated network testing with files from untrusted sources.

Root Cause

The root cause is improper input validation in the DLT plugin utility functions. The tcpedit_dlt_getplugin function does not adequately sanitize or validate the contents of input files before processing them, allowing malformed data to trigger resource exhaustion or crash conditions. This is a classic example of insufficient input validation leading to denial of service.

Attack Vector

The attack vector is local, requiring the attacker to have access to the target system or the ability to supply a crafted file to a user who will process it with Tcpreplay. The attack scenario typically involves:

  1. An attacker creates a specially crafted pcap or similar capture file
  2. The malicious file is provided to a victim (through shared storage, email, or other means)
  3. The victim processes the file using Tcpreplay utilities that invoke the vulnerable function
  4. The application crashes or hangs, causing denial of service

The vulnerability requires user interaction to trigger, which somewhat limits its exploitability in automated environments.

Detection Methods for CVE-2024-54192

Indicators of Compromise

  • Unexpected crashes or hangs of Tcpreplay processes when processing capture files
  • Core dumps or crash reports related to tcpedit_dlt_getplugin or dlt_utils.c
  • Unusual resource consumption (CPU, memory) by Tcpreplay processes
  • Error logs indicating failures in DLT plugin initialization or processing

Detection Strategies

  • Monitor system logs for Tcpreplay process crashes or abnormal terminations
  • Implement file integrity monitoring on directories where Tcpreplay input files are stored
  • Use application crash monitoring to detect patterns of denial of service attempts
  • Deploy endpoint detection solutions that can identify resource exhaustion patterns

Monitoring Recommendations

  • Enable verbose logging for Tcpreplay operations in testing environments
  • Monitor process resource utilization when Tcpreplay is active
  • Implement alerting for repeated Tcpreplay process failures
  • Review input files from untrusted sources before processing with Tcpreplay

How to Mitigate CVE-2024-54192

Immediate Actions Required

  • Upgrade Tcpreplay to a patched version when available
  • Avoid processing capture files from untrusted or unknown sources
  • Implement input validation on files before processing with Tcpreplay
  • Consider running Tcpreplay in a sandboxed environment to limit impact of crashes

Patch Information

A fix has been proposed via a GitHub Pull Request in the Tcpreplay repository. Users should monitor the official repository for release updates containing this fix. The vulnerability is tracked in GitHub Issue #902.

Workarounds

  • Only process capture files from trusted and verified sources
  • Run Tcpreplay in an isolated environment or container to limit the impact of denial of service
  • Implement resource limits (ulimits) on Tcpreplay processes to prevent complete system resource exhaustion
  • Consider using network traffic analysis tools to pre-validate capture files before processing
bash
# Resource limiting configuration example
# Set resource limits before running tcpreplay to contain potential DoS impact
ulimit -v 1048576  # Limit virtual memory to 1GB
ulimit -t 300      # Limit CPU time to 5 minutes
ulimit -f 104857600  # Limit file size to 100MB

# Run tcpreplay with timeout wrapper
timeout 60 tcpreplay -i eth0 potentially_untrusted_file.pcap

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechTcpreplay

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Issue Report

  • GitHub Pull Request
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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