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 opensound

Dependencies

(26 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 aes-gcm^0.10.30.10.3up to date
 anyhow^1.0.861.0.100up to date
 base64^0.22.10.22.1up to date
 chrono^0.4.380.4.42up to date
 clap^4.5.64.5.53up to date
 futures^0.3.300.3.31up to date
 http^1.1.01.3.1up to date
 nu-ansi-term^0.50.00.50.3up to date
 rust-embed^8.4.08.9.0up to date
 serde^1.0.2031.0.228up to date
 serde_json^1.0.1171.0.145up to date
 sys-locale^0.3.10.3.2up to date
 thiserror^1.0.612.0.17out of date
 tokio^1.38.01.48.0up to date
 tokio-tungstenite^0.23.00.28.0out of date
 tracing^0.1.400.1.41up to date
 tracing-subscriber ⚠️^0.3.180.3.20maybe insecure
 uuid^1.8.01.18.1up to date
 actix-web^4.7.04.12.0up to date
 axum^0.7.50.8.7out of date
 ntex^2.0.12.17.0up to date
 poem^3.0.13.1.12up to date
 rocket^0.5.10.5.1up to date
 salvo^0.68.10.84.2out of date
 socket2^0.5.70.6.1out of date
 viz^0.8.70.11.0out of date

Build dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 sys-locale^0.3.10.3.2up to 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.