A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-26179

CVE-2026-26179: Windows 11 Privilege Escalation Flaw

CVE-2026-26179 is a privilege escalation vulnerability in Windows 11 23H2 caused by a double free in the Windows Kernel. Attackers with local access can exploit this to gain elevated privileges on the system.

Updated: May 14, 2026

CVE-2026-26179 Overview

CVE-2026-26179 is a double free vulnerability [CWE-415] in the Microsoft Windows Kernel. An authenticated local attacker can exploit the flaw to elevate privileges, gaining SYSTEM-level access on affected hosts. Microsoft published the advisory on April 14, 2026 and assigned a CVSS 3.1 score of 7.8.

The issue affects current Windows 11 client builds (23H2 through 26H1) and Windows Server 2022 23H2 and Windows Server 2025. Exploitation requires only low-privileged local access with no user interaction. While no public proof-of-concept exists and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, kernel double-free flaws are historically attractive targets for post-exploitation tooling.

Critical Impact

Successful exploitation of CVE-2026-26179 allows a low-privileged local user to corrupt kernel heap structures and obtain SYSTEM privileges, breaking the user-to-kernel security boundary.

Affected Products

  • Microsoft Windows 11 (23H2, 24H2, 25H2, 26H1) on x64 and ARM64
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • 2026-04-14 - CVE-2026-26179 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-26179

Vulnerability Analysis

The vulnerability is a double free in the Windows Kernel, classified under [CWE-415]. A double free occurs when the same memory allocation is released to the kernel pool allocator twice. The second free operation corrupts internal allocator metadata, including freelist pointers and chunk headers used by the Windows segment heap and pool manager.

Attackers leverage this corruption to alias an attacker-controlled allocation over a freed kernel object. By reclaiming the freed slot with a controllable structure, an adversary can manipulate function pointers, object headers, or token references during subsequent kernel operations. The result is arbitrary kernel read/write primitives that lead to privilege escalation.

The CVSS vector indicates a local attack surface with low complexity and low privileges. No user interaction is required, and the scope remains unchanged because the kernel and the attacker process share the same security authority. Confidentiality, integrity, and availability are all rated High because kernel compromise yields full control of the host.

Root Cause

The underlying defect is improper lifetime management of a kernel-allocated object. A code path frees an allocation and then releases the same pointer again, either through a missed reference count decrement, an error-handling path that does not null the pointer after ExFreePoolWithTag, or a race between two threads operating on a shared object. Microsoft has not published implementation specifics in the public advisory.

Attack Vector

Exploitation requires local code execution as an authenticated user. The attacker invokes a vulnerable kernel interface — typically a system call, IOCTL, or NT API — that triggers the duplicate free. The attacker then sprays the kernel pool with a target object of matching size, reclaims the freed chunk, and uses the resulting type confusion to overwrite a privileged token or function pointer. Remote exploitation over the network is not possible without an initial local foothold.

No verified public exploit code is available. See the Microsoft Security Update Guide for CVE-2026-26179 for vendor technical details.

Detection Methods for CVE-2026-26179

Indicators of Compromise

  • Unexpected SYSTEM token assignment to processes that were launched by standard users
  • Kernel bugchecks referencing pool corruption such as BAD_POOL_HEADER (0x19) or KERNEL_MODE_HEAP_CORRUPTION (0x13A) following user-mode activity
  • New services, scheduled tasks, or driver loads created immediately after a low-privileged process performs unusual IOCTL or NT API activity

Detection Strategies

  • Monitor for parent-child process anomalies where non-elevated processes spawn children running as NT AUTHORITY\SYSTEM
  • Correlate Windows Error Reporting kernel crash telemetry with preceding suspicious user-mode activity from the same session
  • Enable kernel pool tagging and Driver Verifier on canary hosts to catch double-free patterns during testing and red-team exercises

Monitoring Recommendations

  • Ingest Sysmon Event ID 1 (process create) and Event ID 10 (process access) into a SIEM and alert on token elevation patterns
  • Track Microsoft-Windows-Kernel-General and Microsoft-Windows-Kernel-Memory provider events for abnormal allocation failures
  • Baseline normal driver and kernel module load activity and alert on deviations following the application of unsigned or newly-introduced drivers

How to Mitigate CVE-2026-26179

Immediate Actions Required

  • Apply the April 2026 Microsoft security update referenced in the MSRC advisory for CVE-2026-26179 to all affected Windows 11 and Windows Server builds
  • Inventory endpoints running Windows 11 23H2/24H2/25H2/26H1 and Windows Server 2022 23H2/2025, prioritizing multi-user systems and privileged workstations
  • Restrict local logon rights and enforce least privilege so that fewer accounts can stage local exploitation

Patch Information

Microsoft has released a security update addressing CVE-2026-26179. Administrators should deploy the patch through Windows Update, Windows Server Update Services (WSUS), Microsoft Intune, or Configuration Manager. Validation should confirm the kernel binary version reflects the April 2026 cumulative update on every affected host. The authoritative reference is the Microsoft Security Update Guide for CVE-2026-26179.

Workarounds

  • No vendor-supplied workaround exists; patching is the only supported remediation
  • Enforce application allowlisting with Windows Defender Application Control or AppLocker to limit execution of untrusted local binaries
  • Enable Hypervisor-Protected Code Integrity (HVCI) and Credential Guard to raise the cost of kernel exploitation on hosts pending patch deployment
bash
# Verify the installed Windows build and cumulative update level
Get-ComputerInfo | Select-Object OsName, OsVersion, OsBuildNumber, WindowsVersion
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-415
  • Vendor Resources
  • Microsoft Security Update CVE-2026-26179
  • Related CVEs
  • CVE-2026-41088: Windows 10 21h2 Privilege Escalation Flaw

  • CVE-2026-41095: Windows Server 2012 Privilege Escalation

  • CVE-2026-40382: Windows 10 1607 Privilege Escalation Flaw

  • CVE-2026-40397: Windows 10 1607 Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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