A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-38041

CVE-2024-38041: Windows 10 1607 Kernel Info Disclosure

CVE-2024-38041 is an information disclosure vulnerability in the Windows 10 1607 Kernel that allows attackers to access sensitive system data. This article covers technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2024-38041 Overview

CVE-2024-38041 is a Windows Kernel information disclosure vulnerability affecting multiple supported versions of Windows 10, Windows 11, and Windows Server. The flaw allows an authenticated local attacker to read kernel memory contents that should remain protected from user-mode processes. Microsoft classifies the issue under CWE-200: Exposure of Sensitive Information to an Unauthorized Actor.

The vulnerability requires local access and low-privileged authentication. Successful exploitation does not affect integrity or availability but exposes confidential kernel data. Leaked data such as memory addresses or kernel pointers can be chained with other vulnerabilities to defeat Kernel Address Space Layout Randomization (KASLR) and enable privilege escalation.

Critical Impact

A local authenticated attacker can disclose kernel memory contents, exposing data useful for bypassing KASLR and escalating subsequent exploits to SYSTEM.

Affected Products

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

Discovery Timeline

  • 2024-07-09 - CVE-2024-38041 published to NVD and addressed by Microsoft
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-38041

Vulnerability Analysis

The vulnerability is an information disclosure flaw in the Windows Kernel. A local attacker with valid low-privileged credentials can trigger conditions that cause the kernel to return memory contents the calling process should not be able to read. The disclosed information can include kernel pointers, structure layouts, or other sensitive state used by the operating system.

The impact profile shows confidentiality loss without changes to integrity or system availability. While the flaw alone does not grant code execution, attackers commonly weaponize kernel memory disclosures as the first stage of an exploit chain. Kernel address leaks are particularly valuable to attackers attempting to defeat KASLR before triggering a separate memory corruption primitive.

Root Cause

Microsoft has not published low-level technical details for this vulnerability. The CWE-200 classification indicates the kernel exposes sensitive information to a caller that should not have access to it. This commonly arises when kernel routines return data structures or buffers without clearing uninitialized memory, or when boundary checks on read operations are missing.

Attack Vector

Exploitation requires local access and authentication as a low-privileged user. No user interaction is required. The attacker runs code on the target machine and invokes the vulnerable kernel interface to extract memory contents into a user-mode buffer. Refer to the Microsoft Security Update Guide for CVE-2024-38041 for the authoritative vendor description.

No public proof-of-concept code is currently available, and the vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog. The EPSS percentile of 95 indicates a relatively elevated likelihood of exploitation activity compared to the broader CVE population.

Detection Methods for CVE-2024-38041

Indicators of Compromise

  • Unexpected user-mode processes performing unusual volumes of NtQuerySystemInformation or similar kernel-interface system calls.
  • Non-administrative processes accessing kernel-handle enumeration APIs typically reserved for diagnostic tools.
  • Presence of unsigned or unknown binaries executing on endpoints shortly before privilege escalation events.

Detection Strategies

  • Monitor Windows Event Logs for Microsoft-Windows-Kernel-General and Sysmon Event ID 1 entries showing unfamiliar processes invoking low-level kernel queries.
  • Correlate information-disclosure indicators with downstream events such as token manipulation, driver loads, or service creation that could indicate exploit chaining.
  • Hunt for processes that load ntdll.dll and immediately issue native API calls without going through standard Win32 APIs.

Monitoring Recommendations

  • Track patch deployment state across all Windows 10, Windows 11, and Windows Server endpoints to identify unpatched systems.
  • Alert on local logons by service accounts or low-privileged users followed by suspicious process trees.
  • Baseline normal use of kernel introspection tools and flag deviations from that baseline.

How to Mitigate CVE-2024-38041

Immediate Actions Required

  • Apply the July 2024 Microsoft security updates to all affected Windows 10, Windows 11, and Windows Server systems.
  • Inventory endpoints and servers against the affected versions list and prioritize patching for systems exposed to multi-user or interactive sessions.
  • Restrict interactive and remote-desktop logon rights to the minimum set of users required for operations.

Patch Information

Microsoft released fixes through the standard monthly cumulative update channel. Detailed build numbers and download links are available in the Microsoft Security Update Guide for CVE-2024-38041. Administrators should validate that the relevant cumulative update is installed on all affected SKUs, including Server Core deployments.

Workarounds

  • No vendor-supplied workaround is available; patching is the required remediation.
  • Reduce exposure by enforcing least-privilege access and removing local logon rights for non-essential accounts.
  • Enable application control policies such as Windows Defender Application Control (WDAC) or AppLocker to block unauthorized binaries from executing on endpoints.
bash
# Verify the relevant cumulative update is installed (example)
wmic qfe list brief /format:table

# PowerShell alternative
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 20

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 Probability16.75%

  • 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-200

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2024-38041
  • 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