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

CVE-2026-40026: Sleuth Kit Buffer Overflow Vulnerability

CVE-2026-40026 is a buffer overflow flaw in The Sleuth Kit's ISO9660 parser that allows malicious ISO images to trigger out-of-bounds reads. This article covers the technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-40026 Overview

CVE-2026-40026 is an out-of-bounds read vulnerability in The Sleuth Kit through version 4.14.0 that affects the ISO9660 filesystem parser. The vulnerability exists in the parse_susp() function, which processes System Use Sharing Protocol (SUSP) entries from disk images. The function trusts the len_id, len_des, and len_src fields from the disk image to memcpy data into a stack buffer without verifying that the source data falls within the parsed SUSP block boundaries.

An attacker can craft a malicious ISO image that causes reads past the end of the SUSP data buffer. Additionally, a zero-length SUSP entry can trigger an infinite parsing loop, resulting in a denial of service condition.

Critical Impact

Attackers can exploit this vulnerability through specially crafted ISO disk images to cause out-of-bounds memory reads and potentially trigger infinite loops, affecting forensic analysis workflows that rely on The Sleuth Kit.

Affected Products

  • The Sleuth Kit through version 4.14.0
  • Applications and forensic tools that incorporate The Sleuth Kit's ISO9660 parser
  • Digital forensics workflows processing untrusted ISO disk images

Discovery Timeline

  • 2026-04-08 - CVE-2026-40026 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-40026

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read). The parse_susp() function in the ISO9660 filesystem parser processes SUSP extension records found within Rock Ridge extensions in ISO9660 images. These records contain length fields that specify the size of various data components within each entry.

The root issue is that the parsing function implicitly trusts the length values read directly from the disk image without adequate boundary validation. When processing SUSP entries, the code would read beyond the allocated buffer boundaries if a malicious image specified length values larger than the actual available data.

A secondary issue arises with zero-length entries. If an attacker provides a SUSP entry with a length of zero, the parsing loop would not advance the buffer pointer, causing an infinite loop condition that would hang the application.

Root Cause

The root cause is insufficient input validation in the SUSP parsing routine. The parse_susp() function uses attacker-controlled length fields (len_id, len_des, len_src) from untrusted disk image data to determine how much data to copy without properly validating that:

  1. The specified lengths do not exceed the remaining buffer space
  2. The entry length is non-zero, ensuring the parser makes forward progress

This trust of disk-supplied values is problematic because forensic tools are specifically designed to analyze potentially malicious or corrupted disk images.

Attack Vector

The attack requires local access where a user or automated process must open a maliciously crafted ISO image with The Sleuth Kit or an application that uses its libraries. The attacker must convince a user to analyze the malicious image or place it where automated forensic pipelines will process it.

Exploitation scenarios include:

  • Targeting forensic analysts who receive ISO images for examination
  • Compromising automated malware analysis sandboxes that use The Sleuth Kit
  • Affecting backup verification systems that parse ISO archives
c
    while ((uintptr_t)buf + sizeof(iso9660_susp_head) <= (uintptr_t)end) {
        iso9660_susp_head *head = (iso9660_susp_head *) buf;

-        if (buf + head->len - 1 > end)
+        if ((buf + head->len - 1 > end) || (head->len == 0))
            break;

        /* Identify the entry type -- listed in the order

Source: GitHub Commit Update

The patch adds a check for zero-length entries (head->len == 0), ensuring the parsing loop terminates when encountering invalid entries that would otherwise cause infinite iteration.

Detection Methods for CVE-2026-40026

Indicators of Compromise

  • Unexpected application hangs or high CPU usage when processing ISO images with The Sleuth Kit tools
  • Application crashes or segmentation faults during ISO9660 filesystem analysis
  • Unusual memory access patterns in forensic tool processes

Detection Strategies

  • Monitor for abnormal resource consumption when The Sleuth Kit processes ISO images
  • Implement file integrity monitoring on ISO images before forensic processing
  • Deploy endpoint detection to identify crash patterns in tsk binary executions
  • Use SentinelOne's behavioral AI to detect anomalous process behavior during disk image analysis

Monitoring Recommendations

  • Enable verbose logging for forensic analysis workflows to capture parsing failures
  • Implement timeout mechanisms for automated ISO processing pipelines
  • Monitor memory usage patterns in applications using The Sleuth Kit libraries

How to Mitigate CVE-2026-40026

Immediate Actions Required

  • Update The Sleuth Kit to a version containing the security patch referenced in commit a95b0ac21733b059a517aaefa667a17e1bcbdee1
  • Review automated forensic pipelines that process untrusted ISO images
  • Implement additional sandboxing for ISO image analysis workflows
  • Consider preprocessing ISO images with file validation checks before analysis

Patch Information

The vulnerability has been addressed in The Sleuth Kit codebase. The fix adds validation for zero-length SUSP entries to prevent infinite loops and ensures proper boundary checking. Details are available in GitHub Pull Request #3445 and the security commit.

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

Workarounds

  • Isolate The Sleuth Kit processes in sandboxed environments when analyzing untrusted images
  • Implement process timeouts to automatically terminate hung parsing operations
  • Use memory-safe wrappers or containers to limit the impact of out-of-bounds reads
  • Perform preliminary validation of ISO images using alternative tools before detailed analysis
bash
# Configuration example: Running The Sleuth Kit in a timeout-controlled environment
# Set a timeout to prevent infinite loop conditions
timeout 300 fls -r /path/to/untrusted.iso

# Alternative: Run analysis in a containerized environment with resource limits
docker run --rm --memory="512m" --cpus="1" sleuthkit-container fls -r /mnt/image.iso

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • 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 #3445

  • Mobasi Sentinel Overview

  • VulnCheck Advisory for Sleuth Kit
  • Related CVEs
  • CVE-2026-40025: Sleuth Kit APFS Information Disclosure

  • 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