Previous versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:
In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.
tracing-subscriber
version 0.3.20 fixes this vulnerability by escaping ANSI control characters in when writing events to destinations that may be printed to the terminal.
Avoid printing logs to terminal emulators without escaping ANSI control sequences.
https://www.packetlabs.net/posts/weaponizing-ansi-escape-sequences/
We would like to thank zefr0x who responsibly reported the issue at security@tokio.rs
.
If you believe you have found a security vulnerability in any tokio-rs project, please email us at security@tokio.rs
.
{ "github_reviewed": true, "github_reviewed_at": "2025-08-29T20:33:56Z", "nvd_published_at": null, "cwe_ids": [ "CWE-150" ], "severity": "LOW" }