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 s3tui

Dependencies

(35 total, 12 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 aws-config^1.2.11.8.10up to date
 aws-sdk-s3^1.27.01.112.0up to date
 aws-smithy-runtime-api^1.5.01.9.2up to date
 aws-smithy-types^1.1.91.3.4up to date
 better-panic^0.3.00.3.0up to date
 bytes^1.6.01.11.0up to date
 clap^4.4.54.5.52up to date
 color-eyre^0.6.20.6.5up to date
 config^0.14.00.15.19out of date
 crossterm^0.27.00.29.0out of date
 directories^5.0.16.0.0out of date
 dirs^5.0.16.0.0out of date
 futures^0.3.300.3.31up to date
 http^0.2.121.3.1out of date
 http-body^0.4.61.0.1out of date
 human-panic^1.2.32.0.4out of date
 humansize^1.1.02.1.3out of date
 lazy_static^1.4.01.5.0up to date
 libc^0.2.1480.2.177up to date
 log^0.4.210.4.28up to date
 percent-encoding^2.3.12.3.2up to date
 pin-project^1.1.51.1.10up to date
 rand^0.8.50.9.2out of date
 ratatui^0.26.10.29.0out of date
 signal-hook^0.3.170.3.18up to date
 strip-ansi-escapes^0.2.00.2.1up to date
 throbber-widgets-tui^0.5.00.9.0out of date
 tokio^1.37.01.48.0up to date
 tokio-stream^0.1.150.1.17up to date
 tracing^0.1.400.1.41up to date
 tracing-error^0.2.00.2.1up to date
 tracing-futures^0.2.50.2.5up to date
 tracing-subscriber ⚠️^0.3.180.3.20maybe insecure
 tui-input^0.8.00.14.0out of date
 url^2.2.22.5.7up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 mockall^0.12.10.13.1out of date
 tempfile^3.2.03.23.0up 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.