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

CVE-2026-35419: Windows 11 24h2 Information Disclosure

CVE-2026-35419 is an information disclosure vulnerability in Windows 11 24h2 DWM Core Library caused by an out-of-bounds read. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 17, 2026

CVE-2026-35419 Overview

CVE-2026-35419 is an out-of-bounds read vulnerability in the Windows Desktop Window Manager (DWM) Core Library. The flaw allows an authorized local attacker to disclose sensitive information from process memory. Exploitation requires local access and low-level user privileges, with no user interaction needed. The vulnerability affects multiple supported Windows 11 releases and Windows Server 2025. Microsoft has issued a security advisory through MSRC tracking this issue under CVE-2026-35419.

Critical Impact

An authenticated local attacker can read memory outside intended bounds within the DWM Core Library, leaking confidential data such as memory pointers, address layout information, or process state that may aid further exploitation.

Affected Products

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

Discovery Timeline

  • 2026-05-12 - CVE-2026-35419 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-35419

Vulnerability Analysis

The vulnerability resides in the Windows DWM Core Library (dwmcore.dll), the component responsible for compositing graphical output for the Windows desktop. The library handles rendering surfaces, window thumbnails, animations, and visual effects for every interactive session. An out-of-bounds read [CWE-125] occurs when DWM Core processes a crafted input or graphics object and accesses memory beyond the bounds of an allocated buffer.

Because DWM runs as part of the active user session, leaked memory may include data from rendered windows, GDI structures, or DWM internal state. The attacker gains confidentiality impact only; integrity and availability remain unaffected per the CVSS vector. The flaw cannot be triggered remotely and requires the attacker to already hold a valid logon to the target host.

Root Cause

The underlying defect is improper validation of length or index values when DWM Core reads from a memory buffer. When the bounds check is missing or incorrect, the library returns adjacent heap or stack contents to the caller. Microsoft has not published the specific function involved. Refer to the Microsoft Security Update CVE-2026-35419 advisory for fix details.

Attack Vector

An attacker must execute code locally on the target system as an authenticated user. The actor then interacts with DWM Core Library interfaces, likely through a graphics or compositing API call, to trigger the read past buffer boundaries. The leaked bytes can be used to bypass Address Space Layout Randomization (ASLR) or chain with another vulnerability to achieve privilege escalation. No public proof-of-concept exploit is currently available, and the issue is not listed on the CISA Known Exploited Vulnerabilities catalog.

No verified exploitation code is available. The vulnerability mechanism is described in prose above; consult the Microsoft advisory for the authoritative technical description.

Detection Methods for CVE-2026-35419

Indicators of Compromise

  • No public indicators of compromise have been published for CVE-2026-35419 at this time.
  • Unexpected crashes or access violations in dwm.exe or processes loading dwmcore.dll may indicate exploitation attempts.
  • Unusual local process activity reading from DWM shared sections or compositor APIs from non-graphical user processes.

Detection Strategies

  • Monitor for unsigned or unusual binaries invoking DWM-related APIs or attempting to interact with the compositor from non-interactive sessions.
  • Correlate local logon events with subsequent abnormal process behavior targeting graphics subsystems.
  • Track Windows Error Reporting (WER) records and crash dumps referencing dwmcore.dll for repeated faults in the same module offset.

Monitoring Recommendations

  • Enable process creation auditing (Event ID 4688) and Sysmon Event ID 7 to surface unexpected modules loaded by user-mode processes.
  • Centralize endpoint telemetry and apply behavioral rules that flag information disclosure patterns following recent local logons.
  • Alert on installation of unsigned drivers or graphics-related tools on systems that have not yet received the May 2026 cumulative update.

How to Mitigate CVE-2026-35419

Immediate Actions Required

  • Apply the Microsoft security update referenced in the MSRC advisory for CVE-2026-35419 to all affected Windows 11 24H2, 25H2, 26H1, and Windows Server 2025 endpoints.
  • Prioritize patching multi-user systems, Remote Desktop Session Hosts, and Virtual Desktop Infrastructure (VDI) hosts where multiple authenticated users share a single machine.
  • Restrict interactive and remote interactive logon rights to trusted administrators on sensitive servers until patches are deployed.

Patch Information

Microsoft published the fix as part of the security update cycle covered by the Microsoft Security Update CVE-2026-35419 advisory. Install the cumulative update for the applicable Windows 11 channel (24H2, 25H2, or 26H1) or Windows Server 2025 build through Windows Update, WSUS, Microsoft Update Catalog, or your preferred patch management platform. Reboot the system after installation to load the updated dwmcore.dll.

Workarounds

  • No vendor-supplied workaround has been published; applying the security update is the only supported remediation.
  • Reduce the local attack surface by removing unnecessary local accounts and enforcing least-privilege policies on shared hosts.
  • Use application control policies such as Windows Defender Application Control (WDAC) or AppLocker to block execution of unauthorized binaries by standard users.
bash
# Verify the affected DLL version after patching (run in elevated PowerShell)
Get-Item C:\Windows\System32\dwmcore.dll | Select-Object VersionInfo

# Confirm the latest cumulative update is installed
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 5

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWindows

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Vendor Resources
  • Microsoft Security Update CVE-2026-35419
  • Related CVEs
  • CVE-2026-35423: Windows 10 Information Disclosure Flaw

  • CVE-2026-34336: Windows 10 1607 Information Disclosure

  • CVE-2026-26169: Windows 10 1607 Information Disclosure Flaw

  • CVE-2026-0930: wolfSSHd Information Disclosure 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