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-2022-21917

CVE-2022-21917: Microsoft HEVC Video Extensions RCE Flaw

CVE-2022-21917 is a remote code execution vulnerability in Microsoft HEVC Video Extensions that allows attackers to execute arbitrary code. This article covers technical details, affected versions, security impact, and mitigation.

Published: February 17, 2026

CVE-2022-21917 Overview

CVE-2022-21917 is a remote code execution vulnerability affecting Microsoft HEVC Video Extensions. This vulnerability allows attackers to execute arbitrary code on vulnerable systems through specially crafted media files. The flaw exists in the way HEVC Video Extensions handles malformed video content, potentially enabling threat actors to compromise systems when users open or preview malicious HEVC-encoded video files.

Critical Impact

Successful exploitation could allow attackers to execute arbitrary code with the privileges of the current user, potentially leading to complete system compromise if the user has administrative rights.

Affected Products

  • Microsoft HEVC Video Extensions

Discovery Timeline

  • 2022-01-11 - CVE-2022-21917 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21917

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption vulnerability that occurs when the HEVC Video Extensions codec processes malformed video content. The flaw requires local access to the target system and user interaction, typically through the victim opening a specially crafted HEVC video file. Once triggered, the out-of-bounds write condition can corrupt adjacent memory, potentially allowing an attacker to overwrite critical data structures or inject malicious code into the process memory space.

The attack complexity is low, meaning exploitation does not require sophisticated techniques once a victim interacts with the malicious file. Successful exploitation results in high impact to confidentiality, integrity, and availability, as the attacker gains the ability to read sensitive data, modify system files, and potentially cause system crashes or denial of service.

Root Cause

The root cause of this vulnerability stems from improper bounds checking when parsing HEVC (High Efficiency Video Coding) encoded video streams. During the decoding process, the codec fails to properly validate input data before writing to memory buffers, resulting in an out-of-bounds write condition. This type of memory corruption vulnerability can occur when processing specially crafted video headers, frame data, or metadata that contains unexpected or malicious values designed to trigger the boundary violation.

Attack Vector

The attack vector is local, requiring an attacker to deliver a malicious HEVC video file to the victim. This could be accomplished through various delivery mechanisms including email attachments, file-sharing platforms, malicious websites, or removable media. The vulnerability requires user interaction—the victim must open, preview, or otherwise process the malicious video file for exploitation to occur.

When the victim opens the crafted video file, the HEVC Video Extensions codec attempts to parse and decode the content. The malformed data triggers the out-of-bounds write condition, allowing the attacker to corrupt memory and potentially achieve code execution within the context of the application or user session.

Detection Methods for CVE-2022-21917

Indicators of Compromise

  • Unexpected crashes or errors in applications attempting to render HEVC video content
  • Suspicious HEVC video files with unusual file structures or metadata in user download directories
  • Memory access violations or application exceptions related to video codec processing
  • Unusual child processes spawned from Windows Media-related components

Detection Strategies

  • Monitor for unexpected process behavior when video files are accessed or previewed
  • Implement endpoint detection rules to identify anomalous memory operations during video decoding
  • Deploy file scanning solutions capable of identifying malformed HEVC video structures
  • Enable crash reporting and analyze dumps for signs of memory corruption exploitation attempts

Monitoring Recommendations

  • Configure endpoint security solutions to monitor HEVC codec activity and report suspicious behavior
  • Implement file reputation services to flag potentially malicious video files before user access
  • Enable Windows Event logging for application crashes and correlate with video file access events
  • Monitor network traffic for suspicious downloads of HEVC video files from untrusted sources

How to Mitigate CVE-2022-21917

Immediate Actions Required

  • Update Microsoft HEVC Video Extensions to the latest patched version via Microsoft Store
  • Restrict access to untrusted video files, particularly those received from unknown sources
  • Implement application whitelisting to control which applications can process video content
  • Educate users about the risks of opening video files from untrusted sources

Patch Information

Microsoft has released security updates to address this vulnerability. Users should update their HEVC Video Extensions through the Microsoft Store to obtain the patched version. Detailed information is available through the Microsoft Vulnerability Update for CVE-2022-21917 and the Microsoft Security Advisory. Additional technical details can be found in the Mandiant Vulnerability Disclosure MNDT-2022-0008.

Workarounds

  • Consider uninstalling HEVC Video Extensions if not required for business operations
  • Block HEVC video files at email gateways and web proxies until patches are applied
  • Use alternative video codecs where possible for critical workflows
  • Implement application isolation or sandboxing for video playback applications
bash
# Check installed HEVC Video Extensions version via PowerShell
Get-AppxPackage -Name "Microsoft.HEVCVideoExtension*" | Select-Object Name, Version

# Force update of Microsoft Store apps (requires admin privileges)
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Hevc Video Extensions

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability2.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Microsoft Vulnerability Update CVE-2022-21917

  • Mandiant Vulnerability Disclosure MNDT-2022-0008

  • Microsoft Security Advisory CVE-2022-21917
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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