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

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

CVE-2026-26169 is an information disclosure vulnerability in Microsoft Windows 10 1607 caused by a buffer over-read in Windows Kernel Memory. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 16, 2026

CVE-2026-26169 Overview

CVE-2026-26169 is a buffer over-read vulnerability in Windows Kernel Memory that allows an authorized local attacker to disclose sensitive information. The flaw is classified under [CWE-126: Buffer Over-read] and affects a broad range of Microsoft Windows client and server editions. An attacker with low-privilege local access can read memory beyond an intended buffer boundary, exposing kernel data that should remain isolated from user-mode processes. Microsoft published the advisory on April 14, 2026.

Critical Impact

Successful exploitation discloses Windows kernel memory contents to an authenticated local attacker, potentially leaking pointers, secrets, or data usable to bypass kernel address space layout randomization (KASLR) and chain further attacks.

Affected Products

  • Microsoft Windows 10 (versions 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 23H2, 24H2, 25H2, 26H1)
  • Microsoft Windows Server 2016, 2019, 2022, 2022 23H2, and 2025

Discovery Timeline

  • 2026-04-14 - CVE-2026-26169 published to NVD
  • 2026-04-14 - Microsoft releases security advisory and patch
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2026-26169

Vulnerability Analysis

The vulnerability is a buffer over-read [CWE-126] in Windows Kernel Memory. The kernel reads past the end of an allocated buffer, returning adjacent memory contents to a caller that should not have access to that data. Because the over-read occurs in kernel space, the disclosed bytes can include sensitive structures, pointers, or cryptographic material.

The attack vector is local, requires low privileges, and needs no user interaction. Exploitation does not enable code execution or modification of system state directly, but the leaked information is high-impact. Disclosed kernel pointers commonly serve as a precursor to defeating KASLR, allowing attackers to reliably target follow-on kernel memory corruption vulnerabilities.

Root Cause

Buffer over-read conditions in kernel code typically arise from missing or incorrect length validation when copying data between kernel and user buffers, or when iterating over structures whose declared size does not match the underlying allocation. The kernel returns memory contents beyond the legitimate buffer boundary to the requesting context. Microsoft has not published low-level technical details about the specific subsystem affected.

Attack Vector

An authenticated local user invokes the affected kernel interface from a standard user context. The vulnerable code path reads beyond the intended buffer and returns the resulting bytes to the user-mode caller. The attacker captures these bytes and parses them for kernel addresses, handles, or other sensitive data. No remote network access and no administrative rights are required.

No public proof-of-concept code or in-the-wild exploitation has been reported. The EPSS probability is 0.073% as of May 16, 2026.

Detection Methods for CVE-2026-26169

Indicators of Compromise

  • No publicly documented file hashes, network indicators, or post-exploitation artifacts are associated with this vulnerability.
  • Unusual or repeated invocation of kernel system calls from low-privilege processes, particularly calls that return variable-length buffers, may indicate probing activity.

Detection Strategies

  • Monitor process behavior for low-privilege user-mode processes performing high-frequency syscalls or device I/O control (DeviceIoControl) operations targeting kernel components.
  • Correlate local logon events with subsequent execution of unsigned or unusual binaries that interact with kernel interfaces.
  • Hunt for tooling commonly used to enumerate kernel structures, such as utilities that call NtQuerySystemInformation from non-administrative contexts.

Monitoring Recommendations

  • Enable Windows Defender Application Control or AppLocker logging to track unsigned binaries executing on endpoints.
  • Ingest Sysmon process creation and image load events into a centralized log store for behavioral analytics.
  • Track patch compliance across all affected Windows builds and alert on systems missing the April 2026 cumulative update.

How to Mitigate CVE-2026-26169

Immediate Actions Required

  • Apply the April 2026 Microsoft security update to all affected Windows 10, Windows 11, and Windows Server systems.
  • Inventory endpoints and servers against the affected version list and prioritize patching for multi-user systems where local accounts exist.
  • Restrict local interactive logon rights to reduce the pool of accounts that can reach the vulnerable code path.

Patch Information

Microsoft has released cumulative security updates that remediate CVE-2026-26169 across all supported Windows client and server versions. Refer to the Microsoft Security Update for CVE-2026-26169 for the specific KB articles and build numbers applicable to each affected SKU.

Workarounds

  • Microsoft has not published an official workaround. Patching is the only supported remediation.
  • As a compensating control, enforce least-privilege policies and remove unnecessary local accounts to reduce exposure until the patch is deployed.
  • Apply credential hardening and limit Remote Desktop access to trusted administrators, reducing the population of authenticated users on a host.
bash
# Verify patch installation status on Windows endpoints
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10

# Query current OS build to confirm it includes the April 2026 update
[System.Environment]::OSVersion.Version

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 Score6.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-126
  • Vendor Resources
  • Microsoft Security Update CVE-2026-26169
  • 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-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