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-2023-47360

CVE-2023-47360: VLC Media Player Integer Underflow Flaw

CVE-2023-47360 is an integer underflow vulnerability in VLC Media Player that causes incorrect packet length calculations. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-47360 Overview

CVE-2023-47360 is an Integer Underflow vulnerability affecting Videolan VLC Media Player prior to version 3.0.20. The vulnerability exists in the MMS (Microsoft Media Server) protocol handling code, where an integer underflow leads to an incorrect packet length calculation. This flaw can be exploited by a remote attacker to cause denial of service conditions when a user opens a specially crafted media stream.

Critical Impact

Remote attackers can exploit this integer underflow vulnerability to crash VLC Media Player, resulting in denial of service when users access malicious MMS streams.

Affected Products

  • Videolan VLC Media Player versions prior to 3.0.20
  • All platforms running vulnerable VLC versions (Windows, macOS, Linux)
  • Systems configured to handle MMS protocol streams

Discovery Timeline

  • 2023-11-07 - CVE-2023-47360 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-47360

Vulnerability Analysis

This vulnerability is classified as CWE-191 (Integer Underflow). The flaw occurs in the MMS protocol handler within VLC Media Player when processing packet length values. When an arithmetic operation results in a value below the minimum representable integer, an underflow condition occurs, causing the application to calculate an incorrect packet length.

The vulnerability is network-exploitable and requires no authentication or user interaction beyond opening a malicious stream. An attacker can host a specially crafted MMS stream that triggers the underflow condition when parsed by VLC, leading to unexpected application behavior and crashes.

The impact is primarily availability-related, as the vulnerability enables denial of service attacks. While the vulnerability does not directly compromise data confidentiality or integrity, repeated exploitation can disrupt media playback services and user productivity.

Root Cause

The root cause lies in insufficient validation of packet length values in the MMS protocol implementation. When processing MMS streams, VLC performs arithmetic operations on length fields without proper bounds checking. A maliciously crafted packet can supply values that cause the length calculation to underflow, resulting in a negative or unexpectedly large value that corrupts subsequent memory operations.

The integer underflow occurs because the code assumes packet length values will always be within expected bounds, failing to account for edge cases where subtraction operations produce results below zero.

Attack Vector

The attack vector is network-based. An attacker can exploit this vulnerability by:

  1. Setting up a malicious MMS server hosting crafted media content
  2. Tricking a victim into opening the malicious MMS URL in VLC Media Player
  3. The crafted packet triggers the integer underflow during protocol parsing
  4. VLC crashes due to the incorrect packet length calculation

The vulnerability can be triggered through social engineering (sending malicious links) or by compromising legitimate streaming servers to inject malicious packets into MMS streams.

For detailed technical analysis of this vulnerability, refer to the 0xAriana blog post which provides in-depth coverage of the MMS protocol handling flaw.

Detection Methods for CVE-2023-47360

Indicators of Compromise

  • Unexpected VLC Media Player crashes when accessing MMS protocol streams
  • Application crash logs showing memory access violations during MMS parsing
  • Network traffic containing malformed MMS protocol packets with unusual length fields
  • Repeated crash patterns correlated with specific MMS stream URLs

Detection Strategies

  • Monitor for VLC process crashes and analyze crash dumps for MMS-related stack traces
  • Implement network intrusion detection rules to identify malformed MMS protocol packets
  • Deploy application-level monitoring to detect repeated crashes in VLC Media Player
  • Use endpoint detection to correlate crash events with network activity to MMS endpoints

Monitoring Recommendations

  • Enable crash reporting and logging for VLC Media Player installations across the organization
  • Monitor network traffic for MMS protocol connections to unknown or suspicious servers
  • Implement file integrity monitoring on VLC installation directories to verify version compliance
  • Track software inventory to identify systems running vulnerable VLC versions

How to Mitigate CVE-2023-47360

Immediate Actions Required

  • Upgrade VLC Media Player to version 3.0.20 or later on all affected systems
  • Block or restrict access to untrusted MMS streaming sources at the network perimeter
  • Educate users about the risks of opening media streams from untrusted sources
  • Consider temporarily disabling MMS protocol support if not required for business operations

Patch Information

Videolan has addressed this vulnerability in VLC Media Player version 3.0.20. Organizations should prioritize updating to this version or later to remediate the integer underflow vulnerability. The fix implements proper bounds checking on packet length calculations in the MMS protocol handler.

For additional information, refer to the Debian LTS Announcement which provides distribution-specific patching guidance.

Workarounds

  • Avoid opening MMS streams from untrusted or unknown sources until patching is complete
  • Use alternative media players that are not affected by this vulnerability as a temporary measure
  • Implement network-level filtering to block MMS protocol traffic from external sources
  • Configure firewall rules to restrict outbound MMS connections to approved streaming servers only
bash
# Verify VLC version on Linux systems
vlc --version | grep "VLC version"
# Expected output should show version 3.0.20 or higher

# Check for vulnerable versions in package management (Debian/Ubuntu)
apt list --installed | grep vlc
# Update to patched version if necessary
sudo apt update && sudo apt upgrade vlc

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechVlc Media Player

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Technical References
  • 0xAriana Blog Post

  • Debian LTS Announcement
  • Related CVEs
  • CVE-2023-47359: VLC Media Player Buffer Overflow Flaw
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