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 ubilerntui

Dependencies

(18 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 tracing^0.10.1.43up to date
 tracing-subscriber ⚠️^0.30.3.22maybe insecure
 color-eyre^0.6.30.6.5up to date
 directories^5.0.16.0.0out of date
 tracing-error^0.2.10.2.1up to date
 chrono^0.4.400.4.42up to date
 crossterm^0.28.10.29.0out of date
 ratatui^0.27.00.29.0out of date
 rusqlite^0.32.10.37.0out of date
 rand^0.9.00.9.2up to date
 clap^4.5.274.5.53up to date
 pdf-extract^0.8.20.10.0out of date
 regex^1.11.11.12.2up to date
 once_cell^1.19.01.21.3up to date
 colored^2.2.03.0.0out of date
 textwrap^0.16.10.16.2up to date
 hyphenation^0.8.40.8.4up to date
 license-fetcher^0.5.00.8.4out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 pretty_assertions^1.4.11.4.1up to date

Build dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 license-fetcher^0.5.00.8.4out 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.