The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-71264

CVE-2025-71264: Mumble DoS Vulnerability

CVE-2025-71264 is a denial of service flaw in Mumble caused by out-of-bounds array access, leading to client crashes. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2025-71264 Overview

CVE-2025-71264 is an out-of-bounds read vulnerability (CWE-125) affecting Mumble, the popular open-source voice over IP (VoIP) application. Versions prior to 1.6.870 are susceptible to an out-of-bounds array access that can result in denial of service through client crash.

Critical Impact

Attackers can exploit this vulnerability to crash Mumble client applications, disrupting voice communications for affected users.

Affected Products

  • Mumble versions prior to 1.6.870
  • Mumble clients with vulnerable Opus audio decoding functionality
  • Systems running unpatched Mumble VoIP software

Discovery Timeline

  • 2026-03-16 - CVE-2025-71264 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2025-71264

Vulnerability Analysis

This vulnerability stems from improper bounds checking in Mumble's audio processing subsystem. The flaw occurs within the Opus audio codec decoding implementation, specifically in the AudioOutputSpeech.cpp component. The out-of-bounds array access can be triggered during audio frame processing, where malformed or specially crafted audio data could cause the application to read beyond allocated memory boundaries.

The vulnerability requires network access but has high attack complexity, meaning exploitation depends on specific conditions being met during audio data processing. While the impact is limited to availability (denial of service), successful exploitation results in client application crashes without requiring user interaction or special privileges.

Root Cause

The root cause lies in the Opus audio frame handling logic within src/mumble/AudioOutputSpeech.cpp. The code processes audio frames where Opus's definition of a "frame" differs from standard audio terminology. In Opus, a frame represents samples spanning a time period (2.5, 5, 10, 20, 40, or 60 ms of audio data), which can be stereo or mono. The vulnerability manifests when frame size calculations do not properly validate array boundaries during decoding operations, leading to potential out-of-bounds memory access.

Attack Vector

The attack vector is network-based, requiring an attacker to send malformed audio data to a vulnerable Mumble client. The high attack complexity indicates that specific conditions must be met for successful exploitation. An attacker could potentially craft malicious audio streams that trigger the out-of-bounds read during Opus decoding, causing the client application to crash.

cpp
// Security patch from AudioOutputSpeech.cpp
// Source: https://github.com/mumble-voip/mumble/commit/ff2a2332cccb267721553f09c0ded4de880622e0

 
 	// opus's "frame" means different from normal audio term "frame"
 	// normally, a frame means a bundle of only one sample from each channel,
-	// e.Global::get(). for a stereo stream, ...[LR]LRLRLR.... where the bracket indicates a frame
+	// e.g. for a stereo stream, ...[LR]LRLRLR.... where the bracket indicates a frame
 	// in opus term, a frame means samples that span a period of time, which can be either stereo or mono
-	// e.Global::get(). ...[LRLR....LRLR].... or ...[MMMM....MMMM].... for mono stream
+	// e.g. ...[LRLR....LRLR].... or ...[MMMM....MMMM].... for mono stream
 	// opus supports frames with: 2.5, 5, 10, 20, 40 or 60 ms of audio data.
-	// sample rate / 100 means 10ms mono audio data per frame.
+	// sample rate / 100 means 10ms (0.01s) mono audio data points (samples) per frame.
 	iFrameSizePerChannel = iFrameSize = iSampleRate / 100; // for mono stream
 
 	assert(m_codec == Mumble::Protocol::AudioCodec::Opus);

Source: GitHub Mumble Commit Details

Detection Methods for CVE-2025-71264

Indicators of Compromise

  • Unexpected Mumble client crashes during voice communication sessions
  • Application crash logs referencing AudioOutputSpeech.cpp or Opus decoding functions
  • Memory access violation errors in Mumble process crash dumps

Detection Strategies

  • Monitor for abnormal Mumble client terminations across endpoints
  • Implement application crash reporting to identify patterns of exploitation attempts
  • Review network traffic for malformed audio streams targeting Mumble clients

Monitoring Recommendations

  • Deploy endpoint detection to alert on repeated Mumble application crashes
  • Correlate crash events with network connections to identify potential attack sources
  • Maintain centralized logging of VoIP application stability metrics

How to Mitigate CVE-2025-71264

Immediate Actions Required

  • Upgrade Mumble to version 1.6.870 or later immediately
  • Review deployment inventory to identify all systems running vulnerable Mumble versions
  • Consider temporarily restricting Mumble usage on critical systems until patching is complete

Patch Information

The vulnerability has been addressed in Mumble version 1.6.870. The fix corrects the Opus audio frame decoding issues that led to the out-of-bounds array access. Security patches and detailed information are available through the following resources:

  • Debian Bug Report #1129178
  • GitHub Mumble Commit Details
  • GitHub Mumble Pull Request #7032

Workarounds

  • No official workarounds are available; upgrading to the patched version is the recommended remediation
  • Consider network segmentation to limit exposure of Mumble clients to untrusted sources
  • Implement application whitelisting to prevent execution of vulnerable Mumble versions
bash
# Verify Mumble version on Linux systems
mumble --version

# Update Mumble via package manager (Debian/Ubuntu)
sudo apt update && sudo apt upgrade mumble

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMumble

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • Debian Bug Report #1129178

  • GitHub Mumble Commit Details

  • GitHub Mumble Pull Request #7032
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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