CVE-2026-72847
Last modified
CVE-2026-72847 is a medium-severity vulnerability rated 4.6/10 on the CVSS scale. broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain to_string_lossy() call in src/tree_build/builder.rs and in TreeLine::unprune in src/tree/tree_line.rs, and no control-character filtering exists anywhere in the code, even though the doc comment on the TreeLine name field states that some characters may have been stripped. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
broot renders each file and directory name in its interactive tree view exactly as read from the filesystem. Names are converted with a plain to_string_lossy() call in src/tree_build/builder.rs and in TreeLine::unprune in src/tree/tree_line.rs, and no control-character filtering exists anywhere in the code, even though the doc comment on the TreeLine name field states that some characters may have been stripped. Any local user who can create a file can therefore place an escape sequence in its name and have it written unmodified to the terminal of anyone who browses that directory, between broot's own styling codes. A reported proof of concept used an OSC 52 clipboard-write sequence and captured the raw bytes broot wrote to its pty, confirming the sequence reaches the terminal unstripped. What an injected OSC or CSI sequence can then do depends on the terminal emulator in use. Browsing a directory is broot's primary function and carries no expectation that the content is trusted.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Canop | broot | <= 1.58.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-72847?
How severe is CVE-2026-72847?
How do I fix CVE-2026-72847?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72841luci-app-openvpn fails to properly validate the instance_nam…9.9
- CVE-2026-72842luci-app-lxc contains an ACL inconsistency vulnerability tha…9.9
- CVE-2026-72843The customer update route in EverShop is declared with "acce…9.8
- CVE-2026-72844The Lean 4 kernel does not verify that the structure named i…6.3
- CVE-2026-72845Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-72846Lightdash stores the webhook URL supplied with a scheduled d…6.4
- CVE-2026-72848SitemapLoader.parse_sitemap in langchain_community/document_…8.6
- CVE-2026-72849Budibase before 3.40.0 contains a cross-site request forgery…7.7
- CVE-2026-72850Budibase before 3.40.0 fails to properly sanitize S3 object …9.1
- CVE-2026-72851Budibase before 3.40.0 contains an unauthenticated SQL injec…10
- CVE-2026-72852hank-ai/darknet sizes a convolutional layer's weight and out…7.8
- CVE-2026-72853Budibase before 3.40.0 contains a SQL injection vulnerabilit…7.6
Are you affected by CVE-2026-72847?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
