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

CVE-2024-37985: Windows 11 22H2 Information Disclosure

CVE-2024-37985 is an information disclosure vulnerability in the Windows 11 22H2 kernel that could allow attackers to access sensitive system information. This article covers technical details, affected systems, and mitigation.

Published: January 28, 2026

CVE-2024-37985 Overview

CVE-2024-37985 is a Windows Kernel Information Disclosure vulnerability affecting ARM64-based Windows 11 systems. This vulnerability allows a local attacker with low privileges to potentially disclose sensitive kernel memory information. The vulnerability is classified under CWE-1037, which relates to processor optimization removal or modification of security-critical code, suggesting this may be related to speculative execution side-channel attacks or similar processor-level vulnerabilities.

Critical Impact

Local attackers with low privileges can exploit this vulnerability to leak sensitive kernel memory information, potentially exposing cryptographic keys, credentials, or other security-sensitive data from across security boundaries.

Affected Products

  • Microsoft Windows 11 22H2 (ARM64)
  • Microsoft Windows 11 23H2 (ARM64)

Discovery Timeline

  • September 17, 2024 - CVE-2024-37985 published to NVD
  • September 29, 2024 - Last updated in NVD database

Technical Details for CVE-2024-37985

Vulnerability Analysis

This vulnerability exists within the Windows kernel on ARM64 architecture systems. The classification under CWE-1037 (Processor Optimization Removal or Modification of Security-Critical Code) indicates this is likely a hardware-software interaction vulnerability where processor optimizations can be exploited to leak information across security boundaries.

The vulnerability requires local access to exploit, meaning an attacker must already have some level of access to the target system. While the attack complexity is high, successful exploitation can result in disclosure of high-confidentiality information from kernel memory space. The scope is changed, meaning the vulnerability can impact resources beyond the vulnerable component's security scope—potentially allowing user-mode processes to access kernel-mode memory contents.

Root Cause

The root cause appears to be related to processor optimization behaviors on ARM64 architecture that can be exploited to bypass normal memory isolation mechanisms. This classification (CWE-1037) is commonly associated with speculative execution vulnerabilities where the processor's performance optimizations inadvertently create side channels that leak memory contents.

On ARM64 processors, these vulnerabilities can manifest through various microarchitectural behaviors including branch prediction, speculative loads, or cache timing attacks that allow inferring kernel memory contents from user space.

Attack Vector

The attack vector is local, requiring the attacker to execute code on the target system. The exploitation involves:

  1. Initial Access: Attacker gains local user-level access to a Windows 11 ARM64 system
  2. Exploitation Setup: Attacker prepares code to manipulate processor speculation or cache state
  3. Side-Channel Execution: Malicious code triggers the vulnerable kernel code path while observing timing or cache state changes
  4. Information Extraction: Sensitive kernel memory contents are inferred through the side channel, potentially including credentials, cryptographic keys, or memory layout information

The attack crosses security boundaries (changed scope), meaning kernel memory that should be isolated from user processes becomes accessible through the exploitation technique.

Detection Methods for CVE-2024-37985

Indicators of Compromise

  • Unusual CPU performance counter access patterns from user-mode applications
  • Suspicious processes repeatedly accessing timing or cache measurement mechanisms
  • Abnormal kernel memory access patterns or page fault behaviors
  • Processes exhibiting characteristics of side-channel attack tools or frameworks

Detection Strategies

  • Monitor for processes using high-resolution timers or performance counters in unusual patterns
  • Implement behavioral detection for known side-channel attack techniques targeting ARM64 processors
  • Deploy endpoint detection rules that identify memory probing behaviors characteristic of speculative execution attacks
  • Utilize SentinelOne's kernel-level monitoring to detect suspicious memory access patterns

Monitoring Recommendations

  • Enable enhanced Windows Event logging for kernel-level activities on ARM64 systems
  • Monitor for newly installed drivers or kernel extensions that could facilitate exploitation
  • Track process behaviors that indicate attempts to measure cache timing or memory access latency
  • Implement SentinelOne Singularity Platform for real-time kernel activity monitoring and threat detection

How to Mitigate CVE-2024-37985

Immediate Actions Required

  • Apply the latest Windows security updates from Microsoft immediately
  • Prioritize patching all Windows 11 ARM64 systems (22H2 and 23H2 versions)
  • Review systems for signs of exploitation before patching
  • Enable all available microarchitectural security mitigations through Windows Security settings

Patch Information

Microsoft has released security updates to address this vulnerability. The official security guidance and patches are available through the Microsoft Security Update Guide. Organizations should apply the September 2024 security updates to all affected Windows 11 ARM64 systems.

The patch likely includes kernel-level mitigations to prevent the exploitation of processor optimization behaviors that enable the information disclosure.

Workarounds

  • Limit local access to ARM64 Windows 11 systems to trusted users only
  • Implement application control policies to prevent execution of unauthorized code
  • Consider enabling additional speculative execution mitigations if available through registry settings
  • Monitor affected systems closely until patches can be applied
bash
# Verify Windows 11 ARM64 patch status using PowerShell
# Check for installed security updates
Get-HotFix | Where-Object {$_.InstalledOn -gt (Get-Date).AddDays(-30)} | Format-Table -AutoSize

# Verify system architecture and version
Get-ComputerInfo | Select-Object OsArchitecture, OsVersion, WindowsVersion

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.6

  • EPSS Probability0.76%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1037

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2026-4434: WinRM PAM Information Disclosure Flaw

  • CVE-2026-25186: Windows ATBroker Information Disclosure

  • CVE-2026-25185: Windows Shell Link Spoofing Vulnerability

  • CVE-2026-25181: Windows GDI+ Information Disclosure Flaw
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