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

CVE-2026-27931: Windows 10 21h2 Information Disclosure

CVE-2026-27931 is an information disclosure flaw in Windows 10 21h2 GDI caused by an out-of-bounds read. Attackers can exploit this locally to access sensitive data. This article covers technical details and mitigation.

Updated: May 14, 2026

CVE-2026-27931 Overview

CVE-2026-27931 is an out-of-bounds read vulnerability in the Windows Graphics Device Interface (GDI). The flaw allows an unauthorized local attacker to read memory beyond an allocated buffer and disclose sensitive information. Exploitation requires user interaction, such as opening a specially crafted file or content that triggers GDI parsing. The issue affects multiple supported Windows client and server releases, including Windows 10, Windows 11, and Windows Server 2022 and 2025. Microsoft has published advisory guidance through the Microsoft Security Response Center.

Critical Impact

Successful exploitation discloses memory contents from the GDI process context, which may include pointers, handles, or other data that aid further attacks against the affected Windows host.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-27931

Vulnerability Analysis

The vulnerability is an out-of-bounds read classified under [CWE-125] within the Windows Graphics Device Interface. GDI parses and renders graphics primitives, fonts, and image formats on behalf of user-mode and kernel-mode callers. When GDI processes a malformed graphics object, a missing or insufficient bounds check causes the component to read memory past the end of an allocated structure. The data read from adjacent memory can be returned to the attacker through rendering side effects or error channels, producing an information disclosure primitive. The attack vector is local and confidentiality impact is high, while integrity and availability are not affected.

Root Cause

The root cause is improper validation of size or offset fields in a graphics data structure parsed by GDI. The component trusts attacker-controlled length values and indexes into a buffer without verifying that the access remains within allocation bounds. This allows adjacent process or kernel memory to be read during graphics processing.

Attack Vector

An attacker delivers a crafted file or graphics content to a target user on the affected host. The user must open or preview the content for GDI to parse it, satisfying the user interaction requirement. No privileges are required prior to exploitation. The disclosed memory can be used to bypass mitigations such as Address Space Layout Randomization (ASLR) or to retrieve sensitive in-memory data, supporting follow-on local privilege escalation or code execution chains.

No public proof-of-concept code or in-the-wild exploitation has been reported for CVE-2026-27931. Refer to the Microsoft Vulnerability Advisory for vendor-specific technical details.

Detection Methods for CVE-2026-27931

Indicators of Compromise

  • Unexpected crashes or exceptions originating from gdi32.dll, gdi32full.dll, or win32k.sys during rendering operations.
  • Delivery of unusual graphics, font, or document files (EMF, WMF, TTF, OTF) from untrusted sources, especially via email or removable media.
  • Process-launch chains in which Office, mail clients, or browsers spawn handlers that immediately load GDI components and then trigger faults.

Detection Strategies

  • Hunt for Windows Error Reporting (WER) events and application crash logs referencing GDI modules on hosts that recently opened external graphics content.
  • Monitor endpoint telemetry for anomalous file previews or rendering activity from low-trust paths such as Downloads, Temp, and Outlook cache directories.
  • Correlate user-interaction file open events with subsequent memory access violations in GDI to surface exploitation attempts.

Monitoring Recommendations

  • Enable detailed audit logging for process creation and image loads, then alert on GDI module loads inside unusual parent processes.
  • Track patch compliance for the affected Windows builds and flag hosts that remain unpatched after Microsoft's release.
  • Review email and web gateways for inbound files with malformed graphics structures and quarantine suspicious attachments.

How to Mitigate CVE-2026-27931

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft Vulnerability Advisory for every affected Windows client and server build.
  • Prioritize patching on hosts that routinely open external documents, images, or fonts, including workstations used by executives, finance, and HR.
  • Restrict opening of untrusted graphics, document, and font files until patches are deployed.

Patch Information

Microsoft has issued cumulative security updates that address CVE-2026-27931 across Windows 10 21H2 and 22H2, Windows 11 23H2 through 26H1, and Windows Server 2022, 2022 23H2, and 2025. Install the latest cumulative update via Windows Update, Windows Server Update Services (WSUS), or Microsoft Update Catalog. Validate update installation by confirming the OS build number matches the patched version listed in Microsoft's advisory.

Workarounds

  • Block or strip risky graphics and font file types (EMF, WMF, untrusted TTF/OTF) at email and web gateways where business processes allow.
  • Disable preview handlers in Outlook and Windows Explorer for users at elevated risk until patches are applied.
  • Enforce least-privilege execution and disable font loading from non-system directories using Group Policy where supported.
bash
# Verify Windows build to confirm the security update is installed
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

# List installed security updates and confirm the relevant KB is present
wmic qfe list brief /format:table

# Force a Windows Update scan and install pending patches
UsoClient StartScan
UsoClient StartDownload
UsoClient StartInstall

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

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

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

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

  • CVE-2026-26155: Windows 10 1607 LSASS Info Disclosure
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