๐Ÿ” CVE Alert

CVE-2026-72847

MEDIUM 4.6

broot Terminal Escape Sequence Injection via Unsanitized File and Directory Names in the Tree View

CVSS Score
4.6
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-150
Vendor canop
Product broot
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for canop broot

Be the first to know when new medium vulnerabilities affecting canop broot are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

Canop / broot
0 โ‰ค 1.58.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Canop/broot/issues/1188 github.com: https://github.com/Canop/broot/commit/4ba40f7d47af78457c7656f15eba71d63d97fce5 github.com: https://github.com/Canop/broot/commit/0717a94b3c0efa19c7bbcfe0fb49a2374752a168 github.com: https://github.com/Canop/broot/blob/v1.58.0/src/tree/tree_line.rs github.com: https://github.com/Canop/broot/blob/v1.58.0/src/tree_build/builder.rs github.com: https://github.com/Canop/broot vulncheck.com: https://www.vulncheck.com/advisories/broot-terminal-escape-sequence-injection-via-unsanitized-file-and-directory-names-in-the-tree-view

Credits

๐Ÿ” carfeii