Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-24991

CVE-2025-24991: Windows 10 1507 Information Disclosure

CVE-2025-24991 is an information disclosure vulnerability in Windows 10 1507 NTFS caused by an out-of-bounds read. Authorized attackers can exploit this locally to access sensitive data. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-24991 Overview

CVE-2025-24991 is an out-of-bounds read vulnerability in the Windows NTFS file system driver that allows an authorized attacker to disclose sensitive information locally. This vulnerability affects a wide range of Microsoft Windows operating systems, including both client and server editions spanning from Windows Server 2008 through the latest Windows 11 and Windows Server 2025 releases.

The flaw exists in how the NTFS driver processes certain file system operations, enabling attackers to read memory contents beyond intended boundaries. When successfully exploited, this vulnerability can expose sensitive kernel memory data, potentially revealing credentials, encryption keys, or other confidential information stored in system memory.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Organizations should prioritize patching immediately.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 22H2, 23H2, 24H2)
  • Microsoft Windows Server 2008, 2012, 2016, 2019, 2022, 2022 23H2, 2025

Discovery Timeline

  • March 11, 2025 - CVE-2025-24991 published to NVD
  • October 27, 2025 - Last updated in NVD database

Technical Details for CVE-2025-24991

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), which occurs when the NTFS driver reads data from a location outside the bounds of the intended buffer. In the context of file system operations, this type of vulnerability can be particularly dangerous as the NTFS driver operates at the kernel level with elevated privileges.

The out-of-bounds read condition can be triggered when the NTFS driver processes malformed file system metadata or specially crafted file operations. Because NTFS is the primary file system for Windows, the attack surface is extensive, affecting virtually all Windows systems that mount NTFS volumes.

The vulnerability requires local access and user interaction, meaning an attacker would typically need to convince a user to mount a malicious disk image or access a specially crafted file on a compromised NTFS volume.

Root Cause

The root cause of CVE-2025-24991 lies in improper bounds checking within the Windows NTFS driver during file system operations. When processing certain NTFS structures, the driver fails to properly validate the length or offset of data being read, allowing read operations to extend beyond allocated buffer boundaries into adjacent kernel memory regions.

This type of vulnerability typically occurs when:

  • Buffer length calculations contain arithmetic errors
  • Offset validation is missing or incomplete
  • Trusted metadata from the file system is used without proper sanitization

Attack Vector

The attack requires local access to the target system. An attacker must craft a malicious NTFS volume or file that, when processed by the vulnerable driver, triggers the out-of-bounds read condition. The exploitation scenario typically involves:

  1. Creating a malicious NTFS disk image or storage device with specially crafted metadata
  2. Social engineering a user to mount the malicious volume (e.g., via USB drive or downloaded disk image)
  3. The NTFS driver processes the malformed structures, reading memory beyond intended boundaries
  4. Sensitive kernel memory contents are disclosed to the attacker

Given that this vulnerability is actively exploited in the wild (as confirmed by its CISA KEV listing), threat actors have developed practical exploitation techniques that security teams should be aware of.

Detection Methods for CVE-2025-24991

Indicators of Compromise

  • Unusual NTFS driver behavior or unexpected system crashes related to ntfs.sys
  • Mounting of unfamiliar or suspicious disk images (.vhd, .vhdx, .iso files)
  • Unauthorized USB storage device connections
  • Abnormal memory access patterns in kernel-mode operations

Detection Strategies

  • Monitor for mounting of disk images from untrusted sources or email attachments
  • Deploy endpoint detection and response (EDR) solutions capable of detecting kernel-level memory access anomalies
  • Enable Windows Defender Exploit Guard and Attack Surface Reduction (ASR) rules
  • Implement behavioral analysis to detect exploitation attempts targeting the NTFS driver

Monitoring Recommendations

  • Review Windows Event Logs for disk mount events and NTFS-related errors
  • Configure SentinelOne agents to detect suspicious file system operations and kernel memory access patterns
  • Monitor for unexpected removable media connections, particularly in sensitive environments
  • Establish baseline behavior for file system operations to identify anomalies

How to Mitigate CVE-2025-24991

Immediate Actions Required

  • Apply the latest Windows security updates from Microsoft immediately
  • Block or restrict mounting of external disk images from untrusted sources
  • Disable AutoRun/AutoPlay features to prevent automatic execution when connecting storage devices
  • Review and restrict USB device policies in enterprise environments

Patch Information

Microsoft has released security updates addressing this vulnerability. Organizations should apply patches as documented in the Microsoft Update Guide for CVE-2025-24991. Given the active exploitation status and CISA KEV listing, patching should be treated as an emergency priority.

SentinelOne customers are protected through behavioral AI and kernel-level monitoring capabilities that can detect exploitation attempts targeting this vulnerability. Ensure SentinelOne agents are updated to the latest version for optimal protection.

Workarounds

  • Restrict user permissions for mounting disk images to trusted administrators only
  • Implement application control policies to block execution of files from mounted external volumes
  • Disable automatic mounting of removable storage devices via Group Policy
  • Consider using SentinelOne's device control features to manage USB and external storage access
bash
# Disable AutoRun/AutoPlay via Registry
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 255 /f

# Disable AutoPlay via Group Policy command
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoAutorun /t REG_DWORD /d 1 /f

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

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-125
  • Technical References
  • CISA Known Exploited Vulnerability Catalog
  • Vendor Resources
  • Microsoft Update Guide for CVE-2025-24991
  • Related CVEs
  • CVE-2026-0930: wolfSSHd Information Disclosure Vulnerability

  • CVE-2026-33829: Windows Snipping Tool Info Disclosure Flaw

  • CVE-2026-32218: Windows Kernel Information Disclosure

  • CVE-2026-32217: Windows Kernel Information Disclosure Flaw
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