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

CVE-2026-40025: Sleuth Kit APFS Information Disclosure

CVE-2026-40025 is an information disclosure flaw in Sleuth Kit's APFS filesystem parser that allows attackers to trigger heap reads or crashes via malicious disk images. This post covers technical details, affected versions, impact, and mitigation steps.

Published: April 10, 2026

CVE-2026-40025 Overview

The Sleuth Kit through version 4.14.0 contains an out-of-bounds read vulnerability (CWE-125) in the APFS filesystem keybag parser. The wrapped_key_parser class follows attacker-controlled length fields without bounds checking, causing heap reads past the allocated buffer. An attacker can craft a malicious APFS disk image that triggers information disclosure or crashes when processed by any Sleuth Kit tool that parses APFS volumes.

Critical Impact

Malicious APFS disk images can cause information disclosure through heap memory leaks or denial of service via application crashes when processed by forensic tools built on The Sleuth Kit library.

Affected Products

  • The Sleuth Kit through version 4.14.0
  • Forensic tools and applications built on The Sleuth Kit library with APFS parsing capabilities
  • Any software utilizing The Sleuth Kit's APFS keybag parser functionality

Discovery Timeline

  • April 8, 2026 - CVE-2026-40025 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40025

Vulnerability Analysis

This vulnerability resides in The Sleuth Kit's APFS filesystem keybag parser component. The core issue stems from improper validation of length fields within the wrapped_key_parser class when processing APFS disk images. When the parser encounters length values embedded in the disk image data, it follows these attacker-controlled values without performing adequate bounds checking against the actual allocated buffer size.

The vulnerability allows an attacker to craft a specially malformed APFS disk image where the embedded length fields specify sizes larger than the actual data buffers. When a Sleuth Kit tool processes such an image, the parser attempts to read beyond the boundaries of allocated heap memory, resulting in either information disclosure (if the out-of-bounds data can be retrieved) or application crashes.

Root Cause

The root cause is missing bounds validation in the wrapped_key_parser class within tsk/fs/tsk_apfs.hpp. The parser trusts length fields from the APFS disk image without verifying that the specified length falls within the boundaries of the allocated buffer. This is a classic instance of CWE-125 (Out-of-bounds Read) where user-controlled input directly influences memory read operations without proper sanitization.

Attack Vector

The attack requires local access and user interaction - a victim must process a maliciously crafted APFS disk image using a Sleuth Kit-based tool. The attacker creates a disk image with manipulated length fields in the keybag structure. When the image is analyzed with tools like fls, mmls, icat, or autopsy, the vulnerable parser reads past heap boundaries.

The security patch introduces an APFS_sized_key_data structure that tracks buffer size alongside the data pointer, ensuring length validation is always performed:

cpp
 
class APFSPool;

+// An owning buffer that also carries its own length, so callers never need to
+// track the size separately. Drop-in replacement for unique_ptr<uint8_t[]>
+// at call sites — supports operator bool() and .get() for compatibility.
+struct APFS_sized_key_data {
+  std::unique_ptr<uint8_t[]> ptr;
+  size_t                     size{0};
+
+  // Allows `if (data)` / `if (!data)` checks to keep working.
+  explicit operator bool() const noexcept { return ptr != nullptr; }
+
+  // Mimic unique_ptr's .get() so existing call sites need minimal changes.
+  const uint8_t* get() const noexcept { return ptr.get(); }
+};



class APFSObject : public APFSBlock {
 protected:
  inline const apfs_obj_header *obj() const noexcept {

Source: GitHub Commit Update

Detection Methods for CVE-2026-40025

Indicators of Compromise

  • Unexpected crashes of Sleuth Kit tools (fls, mmls, icat, fsstat) when processing APFS disk images
  • Segmentation faults or memory access violations in forensic workstation logs during APFS analysis
  • Core dumps from Sleuth Kit-based applications containing evidence of heap boundary violations

Detection Strategies

  • Monitor forensic workstations for abnormal Sleuth Kit process terminations when handling APFS volumes
  • Implement file integrity checks on APFS disk images before processing with forensic tools
  • Deploy application crash monitoring to detect exploitation attempts against forensic infrastructure

Monitoring Recommendations

  • Log all disk image processing activities with source tracking for forensic chain of custody
  • Enable core dump analysis on systems running Sleuth Kit tools to identify exploitation attempts
  • Review incoming disk images from untrusted sources with sandboxed analysis environments

How to Mitigate CVE-2026-40025

Immediate Actions Required

  • Upgrade The Sleuth Kit to a version newer than 4.14.0 that includes the security patch
  • Avoid processing APFS disk images from untrusted sources until patching is complete
  • Run Sleuth Kit tools in isolated or sandboxed environments when analyzing potentially malicious media

Patch Information

The vulnerability has been addressed through GitHub Pull Request #3444 which introduces the APFS_sized_key_data structure to enforce bounds checking during keybag parsing. The fix ensures that buffer size is tracked alongside data pointers, preventing out-of-bounds reads. The specific patch is available in commit 8b9c9e7.

For additional technical details, refer to the VulnCheck Advisory on Sleuth Kit.

Workarounds

  • Process untrusted APFS disk images in isolated virtual machines or containers to limit impact of exploitation
  • Use memory-safe wrappers or AddressSanitizer when running Sleuth Kit tools on suspicious media
  • Implement pre-screening of APFS images with structure validation tools before forensic analysis
bash
# Run Sleuth Kit tools in a sandboxed environment
# Example using firejail for isolation
firejail --net=none --private-tmp fls -r -o 12345 suspicious_apfs.dmg

# Or use Docker for containerized analysis
docker run --rm -v /evidence:/evidence:ro sleuthkit-container fls -r -o 12345 /evidence/suspicious_apfs.dmg

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSleuth Kit

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #3444

  • Mobasi Sentinel Overview

  • VulnCheck Advisory on Sleuth Kit
  • Related CVEs
  • CVE-2026-40026: Sleuth Kit Buffer Overflow Vulnerability

  • CVE-2026-40024: Sleuth Kit Path Traversal 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