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-2026-34760

CVE-2026-34760: vLLM Audio Processing Vulnerability

CVE-2026-34760 is an audio processing flaw in vLLM affecting versions 0.5.5 to before 0.18.0, causing inconsistency in mono downmixing between human audio playback and AI model processing. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 2, 2026

CVE-2026-34760 Overview

CVE-2026-34760 is an Input Validation Error vulnerability affecting vLLM, a popular inference and serving engine for large language models (LLMs). The vulnerability stems from Librosa's use of numpy.mean for mono downmixing (to_mono), which deviates from the international standard ITU-R BS.775-4 that specifies a weighted downmixing algorithm. This discrepancy creates an inconsistency between audio as heard by humans (through headphones or speakers) and audio processed by AI models using Librosa-based infrastructure such as vLLM and transformer libraries.

Critical Impact

Audio processed by affected vLLM versions may be interpreted differently by AI models compared to human perception, potentially leading to incorrect model outputs, audio classification errors, or manipulation of audio-based AI systems through adversarial inputs that exploit the downmixing inconsistency.

Affected Products

  • vLLM versions 0.5.5 through 0.17.x (prior to version 0.18.0)
  • Systems using Librosa for audio preprocessing in AI/ML pipelines
  • Transformer-based audio processing implementations relying on affected vLLM versions

Discovery Timeline

  • 2026-04-02 - CVE CVE-2026-34760 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34760

Vulnerability Analysis

The vulnerability is classified under CWE-20 (Improper Input Validation) and relates to how audio data is preprocessed before being fed into large language models. When stereo or multi-channel audio is converted to mono format, the affected versions of vLLM rely on Librosa's default behavior which uses a simple arithmetic mean (numpy.mean) to combine channels. This approach does not account for psychoacoustic principles defined in ITU-R BS.775-4, which specifies weighted coefficients for proper stereo-to-mono conversion.

The practical impact allows an attacker to craft audio that sounds benign or expected to human listeners but is processed differently by the AI model due to the non-standard downmixing. This creates a potential attack surface for audio-based adversarial inputs where the human-audible content differs from what the model "hears" and processes.

Root Cause

The root cause lies in vLLM's dependency on the Librosa library for audio processing. Librosa's to_mono function applies equal weighting to all audio channels rather than the internationally standardized weighted algorithm. This design choice, while computationally simpler, introduces a semantic gap between human audio perception and machine audio processing.

Attack Vector

An attacker with network access and low-level privileges could exploit this vulnerability by submitting specially crafted multi-channel audio to a vLLM-based audio processing endpoint. The audio could be designed such that the standard weighted downmix produces one interpretation while the arithmetic mean produces a different interpretation, potentially causing the model to:

  • Misclassify audio content
  • Transcribe audio incorrectly
  • Generate inappropriate or unexpected responses based on manipulated audio input
  • Bypass audio-based content filtering or verification systems

The attack requires high complexity (AC:H) as it necessitates understanding of both the downmixing algorithms and the target model's behavior to craft effective adversarial audio.

python
# Vulnerable dependency configuration in setup.py (before patch)
# The librosa library uses numpy.mean for mono downmixing
        "audio": [
-            "librosa",
+            "av",
+            "resampy",
             "scipy",
             "soundfile",
             "mistral_common[audio]",
-            "av",
         ],  # Required for audio processing

Source: GitHub Commit Details

Detection Methods for CVE-2026-34760

Indicators of Compromise

  • Unexpected or anomalous transcription results from audio inputs with significant stereo separation
  • Audio processing outputs that differ from expected behavior based on human-audible content
  • Unusual patterns in audio submissions that contain highly divergent stereo channels

Detection Strategies

  • Audit Python environments for vLLM versions between 0.5.5 and 0.17.x using pip list | grep vllm
  • Review application dependencies for the presence of librosa in audio processing pipelines
  • Implement audio input validation to compare weighted vs. unweighted mono conversion results for anomaly detection

Monitoring Recommendations

  • Monitor audio processing endpoints for inputs with unusual stereo channel characteristics or phase relationships
  • Log and analyze cases where audio model outputs are flagged as inconsistent with expected behavior
  • Establish baseline metrics for audio processing fidelity to detect deviations

How to Mitigate CVE-2026-34760

Immediate Actions Required

  • Upgrade vLLM to version 0.18.0 or later immediately on all production systems
  • Review and update any custom audio preprocessing pipelines that depend on Librosa's to_mono function
  • Validate that audio processing infrastructure uses ITU-R BS.775-4 compliant downmixing

Patch Information

The vulnerability has been addressed in vLLM version 0.18.0. The patch removes the Librosa dependency from the audio processing stack and replaces it with av and resampy libraries. The fix was implemented via Pull Request #37058 and is detailed in the GitHub Security Advisory GHSA-6c4r-fmh3-7rh8.

python
# Patched audio asset handling in vllm/assets/audio.py
# Librosa dependency removed and replaced with vllm.multimodal.media.audio

import numpy.typing as npt

-from vllm.utils.import_utils import PlaceholderModule
+from vllm.multimodal.media.audio import load_audio

from .base import VLLM_S3_BUCKET_URL, get_vllm_public_assets

-try:
-    import librosa
-except ImportError:
-    librosa = PlaceholderModule("librosa")  # type: ignore[assignment]

Source: GitHub Commit Details

Workarounds

  • Implement custom audio preprocessing that applies ITU-R BS.775-4 weighted downmixing before passing audio to vLLM
  • Convert all audio inputs to mono format using compliant tools before processing with affected vLLM versions
  • Restrict audio input sources to trusted origins while awaiting upgrade to the patched version
bash
# Upgrade vLLM to patched version
pip install --upgrade vllm>=0.18.0

# Verify installation
pip show vllm | grep Version

# Check for librosa removal in audio dependencies
pip show vllm | grep -A 20 Requires

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLibrosa

  • SeverityMEDIUM

  • CVSS Score5.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Commit Details

  • GitHub Pull Request Discussion

  • GitHub Release Version 0.18.0

  • GitHub Security Advisory GHSA-6c4r-fmh3-7rh8
  • 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