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

CVE-2026-23667: Windows 10 1809 Use-After-Free Flaw

CVE-2026-23667 is a use-after-free vulnerability in Microsoft Windows 10 1809 Broadcast DVR that enables authenticated attackers to escalate privileges. This article covers technical details, affected systems, and mitigation.

Published: March 13, 2026

CVE-2026-23667 Overview

CVE-2026-23667 is a use-after-free vulnerability in the Windows Broadcast DVR component that allows an authorized attacker to elevate privileges locally. This memory corruption flaw exists across multiple versions of Windows 10 and Windows 11 operating systems, affecting both x64 and ARM64 architectures.

The vulnerability requires local access and an authorized user account to exploit, but successful exploitation grants the attacker elevated privileges on the target system. Use-after-free vulnerabilities occur when a program continues to use a pointer after the memory it references has been freed, potentially allowing attackers to execute arbitrary code or escalate privileges.

Critical Impact

An authorized local attacker can exploit this use-after-free vulnerability in Windows Broadcast DVR to escalate privileges, potentially gaining SYSTEM-level access on affected Windows 10 and Windows 11 systems.

Affected Products

  • Microsoft Windows 10 1809 (x64, x86)
  • Microsoft Windows 10 21H2 (x64, x86, ARM64)
  • Microsoft Windows 10 22H2 (x64, x86, ARM64)
  • Microsoft Windows 11 23H2 (x64, ARM64)
  • Microsoft Windows 11 24H2 (x64, ARM64)
  • Microsoft Windows 11 25H2 (x64, ARM64)
  • Microsoft Windows 11 26H1 (x64, ARM64)

Discovery Timeline

  • 2026-03-10 - CVE-2026-23667 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-23667

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to reference memory after it has been freed. In the context of the Windows Broadcast DVR component, this flaw can be triggered by an authorized user with local access to the system.

The Broadcast DVR component is part of Windows Game Bar functionality, handling video recording and streaming features. The use-after-free condition arises when the component improperly manages memory objects during specific operations, leaving a dangling pointer that can be exploited.

Successful exploitation requires the attacker to have valid credentials on the target system and local access. While the attack complexity is considered high due to specific conditions that must be met, the impact is significant—allowing complete compromise of confidentiality, integrity, and availability on the affected system.

Root Cause

The root cause of CVE-2026-23667 is improper memory management within the Broadcast DVR component. Specifically, the vulnerability occurs when memory is freed but the associated pointer is not properly nullified or the freed memory block is subsequently accessed. This creates a window of opportunity where an attacker can manipulate the freed memory region.

When the vulnerable code path attempts to use the stale pointer, the attacker can potentially control the data at that memory location, leading to arbitrary code execution with elevated privileges. The memory safety violation allows bypassing normal security boundaries enforced by the Windows operating system.

Attack Vector

The attack vector for CVE-2026-23667 is local, requiring an attacker to have authenticated access to the target system. The exploitation scenario involves:

  1. An attacker with standard user credentials gains local access to a Windows system running an affected version
  2. The attacker triggers the vulnerable code path in the Broadcast DVR component
  3. Through careful manipulation of memory allocation patterns, the attacker controls the contents of the freed memory region
  4. When the dangling pointer is dereferenced, the attacker's controlled data is used, enabling privilege escalation
  5. The attacker achieves elevated privileges, potentially reaching SYSTEM-level access

The high attack complexity indicates that specific race conditions or memory layout requirements must be satisfied for successful exploitation. However, this should not diminish the urgency of applying patches, as sophisticated attackers may develop reliable exploitation techniques.

Detection Methods for CVE-2026-23667

Indicators of Compromise

  • Unusual process behavior from GameBar.exe or related Broadcast DVR processes attempting to spawn child processes with elevated privileges
  • Abnormal memory allocation patterns or heap corruption events associated with Windows Game Bar components
  • Privilege escalation events where standard user processes gain SYSTEM-level access without legitimate authorization

Detection Strategies

  • Monitor for suspicious process creation events where GameBar.exe, GameBarPresenceWriter.exe, or related DVR components spawn unexpected child processes
  • Implement endpoint detection rules to identify use-after-free exploitation patterns, including heap spray techniques and memory corruption indicators
  • Enable Windows Event Log monitoring for Security Event ID 4688 (Process Creation) to track privilege escalation attempts following DVR component activity

Monitoring Recommendations

  • Deploy behavioral analysis solutions to detect anomalous privilege escalation attempts on endpoints running affected Windows versions
  • Configure SentinelOne Singularity to monitor for memory corruption exploitation techniques targeting Windows system components
  • Review system integrity by auditing processes running with elevated privileges that were spawned by user-level applications

How to Mitigate CVE-2026-23667

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2026-23667 immediately on all affected Windows 10 and Windows 11 systems
  • Prioritize patching for systems in environments where users have local access and authentication credentials
  • Verify patch deployment across the enterprise using vulnerability scanning and compliance tools

Patch Information

Microsoft has released security updates to address CVE-2026-23667. Detailed patch information and download links are available in the Microsoft Security Update Guide for CVE-2026-23667. Organizations should deploy these updates through Windows Update, WSUS, or Microsoft Endpoint Configuration Manager according to their standard patch management processes.

The security update addresses the improper memory handling in the Broadcast DVR component by ensuring proper pointer management and preventing use-after-free conditions.

Workarounds

  • If immediate patching is not possible, consider disabling the Game Bar feature through Group Policy (Computer Configuration > Administrative Templates > Windows Components > Game Recording and Broadcasting)
  • Restrict local access and enforce the principle of least privilege to limit the number of authorized users who could potentially exploit this vulnerability
  • Implement application control policies to monitor and restrict execution of Game Bar components where DVR functionality is not required
bash
# PowerShell command to disable Game Bar via Registry (temporary workaround)
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" -Name "AppCaptureEnabled" -Value 0
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" -Name "AllowGameDVR" -Value 0

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Microsoft Security Update CVE-2026-23667
  • Related CVEs
  • CVE-2026-23669: Windows Print Spooler Use After Free Flaw

  • CVE-2026-22722: Windows Use-After-Free Vulnerability

  • CVE-2026-21251: Windows Server Use-After-Free Flaw

  • CVE-2026-20854: Windows LSASS Use After Free 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