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-22722

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

CVE-2026-22722 is a use-after-free vulnerability affecting Windows-based Workstation hosts that allows authenticated attackers to trigger null pointer dereference errors. This article covers technical details, impact, and patches.

Published: February 27, 2026

CVE-2026-22722 Overview

CVE-2026-22722 is a null pointer dereference vulnerability affecting Windows-based Workstation hosts. A malicious actor with authenticated user privileges can exploit this flaw to cause a null pointer dereference error, potentially leading to denial of service conditions and limited integrity impact on the affected system.

Critical Impact

Authenticated attackers can trigger a null pointer dereference resulting in system availability disruption and potential limited integrity compromise on Windows Workstation environments.

Affected Products

  • Windows-based Workstation hosts (specific versions listed in vendor Response Matrix)

Discovery Timeline

  • February 26, 2026 - CVE-2026-22722 published to NVD
  • February 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-22722

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when a program attempts to dereference a pointer that is expected to be valid but is actually null. In the context of CVE-2026-22722, an authenticated user on a Windows-based Workstation can trigger conditions that lead the application to reference a null memory address.

The local attack vector requires the attacker to have existing authenticated access to the Windows Workstation. While no user interaction is required to trigger the vulnerability, the scope remains unchanged, meaning the impact is contained within the vulnerable component's security boundary. The vulnerability primarily affects system availability with high impact, while also presenting a limited integrity risk.

Root Cause

The underlying cause of CVE-2026-22722 stems from improper validation of pointer values before dereferencing operations. When certain conditions are met by an authenticated local user, the application fails to verify that a pointer contains a valid memory address before attempting to access the memory location it references. This missing null check allows the null pointer dereference to occur.

Attack Vector

The attack requires local access to a Windows-based Workstation with valid user authentication credentials. The attacker must:

  1. Obtain authenticated access to the target Windows Workstation
  2. Execute specific operations that trigger the vulnerable code path
  3. Cause the application to attempt dereferencing a null pointer

The exploitation does not require any additional user interaction beyond the initial authenticated session. The attack results in denial of service through application or system crash, with potential for limited integrity impact.

For detailed technical information regarding exploitation specifics, refer to the Broadcom Security Advisory.

Detection Methods for CVE-2026-22722

Indicators of Compromise

  • Unexpected application crashes or system instability on Windows Workstation hosts
  • Crash dumps indicating null pointer access violations in affected components
  • Repeated authentication attempts followed by system errors from the same user account
  • Event log entries showing access violation exceptions with null address references

Detection Strategies

  • Monitor Windows Event Logs for application crash events with exception codes indicating null pointer access violations (0xC0000005)
  • Implement endpoint detection rules to identify patterns of repeated crashes in affected components
  • Deploy crash analysis tools to automatically analyze dump files for null pointer dereference signatures
  • Configure SIEM correlation rules to detect unusual patterns of system instability from authenticated sessions

Monitoring Recommendations

  • Enable detailed crash reporting and automatic dump collection on Windows Workstation systems
  • Monitor system availability metrics for unexpected downtime patterns
  • Track user session activity for correlation with system crashes
  • Implement real-time alerting for access violation exceptions in affected environments

How to Mitigate CVE-2026-22722

Immediate Actions Required

  • Review the vendor Response Matrix and apply patches listed in the "Fixed version" column
  • Audit authenticated user access to Windows Workstation hosts and enforce least privilege
  • Enable enhanced monitoring for system crashes and availability issues
  • Consider restricting local access to critical Workstation systems until patches are applied

Patch Information

To remediate CVE-2026-22722, apply the patches listed in the "Fixed version" column of the vendor's Response Matrix. Detailed patch information and download links are available in the Broadcom Security Advisory.

Workarounds

  • Limit local authenticated access to Windows Workstation hosts to only essential personnel
  • Implement application whitelisting to restrict execution of unauthorized code
  • Enable crash protection mechanisms and automatic service restart where applicable
  • Monitor and alert on abnormal system behavior patterns until official patches can be deployed
bash
# Enable Windows Error Reporting for crash monitoring
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v DontShowUI /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpFolder /t REG_EXPAND_SZ /d "%LOCALAPPDATA%\CrashDumps" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpType /t REG_DWORD /d 2 /f

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

  • SeverityMEDIUM

  • CVSS Score6.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Broadcom Security Advisory
  • Related CVEs
  • CVE-2026-23667: Windows 10 1809 Use-After-Free Flaw

  • CVE-2026-23669: Windows Print Spooler Use After Free Flaw

  • 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