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

CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

CVE-2026-23672 is a privilege escalation vulnerability in the Windows Universal Disk Format File System Driver that allows attackers to gain elevated privileges. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2026-23672 Overview

CVE-2026-23672 is an Elevation of Privilege vulnerability affecting the Windows Universal Disk Format (UDF) File System Driver (UDFS). This kernel-mode driver vulnerability enables a local attacker with low privileges to escalate their access to higher privilege levels, potentially gaining SYSTEM-level access on affected Windows systems.

Critical Impact

Successful exploitation allows attackers with local access to elevate privileges, potentially gaining complete control over the affected system and bypassing security controls.

Affected Products

  • Windows Universal Disk Format File System Driver (UDFS)
  • Windows Operating Systems with UDFS driver component
  • Systems utilizing UDF file system functionality

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-23672 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-23672

Vulnerability Analysis

This vulnerability is classified under CWE-125 (Out-of-Bounds Read), indicating that the UDFS driver improperly reads data outside the intended memory boundaries. The flaw exists within the kernel-mode Universal Disk Format File System Driver, which handles mounting and parsing of UDF-formatted optical media and disk images.

The vulnerability requires local access to exploit, meaning an attacker must already have some level of access to the target system. Once exploited, the attacker can achieve high impacts across confidentiality, integrity, and availability—enabling unauthorized data access, system modification, and potential service disruption.

Root Cause

The root cause is an out-of-bounds read condition (CWE-125) within the UDFS driver's memory handling routines. When parsing specially crafted UDF file system structures, the driver fails to properly validate data boundaries before performing read operations. This allows an attacker to read memory beyond allocated buffers, which can be leveraged to bypass kernel security mechanisms and elevate privileges.

Attack Vector

The attack vector is local, requiring the attacker to have initial access to the target system. Exploitation involves crafting a malicious UDF disk image or mounting a specially prepared optical media that triggers the out-of-bounds read condition in the UDFS driver.

The attack flow typically follows these steps:

  1. The attacker gains initial low-privilege access to the target Windows system
  2. A malicious UDF file system image is crafted with structures designed to trigger the out-of-bounds read
  3. When the victim system processes the malicious UDF image (through mounting or parsing), the UDFS driver reads beyond intended memory boundaries
  4. The attacker leverages the memory disclosure or corruption to escalate privileges to SYSTEM level

For detailed technical analysis of this vulnerability, refer to the Microsoft CVE-2026-23672 Advisory.

Detection Methods for CVE-2026-23672

Indicators of Compromise

  • Unusual udfs.sys driver crashes or error logs in Windows Event Viewer
  • Unexpected privilege escalation events from low-privileged accounts
  • Suspicious UDF image files (.udf, .iso) being accessed or mounted by non-administrative users
  • Kernel memory access violations related to the UDFS driver component

Detection Strategies

  • Monitor Windows Event Logs for UDFS driver crashes or kernel exceptions involving udfs.sys
  • Implement endpoint detection rules to alert on suspicious mounting of optical media or disk images by low-privileged processes
  • Deploy behavioral analytics to detect privilege escalation patterns following file system operations
  • Utilize SentinelOne's kernel-level monitoring to detect anomalous driver behavior and memory access patterns

Monitoring Recommendations

  • Enable detailed logging for removable media and disk image mounting operations
  • Configure alerts for any kernel driver exceptions related to file system components
  • Monitor for processes spawning with elevated privileges immediately after UDF file system interactions
  • Implement file integrity monitoring on critical system directories for post-exploitation activity detection

How to Mitigate CVE-2026-23672

Immediate Actions Required

  • Apply the latest Windows security updates from Microsoft as soon as available
  • Restrict local access to trusted users only and enforce least-privilege principles
  • Disable automatic mounting of removable media and disk images where operationally feasible
  • Review and audit user accounts with local system access
  • Deploy endpoint protection solutions capable of detecting privilege escalation attempts

Patch Information

Microsoft has released a security update to address this vulnerability. System administrators should apply the appropriate Windows security update through Windows Update, WSUS, or manual deployment. For detailed patch guidance and download links, refer to the Microsoft CVE-2026-23672 Advisory.

Workarounds

  • Disable the UDFS driver if UDF file system support is not required in your environment (note: this may impact optical media functionality)
  • Implement Group Policy to prevent non-administrative users from mounting disk images
  • Use Application Control policies to restrict execution of untrusted executables following disk image operations
  • Consider blocking access to UDF-formatted media on high-security systems pending patch deployment
bash
# Disable UDFS driver via registry (requires administrator privileges)
# WARNING: This will prevent mounting UDF file systems
reg add "HKLM\SYSTEM\CurrentControlSet\Services\udfs" /v Start /t REG_DWORD /d 4 /f

# Verify the driver is disabled (Start value of 4 = Disabled)
reg query "HKLM\SYSTEM\CurrentControlSet\Services\udfs" /v Start

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.04%

  • 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-125
  • Technical References
  • Microsoft CVE-2026-23672 Advisory
  • Related CVEs
  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server Privilege Escalation

  • CVE-2026-24285: Windows Win32K Privilege Escalation Flaw
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