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 cachyos-hello

Dependencies

(27 total, 1 possibly insecure)

CrateRequiredLatestStatus
 alpm^44.0.3up to date
 alpm-utils^44.0.1up to date
 pacmanconf^33.1.0up to date
 subprocess^0.20.2.9up to date
 once_cell^1.211.21.3up to date
 i18n-embed^0.160.16.0up to date
 i18n-embed-fl^0.100.10.0up to date
 rust-embed^88.9.0up to date
 gtk^0.180.18.2up to date
 gio^0.210.21.4up to date
 gdk-pixbuf^0.210.21.2up to date
 glib^0.210.21.4up to date
 serde^11.0.228up to date
 serde_json^11.0.145up to date
 reqwest^0.120.12.24up to date
 unic-langid^0.90.9.6up to date
 phf^0.130.13.1up to date
 tracing^0.10.1.41up to date
 tracing-subscriber ⚠️^0.30.3.20maybe insecure
 tracing-appender^0.20.2.3up to date
 which^8.08.0.0up to date
 anyhow^11.0.100up to date
 tokio^1.481.48.0up to date
 zbus^55.12.0up to date
 zbus_systemd^0.25800.00.25800.0up to date
 clap^44.5.53up to date
 colored^33.0.0up to date

Build dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 anyhow^11.0.100up 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.