CVE-2026-47091 Details
Description
Claude HUD through 0.0.12, patched in commit 234d9aa, contains a path traversal vulnerability that allows attackers to read arbitrary files by supplying an unvalidated transcript_path value via stdin JSON. Attackers can access any file readable by the process and the file metadata is written to a persistent cache file with insufficient permissions, creating a forensic record of accessed paths that survives process exit.
A path traversal vulnerability has been identified in Claude HUD versions through 0.0.12. This vulnerability allows attackers to read arbitrary files by providing an unvalidated 'transcript_path' value via stdin JSON. The issue arises because the 'transcript_path' is not properly validated before being accessed, enabling the reading of any file that the process has permission to access. Additionally, the metadata of the accessed files is recorded in a persistent cache file with inadequate permissions, creating a lasting record of the accessed paths even after the process has exited.
Users are advised to update to the patched version of Claude HUD, which is available in the GitHub repository. The latest version includes validation for the 'transcript_path' to ensure it does not traverse outside of the intended directory, as well as improvements to the caching mechanism to protect file metadata.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 19, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| jarrodwatts claude hud | <= 0.0.12 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 14, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 2, 2026 | Initial Analysis | [email protected] |
| May 18, 2026 | New CVE Received | [email protected] |