This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate bevy_diagnostics_explorer

Dependencies

(10 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bevy_utils^0.10.10.17.3out of date
 bevy_app^0.10.10.17.3out of date
 bevy_ecs^0.10.10.17.3out of date
 byteorder^1.4.31.5.0up to date
 tracing-subscriber ⚠️^0.3.170.3.22maybe insecure
 tracing^0.1.370.1.43up to date
 base64^0.21.00.22.1out of date
 crossbeam-channel^0.5.80.5.15up to date
 actix-web^4.3.14.12.1up to date
 hashbrown^0.13.20.16.1out of date

Security Vulnerabilities

tracing-subscriber: Logging user input may result in poisoning logs with ANSI escape sequences

RUSTSEC-2025-0055

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:

  • Manipulate terminal title bars
  • Clear screens or modify terminal display
  • Potentially mislead users through terminal manipulation

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.

This was patched in PR #3368 to escape ANSI control characters from user input.