You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
sleuth kit
About this tag
The Sleuth Kit is an open-source forensic toolkit used for analyzing disk images and file systems. Discussions on WindowsForum.com focus on recent vulnerabilities affecting the toolkit, including path traversal in tsk_recover (CVE-2026-40024), out-of-bounds reads in the APFS keybag parser (CVE-2026-40025) and ISO9660 SUSP parser (CVE-2026-40026), and a disputed command injection in the fls utility (CVE-2022-45639). These threads highlight the importance of handling untrusted disk images safely, as parser bugs can lead to arbitrary file writes, degraded performance, or partial availability loss. The Sleuth Kit remains a critical tool for digital forensics, but users should apply patches and validate inputs to mitigate risks.
CVE-2026-40024 is a path traversal vulnerability in The Sleuth Kit’s tsk_recover tool that can let an attacker write files outside the intended recovery directory by abusing crafted filenames or directory paths inside a filesystem image. Public vulnerability databases describe the issue as...
CVE-2026-40025 is another reminder that parser bugs are not just abstract coding mistakes; they can become real operational headaches when a crafted file can repeatedly disturb a security tool’s normal work. Microsoft’s description frames the issue as a Sleuth Kit APFS keybag parser...
CVE-2026-40026 is the sort of vulnerability that rarely grabs headlines on first read, yet it matters precisely because it sits inside a file parser that may be used in forensic, recovery, and analysis workflows. Microsoft describes the issue as an ISO9660 SUSP extension reference out-of-bounds...
A disputed local command-injection flaw tracked as CVE-2022-45639 has been associated with The Sleuth Kit’s fls utility (version 4.11.1): multiple vulnerability databases record a proof‑of‑concept showing that a specially crafted value passed to the fls tool’s -m option can cause shell...