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

CVE-2025-65405: Live555 Use-After-Free Vulnerability

CVE-2025-65405 is a use-after-free vulnerability in Live555 Streaming Media that enables attackers to trigger denial of service through malicious ADTS/AAC files. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-65405 Overview

A use-after-free vulnerability exists in the ADTSAudioFileSource::samplingFrequency() function of Live555 Streaming Media v2018.09.02. This memory corruption flaw allows attackers to cause a Denial of Service (DoS) condition by supplying a specially crafted ADTS/AAC audio file. The vulnerability is classified as CWE-416 (Use After Free) and carries a CVSS 3.1 score of 6.5 (MEDIUM severity).

Critical Impact

Attackers can exploit this use-after-free vulnerability to crash Live555 streaming services by providing malicious ADTS/AAC files, resulting in service disruption for media streaming applications.

Affected Products

  • Live555 Streaming Media v2018.09.02
  • Applications and services built on the Live555 media streaming library
  • RTSP servers and media streaming infrastructure utilizing vulnerable Live555 versions

Discovery Timeline

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

Technical Details for CVE-2025-65405

Vulnerability Analysis

This vulnerability is a use-after-free (UAF) condition affecting the ADTSAudioFileSource::samplingFrequency() function within the Live555 Streaming Media library. Use-after-free vulnerabilities occur when a program continues to reference memory after it has been freed, leading to undefined behavior. In this case, the vulnerability can be triggered when the library processes maliciously crafted ADTS (Audio Data Transport Stream) or AAC (Advanced Audio Coding) audio files.

The CVSS vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H indicates:

  • Attack Vector (AV:N): Network-based exploitation is possible
  • Attack Complexity (AC:L): Low complexity to exploit
  • Privileges Required (PR:N): No authentication needed
  • User Interaction (UI:R): Requires user interaction (e.g., opening a malicious file)
  • Impact: High availability impact with no confidentiality or integrity impact

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

Root Cause

The root cause lies in improper memory management within the ADTSAudioFileSource::samplingFrequency() function. When processing ADTS/AAC audio streams, the function accesses memory that has already been deallocated, resulting in a use-after-free condition. This typically occurs due to incorrect object lifecycle management or missing validation of object state before memory access.

Live555 is a widely-used C++ library for streaming media, and memory management issues in such libraries can have broad implications for applications built upon them, including RTSP servers, media players, and IoT devices with streaming capabilities.

Attack Vector

The attack vector is network-based with a requirement for user interaction. An attacker would need to craft a malicious ADTS/AAC audio file and entice a victim to process it through an application using the vulnerable Live555 library. The exploitation flow involves:

  1. Attacker creates a specially crafted ADTS/AAC file designed to trigger the use-after-free condition
  2. The malicious file is delivered to the target through various means (email attachment, web download, streaming URL)
  3. When the victim's application processes the file, the ADTSAudioFileSource::samplingFrequency() function is invoked
  4. The use-after-free condition is triggered, causing the application to crash and resulting in denial of service

The vulnerability mechanism involves memory corruption through improper object lifecycle handling in the audio file source processing code. When a crafted ADTS/AAC file is processed, the sampling frequency accessor function attempts to read from memory that has already been freed, leading to application instability and crashes. For detailed technical analysis, refer to the security documentation and the Live555 repository.

Detection Methods for CVE-2025-65405

Indicators of Compromise

  • Unexpected crashes in applications using Live555 library during ADTS/AAC file processing
  • Core dumps or crash reports referencing ADTSAudioFileSource::samplingFrequency() function
  • Abnormal memory access patterns or segmentation faults in media streaming services

Detection Strategies

Organizations can implement several detection strategies to identify potential exploitation attempts:

  1. Memory Analysis: Monitor for use-after-free patterns using memory debugging tools like AddressSanitizer (ASan) or Valgrind during development and testing
  2. Crash Monitoring: Implement crash reporting and analysis for applications using Live555 to detect patterns indicative of exploitation attempts
  3. File Inspection: Implement input validation and scanning for malformed ADTS/AAC files before processing
  4. Application Logging: Enable verbose logging for media processing functions to capture anomalous behavior

SentinelOne Singularity platform provides behavioral detection capabilities that can identify memory corruption exploitation attempts, including use-after-free attacks against media processing components.

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions capable of detecting memory corruption attacks
  • Monitor process behavior for unexpected crashes in media streaming applications
  • Implement network monitoring to detect delivery of potentially malicious media files
  • Enable application whitelisting to control which media files can be processed
  • Configure SentinelOne agents to monitor for behavioral indicators of memory exploitation in streaming media applications

How to Mitigate CVE-2025-65405

Immediate Actions Required

  • Identify all systems and applications using Live555 Streaming Media library v2018.09.02 or earlier
  • Update Live555 to a patched version that addresses this use-after-free vulnerability
  • Implement input validation for ADTS/AAC files before processing with Live555

Patch Information

Organizations should update to the latest version of the Live555 Streaming Media library. The Live555 project maintains updates through their official channels. Check the Live555 GitHub repository for the latest releases and security patches.

Verify your current Live555 version and compare against patched releases. Prioritize updating production systems, especially those exposed to untrusted media content or network-accessible streaming services.

Workarounds

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

  • Restrict processing of ADTS/AAC files from untrusted sources
  • Implement network segmentation to isolate media streaming services
  • Deploy application-level firewalls to filter potentially malicious media content
  • Enable crash recovery mechanisms to minimize service disruption
  • Monitor for exploitation attempts using EDR solutions
bash
# Configuration example - Restrict file types in web server (nginx)
location /media/ {
    # Validate file extensions before processing
    if ($request_filename ~* \.(aac|adts)$) {
        # Add additional validation or scanning before processing
        return 403;
    }
}

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

  • Vulnerability Details
  • TypeUse After Free

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

  • Shimo
  • Related CVEs
  • CVE-2026-1200: live555 Buffer Overflow Vulnerability

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

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

  • CVE-2025-65408: Live555 Streaming Media 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