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
    • 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-2023-36872

CVE-2023-36872: VP9 Video Extensions Info Disclosure Flaw

CVE-2023-36872 is an information disclosure vulnerability in Microsoft VP9 Video Extensions that could allow attackers to access sensitive data. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-36872 Overview

CVE-2023-36872 is an information disclosure vulnerability affecting Microsoft VP9 Video Extensions. This vulnerability allows an attacker to potentially access sensitive information from the affected system through improper input validation when processing VP9 video content. The attack requires local access and user interaction, making it a targeted exploitation scenario where a user must be tricked into opening a maliciously crafted video file.

Critical Impact

Successful exploitation of this vulnerability could lead to unauthorized disclosure of sensitive information from the affected system, potentially exposing confidential data to attackers with local access.

Affected Products

  • Microsoft VP9 Video Extensions (all vulnerable versions)

Discovery Timeline

  • July 11, 2023 - CVE-2023-36872 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36872

Vulnerability Analysis

This information disclosure vulnerability resides in Microsoft's VP9 Video Extensions component, which is used for decoding VP9 video format content on Windows systems. The vulnerability stems from improper input validation (CWE-20) when processing VP9 encoded video data.

When a user opens a specially crafted VP9 video file, the extensions component fails to properly validate input boundaries, potentially allowing an attacker to read memory contents that should not be accessible. This could result in the exposure of sensitive system information or user data that resides in adjacent memory regions.

The attack scenario requires the victim to open a malicious video file on their local system, which could be delivered through phishing emails, malicious websites, or other social engineering techniques. While the vulnerability requires user interaction, the potential for high confidentiality impact makes it a significant concern for enterprise environments.

Root Cause

The root cause of CVE-2023-36872 is improper input validation (CWE-20) within the VP9 Video Extensions decoding routines. When processing video data, the component does not adequately validate or sanitize input parameters, allowing specially crafted video files to trigger out-of-bounds memory read operations. This improper handling of malformed input enables attackers to extract information from memory locations beyond the intended boundaries.

Attack Vector

The attack vector for this vulnerability is local, requiring an attacker to either have direct access to the target system or convince a user to open a malicious VP9 video file. The exploitation flow typically involves:

  1. An attacker crafts a malicious VP9 video file containing specially formatted data designed to trigger the vulnerability
  2. The malicious file is delivered to the victim through email attachments, malicious downloads, or removable media
  3. When the victim opens the file using an application that leverages VP9 Video Extensions, the improper input validation is triggered
  4. The vulnerability allows the attacker to potentially read sensitive information from the system's memory

The vulnerability mechanism centers on the input validation flaw in VP9 video parsing. Technical details are available in the Microsoft Security Update Guide.

Detection Methods for CVE-2023-36872

Indicators of Compromise

  • Unusual VP9 video files with abnormal file structures or headers being accessed on endpoints
  • Unexpected memory access patterns by video codec-related processes
  • Applications processing VP9 content exhibiting abnormal behavior or crashes
  • Presence of unfamiliar or suspicious video files in user download directories or temp folders

Detection Strategies

  • Monitor for unusual process behavior associated with video codec extensions and media playback applications
  • Implement endpoint detection rules to identify suspicious VP9 file access patterns
  • Deploy SentinelOne Singularity to detect anomalous memory access patterns and exploitation attempts
  • Utilize file integrity monitoring to detect unauthorized modification of VP9 Video Extensions components

Monitoring Recommendations

  • Enable detailed logging for Windows media-related processes and codec operations
  • Configure SentinelOne agents to alert on suspicious behavior from video processing applications
  • Monitor for unusual outbound network activity following VP9 video file processing
  • Implement behavioral analysis for media player and codec processes to detect anomalous information access

How to Mitigate CVE-2023-36872

Immediate Actions Required

  • Apply the official Microsoft security update for VP9 Video Extensions immediately
  • Verify the VP9 Video Extensions component is updated to the latest patched version via Microsoft Store
  • Educate users about the risks of opening video files from untrusted sources
  • Consider temporarily restricting VP9 video file handling in high-security environments until patching is complete

Patch Information

Microsoft has released a security update to address this vulnerability. The patch is available through the Microsoft Store as an automatic update to the VP9 Video Extensions component. Organizations should verify that automatic updates are enabled for Microsoft Store apps or manually update the VP9 Video Extensions through the Microsoft Store.

For detailed patch information and official guidance, refer to the Microsoft Security Update Guide for CVE-2023-36872.

Workarounds

  • Temporarily disable or uninstall VP9 Video Extensions if the functionality is not required in your environment
  • Implement strict email and web filtering to block suspicious video file attachments
  • Utilize application whitelisting to prevent unauthorized media applications from processing VP9 content
  • Configure endpoint protection policies to quarantine suspicious video files before user access
bash
# Check VP9 Video Extensions version via PowerShell
Get-AppxPackage -Name "Microsoft.VP9VideoExtensions" | Select-Object Name, Version

# Force update of Microsoft Store apps (requires elevated privileges)
Get-CimInstance -Namespace "root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName "UpdateScanMethod"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Vp9 Video Extensions

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-36872
  • Related CVEs
  • CVE-2021-43243: Microsoft VP9 Video Extensions Vulnerability

  • CVE-2022-24501: Microsoft VP9 Video Extensions RCE Flaw

  • CVE-2022-24451: Microsoft VP9 Video Extensions RCE 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