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-65404

CVE-2025-65404: Live555 Streaming Media DoS Vulnerability

CVE-2025-65404 is a buffer overflow vulnerability in Live555 Streaming Media that allows attackers to cause denial of service through crafted MP3 streams. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-65404 Overview

CVE-2025-65404 is a buffer overflow vulnerability in the getSideInfo2() function of Live555 Streaming Media v2018.09.02. This medium-severity vulnerability allows remote attackers to cause a Denial of Service (DoS) condition by sending a specially crafted MP3 stream to the affected application. The vulnerability is classified under CWE-120 (Buffer Copy without Checking Size of Input).

Live555 is a widely-used open-source library that provides support for RTSP (Real Time Streaming Protocol) servers and clients, making this vulnerability particularly concerning for organizations utilizing streaming media infrastructure.

Critical Impact

Remote attackers can crash Live555-based streaming servers by sending malicious MP3 streams, potentially disrupting critical media streaming services and infrastructure availability.

Affected Products

  • Live555 Streaming Media v2018.09.02
  • Applications and services built on Live555 Streaming Media library v2018.09.02
  • RTSP servers and clients utilizing vulnerable Live555 versions

Discovery Timeline

  • 2025-12-01 - CVE-2025-65404 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-65404

Vulnerability Analysis

The vulnerability resides in the getSideInfo2() function within the Live555 Streaming Media library. This function is responsible for parsing side information from MP3 audio streams during the media processing pipeline. The buffer overflow occurs due to insufficient bounds checking when processing MP3 frame data, specifically within the side information extraction routine.

With a CVSS v3.1 score of 6.5 (MEDIUM) and vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H, the vulnerability presents the following characteristics:

MetricValue
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionRequired
ScopeUnchanged
Confidentiality ImpactNone
Integrity ImpactNone
Availability ImpactHigh

The EPSS (Exploit Prediction Scoring System) data indicates a probability of 0.049% with a percentile ranking of 15.332, suggesting relatively low exploitation likelihood at present.

Root Cause

The root cause of CVE-2025-65404 is a classic buffer overflow condition (CWE-120: Buffer Copy without Checking Size of Input). The getSideInfo2() function fails to properly validate the size of incoming MP3 stream data before copying it into a fixed-size buffer. When processing a maliciously crafted MP3 stream with oversized side information fields, the function writes beyond the allocated buffer boundaries, leading to memory corruption.

This type of vulnerability typically occurs when:

  • Input length validation is missing or inadequate
  • Fixed-size buffers are used without boundary checks
  • Memory copy operations proceed without verifying destination capacity

Attack Vector

The attack vector for this vulnerability is network-based, requiring user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious MP3 stream with manipulated side information headers that exceed expected buffer sizes
  2. Delivering the crafted stream to a Live555-based server or client through various means (direct connection, embedded media, or malicious links)
  3. When the victim's application processes the malicious stream, the getSideInfo2() function triggers a buffer overflow
  4. The memory corruption causes the application to crash, resulting in a Denial of Service condition

The attack can be delivered through any interface that accepts MP3 streams, including RTSP connections, HTTP streaming endpoints, or file-based media playback scenarios.

Detection Methods for CVE-2025-65404

Indicators of Compromise

  • Unexpected crashes or service interruptions in Live555-based streaming applications
  • Crash dumps indicating memory corruption in MP3 parsing routines or getSideInfo2() function
  • Anomalous MP3 streams with malformed side information headers in network traffic
  • Application logs showing segmentation faults or buffer overflow errors during media processing

Detection Strategies

Network-Based Detection:
Organizations should implement deep packet inspection for streaming media traffic to identify malformed MP3 streams. Look for MP3 frames with abnormally large side information fields or inconsistent header values that deviate from the MP3 specification.

Host-Based Detection:
Monitor Live555-based applications for signs of instability including:

  • Process crashes with memory access violations
  • Abnormal memory consumption patterns during MP3 processing
  • Stack corruption indicators in crash analysis

SentinelOne Singularity Platform:
SentinelOne provides behavioral AI-based detection that can identify exploitation attempts targeting buffer overflow vulnerabilities. The platform monitors for:

  • Anomalous process behavior indicative of memory corruption
  • Crash patterns consistent with buffer overflow attacks
  • Suspicious network activity associated with malformed media streams

Monitoring Recommendations

Implement continuous monitoring of Live555-based services with alerting for:

  • Service availability and uptime metrics
  • Application crash events and core dump generation
  • Network traffic anomalies targeting streaming endpoints
  • Memory utilization spikes during media processing operations

Deploy application performance monitoring (APM) solutions to establish baseline behavior and detect deviations that may indicate exploitation attempts.

How to Mitigate CVE-2025-65404

Immediate Actions Required

  • Identify all systems running Live555 Streaming Media v2018.09.02 or applications built on this library version
  • Implement network-level filtering to restrict access to streaming services from untrusted sources
  • Consider temporarily disabling MP3 stream processing if feasible for your environment
  • Enable enhanced logging and monitoring for streaming media services
  • Deploy SentinelOne agents on systems running vulnerable Live555 implementations for real-time threat detection

Patch Information

Organizations should check the Live555 project repository for updated versions that address this vulnerability. Review the following resources for patch availability and additional technical details:

  • GitHub Repository:https://github.com/rgaufman/live555
  • Technical Advisory:https://shimo.im/docs/16q8xMxpPlH8Z2q7

Upgrade to the latest stable version of Live555 Streaming Media that includes the security fix for the getSideInfo2() buffer overflow. Ensure thorough testing in a staging environment before deploying updates to production systems.

Workarounds

If immediate patching is not feasible, consider the following temporary mitigations:

Network Segmentation:
Isolate Live555-based streaming services from untrusted network segments. Implement strict firewall rules to limit which sources can send media streams to vulnerable services.

Input Filtering:
Deploy a web application firewall (WAF) or media proxy that validates MP3 streams before they reach the vulnerable application. Filter or reject streams with anomalous characteristics.

Access Controls:
Implement authentication requirements for streaming endpoints to reduce the attack surface. Restrict access to known, trusted media sources only.

Resource Limits:
Configure resource limits and process isolation using containers or sandboxing technologies to contain the impact of potential exploitation.

bash
# Example: Restrict network access to Live555 service using iptables
# Allow only trusted IP ranges to connect to RTSP port (554)
iptables -A INPUT -p tcp --dport 554 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 554 -s 192.168.0.0/16 -j ACCEPT
iptables -A INPUT -p tcp --dport 554 -j DROP

# Enable connection rate limiting to reduce DoS impact
iptables -A INPUT -p tcp --dport 554 -m connlimit --connlimit-above 10 -j REJECT

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLive555

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

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

  • Shimo
  • Related CVEs
  • CVE-2025-65406: Live555 Streaming Media DoS Vulnerability

  • CVE-2025-65408: Live555 Streaming Media DoS Vulnerability

  • CVE-2025-65407: Live555 Streaming Media DoS Vulnerability

  • CVE-2026-1200: live555 Buffer Overflow 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