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

CVE-2025-65406: Live555 Streaming Media DoS Vulnerability

CVE-2025-65406 is a heap overflow denial of service vulnerability in Live555 Streaming Media v2018.09.02. Attackers can exploit crafted MKV files to trigger crashes. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-65406 Overview

CVE-2025-65406 is a heap overflow vulnerability affecting Live555 Streaming Media v2018.09.02. The vulnerability exists in the MatroskaFile::createRTPSinkForTrackNumber() function and can be exploited by attackers to cause a Denial of Service (DoS) condition. Exploitation requires an attacker to supply a specially crafted MKV (Matroska) file to the vulnerable application, triggering the heap overflow during media file processing.

Live555 is a widely-used open-source multimedia streaming library that provides support for various streaming protocols including RTSP, RTP, and RTCP. The library is commonly integrated into media servers, surveillance systems, and streaming applications, making this vulnerability potentially impactful across a range of deployments.

Critical Impact

Attackers can cause service disruption by exploiting the heap overflow in the MatroskaFile processing function, leading to application crashes and Denial of Service conditions affecting media streaming services.

Affected Products

  • Live555 Streaming Media v2018.09.02
  • Applications and systems integrating the vulnerable Live555 library version
  • Media streaming servers and surveillance systems using affected Live555 components

Discovery Timeline

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

Technical Details for CVE-2025-65406

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow). The heap overflow occurs within the MatroskaFile::createRTPSinkForTrackNumber() function when processing Matroska (MKV) media files. The function fails to properly validate input boundaries when handling track number data from MKV files, allowing an attacker to overflow heap-allocated memory buffers.

The vulnerability carries a CVSS v3.1 score of 6.5 (MEDIUM) with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H. Key characteristics include:

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

The EPSS (Exploit Prediction Scoring System) score is 0.049% with a percentile ranking of 15.332, indicating a relatively low probability of exploitation in the wild.

Root Cause

The root cause of this vulnerability is improper input validation in the MatroskaFile::createRTPSinkForTrackNumber() function. When parsing MKV file structures, the function does not adequately verify the size and boundaries of data being processed from the Matroska container format. This allows specially crafted MKV files to supply malicious data that exceeds the allocated heap buffer size, resulting in a heap-based buffer overflow condition.

The Matroska container format uses a hierarchical structure with EBML (Extensible Binary Meta Language) encoding. The vulnerable function processes track information within this structure but fails to implement sufficient bounds checking on track-related data elements.

Attack Vector

The attack vector for CVE-2025-65406 is network-based with user interaction required. An attacker must craft a malicious MKV file containing carefully constructed data designed to trigger the heap overflow when processed by the vulnerable function.

The exploitation scenario typically involves:

  1. An attacker creates a specially crafted MKV file with malformed track data
  2. The malicious file is delivered to a victim system running the vulnerable Live555 library
  3. When the application processes the MKV file, the MatroskaFile::createRTPSinkForTrackNumber() function is invoked
  4. The function processes the malformed track data without proper bounds validation
  5. The heap overflow occurs, causing memory corruption and subsequent application crash

The vulnerability is particularly concerning for media streaming servers that accept and process user-uploaded media files or stream content from untrusted sources.

Detection Methods for CVE-2025-65406

Indicators of Compromise

  • Unexpected crashes or restarts of media streaming services using Live555
  • Segmentation faults or memory corruption errors in application logs related to MKV file processing
  • Presence of unusually structured or malformed MKV files in upload directories or content streams

Detection Strategies

Organizations can detect potential exploitation attempts through several methods:

Application Monitoring: Monitor Live555-based applications for abnormal crash patterns, particularly those occurring during MKV file processing. Repeated crashes with similar stack traces pointing to MatroskaFile::createRTPSinkForTrackNumber() may indicate exploitation attempts.

Memory Analysis: Implement heap integrity monitoring to detect heap corruption events. Tools like AddressSanitizer (ASan) can be used in development and testing environments to identify heap overflow conditions.

Network Traffic Analysis: Monitor for suspicious MKV file uploads or streaming requests that may contain malformed data. Anomaly detection systems can flag unusually structured media files.

Log Analysis: Review application and system logs for error messages related to memory allocation failures, heap corruption, or segmentation faults during media file processing operations.

Monitoring Recommendations

Security teams should implement continuous monitoring for applications using the Live555 library. Configure alerting for application crashes and memory-related errors in streaming services. Implement file integrity monitoring on systems that process media content to detect potentially malicious uploads. Consider deploying application-level firewalls or content inspection systems that can analyze media file structures before they reach vulnerable processing functions.

How to Mitigate CVE-2025-65406

Immediate Actions Required

  • Identify all systems and applications using Live555 Streaming Media v2018.09.02
  • Upgrade to the latest patched version of Live555 Streaming Media library
  • Implement input validation for MKV files before processing through Live555 functions
  • Consider restricting MKV file processing to trusted sources until patches are applied

Patch Information

Organizations should update their Live555 installations to the latest available version that addresses this vulnerability. The official Live555 source code can be reviewed at the GitHub repository. Check vendor documentation and security advisories for specific patch releases that address CVE-2025-65406.

For applications that embed Live555, coordinate with application vendors to obtain updated versions that include the patched library. Verify that all dependent applications are updated to use the corrected library version.

Workarounds

If immediate patching is not possible, organizations can implement the following temporary mitigations:

Input Filtering: Implement pre-processing validation of MKV files before they are passed to Live555 functions. Use media validation tools to check file structure integrity.

Access Controls: Restrict MKV file processing to authenticated and authorized users only. Limit the sources from which media files can be accepted.

Network Segmentation: Isolate media streaming servers from critical network segments. Implement strict firewall rules to control access to streaming services.

Resource Limits: Configure process resource limits to prevent a single crashed process from affecting overall system stability. Use process supervision tools to automatically restart crashed services while logging incidents for investigation.

Consult the technical advisory for additional details on the vulnerability and mitigation strategies.

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-122
  • Technical References
  • Github

  • Shimo
  • Related CVEs
  • CVE-2025-65404: 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