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

CVE-2026-27929: Windows 10 1607 Race Condition Vulnerability

CVE-2026-27929 is a time-of-check time-of-use race condition in Windows 10 1607 LUAFV that enables local privilege escalation. This article covers technical details, affected versions, security impact, and mitigation.

Updated: May 14, 2026

CVE-2026-27929 Overview

CVE-2026-27929 is a time-of-check time-of-use (TOCTOU) race condition in the Windows LUAFV (Limited User Account File Virtualization) driver. The flaw allows an authorized local attacker to elevate privileges on affected Windows client and server systems. Microsoft tracks the issue under CWE-367 and rates it High severity. Successful exploitation grants the attacker access to resources or operations that should remain restricted to higher-privileged accounts, including SYSTEM-level objects on the local machine.

Critical Impact

A successful race-window win lets a low-privileged local user elevate to SYSTEM, gaining full confidentiality, integrity, and availability impact on the host.

Affected Products

  • Microsoft Windows 10 (1607, 1809, 21H2, 22H2) across x86, x64, and ARM64
  • Microsoft Windows 11 (23H2, 24H2, 25H2, 26H1) across x64 and ARM64
  • Microsoft Windows Server 2012, 2012 R2, 2016, 2019, 2022, 2022 23H2, and 2025

Discovery Timeline

  • 2026-04-14 - CVE-2026-27929 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-27929

Vulnerability Analysis

The LUAFV driver (luafv.sys) is the Windows file-system filter that implements User Account Control (UAC) file and registry virtualization. It redirects writes from legacy applications that target protected locations such as %ProgramFiles% or %Windir% into per-user virtual stores. To make this transparent, LUAFV repeatedly checks file metadata, security descriptors, and reparse state before performing operations on behalf of the caller.

The vulnerability stems from a window between when LUAFV validates a file object's properties (the check) and when it acts on that object (the use). A local attacker who can race the kernel filter can swap the target path or change object state inside that window. The result is that a privileged operation executes against an attacker-controlled target rather than the originally validated one.

Root Cause

The root cause is non-atomic validation of file-system state within luafv.sys. LUAFV resolves a path or evaluates virtualization eligibility, then later reopens or operates on the same name. Because the path resolution and the privileged operation are not held under a single consistent lock, a concurrent thread can substitute the underlying object between the two steps. This is the classic TOCTOU pattern described by CWE-367.

Attack Vector

Exploitation requires local code execution with low privileges and is rated high attack complexity because the attacker must reliably win a kernel-side race. A typical exploit creates a benign file that passes LUAFV's initial checks, then uses a second thread to replace that path with a symbolic link, junction, or hard link pointing to a SYSTEM-owned target before LUAFV performs the privileged file operation. When the race succeeds, LUAFV writes to or opens the substituted target with elevated context, yielding arbitrary file write or privilege escalation. No verified public proof-of-concept is currently available, and the EPSS score reflects low predicted exploitation activity in the near term.

Detection Methods for CVE-2026-27929

Indicators of Compromise

  • Unexpected creation of NTFS reparse points, symbolic links, or hard links from %LOCALAPPDATA%\VirtualStore\ or other user-writable paths into protected directories such as C:\Windows\System32\.
  • New or modified files in SYSTEM-owned locations whose write was initiated by a process running as a standard user.
  • Repeated, rapid open/close or rename activity against the same path by a low-privileged process, consistent with race-window probing.

Detection Strategies

  • Hunt for standard-user processes that successfully modify files in protected directories that LUAFV would normally virtualize.
  • Correlate file-system mini-filter events (luafv.sys) with token elevation and integrity-level transitions on the same thread.
  • Flag processes that create symbolic links or junctions immediately followed by file operations through the LUAFV virtualization path.

Monitoring Recommendations

  • Enable Windows audit policy for Object Access (File System and Handle Manipulation) on protected directories and ship logs to a centralized SIEM or data lake.
  • Monitor Sysmon Event IDs 1, 11, and 15 for short-lived processes performing rapid file renames against virtualized paths.
  • Alert on driver and kernel anomalies involving luafv.sys and on any process that triggers UAC virtualization while also spawning elevated child processes.

How to Mitigate CVE-2026-27929

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft Security Update for CVE-2026-27929 advisory to all affected Windows 10, Windows 11, and Windows Server systems.
  • Inventory unpatched hosts using configuration management tooling and prioritize multi-user systems, jump hosts, and terminal servers where local accounts are most prevalent.
  • Restrict interactive and remote desktop logon rights on sensitive servers to reduce the population of users who can stage a local race.

Patch Information

Microsoft published the fix on 2026-04-14 through the standard Update Guide entry for CVE-2026-27929. The update revises LUAFV path-validation logic in luafv.sys to close the TOCTOU window. Consult the Microsoft Security Update CVE-2026-27929 advisory for KB article numbers, build versions, and servicing-stack prerequisites per Windows release.

Workarounds

  • No official workaround replaces patching. Where immediate deployment is not possible, remove unnecessary local users and enforce least privilege.
  • Disable or strictly audit applications that rely on UAC file virtualization, since legitimate use of LUAFV is largely limited to legacy software.
  • Enable Attack Surface Reduction rules and tamper-resistant logging so that exploitation attempts produce durable telemetry even if the host is compromised.
bash
# Verify patch deployment status on a Windows host
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10

# Confirm the LUAFV driver version after patching
Get-Item C:\Windows\System32\drivers\luafv.sys | Select-Object Name, VersionInfo

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.04%

  • 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-367
  • Vendor Resources
  • Microsoft Security Update CVE-2026-27929
  • Related CVEs
  • CVE-2026-32161: Windows 10 1607 Race Condition Vulnerability

  • CVE-2026-32088: Windows 10 1809 Race Condition Vulnerability

  • CVE-2026-33827: Windows TCP/IP Race Condition Vulnerability

  • CVE-2026-24297: Windows Kerberos Race Condition Vulnerability
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