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

CVE-2025-65408: Live555 Streaming Media DoS Vulnerability

CVE-2025-65408 is a NULL pointer dereference vulnerability in Live555 Streaming Media that enables denial of service attacks through crafted ADTS files. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-65408 Overview

A NULL pointer dereference vulnerability has been identified in the ADTSAudioFileServerMediaSubsession::createNewRTPSink() function of Live555 Streaming Media v2018.09.02. This vulnerability allows remote attackers to cause a Denial of Service (DoS) condition by supplying a specially crafted ADTS (Audio Data Transport Stream) file to the affected streaming media server.

Live555 is a widely-used open-source library for streaming media, commonly integrated into multimedia applications, surveillance systems, and embedded devices. The vulnerability stems from improper handling of malformed audio file input, leading to a NULL pointer dereference that crashes the application.

Critical Impact

Remote attackers can crash Live555 Streaming Media servers without authentication by supplying a malicious ADTS audio file, causing service disruption for all connected clients.

Affected Products

  • Live555 Streaming Media v2018.09.02
  • Applications and systems integrating vulnerable Live555 library versions
  • Media streaming servers and embedded devices using affected Live555 components

Discovery Timeline

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

Technical Details for CVE-2025-65408

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when a program attempts to read or write data through a NULL memory pointer. The vulnerability has been assigned 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.

The CVSS metrics indicate:

  • Attack Vector (AV): Network - The vulnerability is exploitable remotely
  • Attack Complexity (AC): Low - No specialized conditions required
  • Privileges Required (PR): None - No authentication needed
  • User Interaction (UI): Required - A user must process the malicious file
  • Scope (S): Unchanged - Impact limited to the vulnerable component
  • Confidentiality (C): None - No data disclosure
  • Integrity (I): None - No data modification
  • Availability (A): High - Complete denial of service

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

Root Cause

The root cause of CVE-2025-65408 lies in insufficient input validation within the ADTSAudioFileServerMediaSubsession::createNewRTPSink() function. When processing ADTS audio files, the function fails to properly validate that required objects or memory allocations have succeeded before dereferencing pointers.

ADTS is a format used for streaming AAC audio content. When a malformed ADTS file with unexpected or missing header information is processed, internal parsing routines may return NULL instead of valid object pointers. The createNewRTPSink() function then attempts to use these NULL pointers without checking their validity, resulting in a crash.

Attack Vector

The attack vector for this vulnerability involves network-based exploitation where an attacker supplies a crafted ADTS audio file to a Live555 streaming server. The attack scenario typically unfolds as follows:

  1. The attacker crafts a malicious ADTS file with malformed header structures or invalid audio frame parameters
  2. The crafted file is submitted to the vulnerable Live555 server for streaming
  3. When the server attempts to create an RTP sink for the audio stream, the ADTSAudioFileServerMediaSubsession::createNewRTPSink() function is called
  4. The malformed input causes internal parsing to fail and return NULL pointers
  5. The function dereferences the NULL pointer, triggering a segmentation fault or access violation
  6. The streaming server crashes, denying service to all connected clients

The vulnerability mechanism involves the ADTS parsing component failing to allocate or initialize required data structures when encountering malformed audio headers. Without proper NULL checks before pointer dereferencing, the application crashes when attempting to access memory at address 0x0. For detailed technical analysis, refer to the vulnerability documentation on Shimo.

Detection Methods for CVE-2025-65408

Indicators of Compromise

  • Application crashes or segmentation faults in Live555 streaming processes
  • Core dumps containing stack traces pointing to ADTSAudioFileServerMediaSubsession::createNewRTPSink()
  • Unusual or malformed ADTS files in upload directories or streaming queues
  • Repeated streaming service restarts or availability issues
  • Log entries indicating failed RTP sink creation for audio streams

Detection Strategies

Organizations can implement several detection strategies to identify exploitation attempts:

Process Monitoring: Monitor Live555-based processes for unexpected crashes or restarts. Implement automatic alerting when streaming services become unavailable or generate crash dumps.

File Analysis: Implement content inspection for ADTS files being processed by the streaming server. Flag files with malformed headers, invalid frame lengths, or suspicious structural anomalies.

Network Traffic Analysis: Monitor incoming media file uploads and streaming requests for patterns consistent with fuzzing or exploitation attempts. Watch for repeated failed streaming attempts from the same source.

System Logging: Enable detailed logging for the Live555 media subsystem to capture error conditions that precede crashes.

Monitoring Recommendations

SentinelOne customers can leverage the Singularity platform to monitor for exploitation attempts targeting this vulnerability:

  1. Behavioral Detection: SentinelOne's behavioral AI can detect application crash patterns and anomalous process terminations associated with NULL pointer dereference exploits
  2. Endpoint Telemetry: Monitor for crash events in processes linked against vulnerable Live555 libraries
  3. File Inspection: Use SentinelOne's file analysis capabilities to identify malformed media files before processing
  4. Application Control: Implement allowlisting policies to control which media files can be processed by streaming servers

How to Mitigate CVE-2025-65408

Immediate Actions Required

  • Identify all systems running Live555 Streaming Media v2018.09.02 or applications using this library version
  • Update to the latest version of Live555 that includes fixes for NULL pointer handling
  • Implement input validation to reject malformed ADTS files before processing
  • Consider deploying a web application firewall (WAF) or media proxy to filter malicious file uploads
  • Enable crash monitoring and automatic service recovery for affected streaming services

Patch Information

Organizations should update to a patched version of Live555 Streaming Media. The official Live555 source repository is available at https://github.com/rgaufman/live555. Review the commit history for patches addressing NULL pointer dereference issues in the ADTS audio subsystem.

When updating, ensure all dependent applications that link against the Live555 library are recompiled or updated to use the patched version. Test thoroughly in a staging environment before deploying to production streaming infrastructure.

Workarounds

If immediate patching is not feasible, consider the following workarounds to reduce exposure:

Disable ADTS Audio Support: If ADTS audio streaming is not required, disable the ADTSAudioFileServerMediaSubsession component in your Live555 configuration.

Implement Input Validation: Deploy a preprocessing layer that validates ADTS file integrity before passing files to the Live555 server. Reject files with malformed headers or invalid frame structures.

Network Segmentation: Isolate streaming servers from untrusted networks and implement strict access controls for media file uploads.

Resource Limits: Configure process supervisors (systemd, supervisord) to automatically restart crashed streaming processes while alerting administrators to potential attacks.

Rate Limiting: Implement rate limiting on media upload endpoints to slow down potential exploitation or fuzzing attempts.

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

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

  • CVE-2025-65406: 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