CVE-2026-72847

NameCVE-2026-72847
Descriptionbroot 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.
SourceCVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more)
Debian Bugs1145024

Vulnerable and fixed packages

The table below lists information on source packages.

Source PackageReleaseVersionStatus
rust-broot (PTS)trixie1.46.3-2vulnerable
forky1.57.0+dfsg-2vulnerable
sid1.57.0+ds-2vulnerable

The information below is based on the following data on fixed versions.

PackageTypeReleaseFixed VersionUrgencyOriginDebian Bugs
rust-brootsource(unstable)(unfixed)1145024

Notes

[trixie] - rust-broot <no-dsa> (Minor issue)
https://github.com/Canop/broot/issues/1188
Fixed by: https://github.com/Canop/broot/commit/4ba40f7d47af78457c7656f15eba71d63d97fce5
Fixed by: https://github.com/Canop/broot/commit/0717a94b3c0efa19c7bbcfe0fb49a2374752a168

Search for package or bug name: Reporting problems