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 oxcache

Dependencies

(20 total, 1 possibly insecure)

CrateRequiredLatestStatus
 tokio^1.531.53.1up to date
 async-trait^0.10.1.92up to date
 once_cell^1.211.21.4up to date
 uuid^1.241.24.0up to date
 anyhow^1.01.0.104up to date
 trait-kit^0.40.4.2up to date
 futures^0.30.3.34up to date
 icu^2.22.3.0up to date
 writeable^0.60.6.4up to date
 moka^0.120.12.16up to date
 dashmap^6.26.2.1up to date
 redis^1.51.5.0up to date
 aerospike^2.12.1.0up to date
 serde^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 flate2^1.11.1.9up to date
 serde_stacker^0.10.1.14up to date
 bloomfilter^3.03.0.1up to date
 regex^1.131.13.1up to date
 chrono ⚠️^0.40.4.45maybe insecure

Dev dependencies

(9 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 tempfile^3.273.27.0up to date
 serial_test^4.04.0.1up to date
 rand^0.100.10.2up to date
 criterion^0.80.8.2up to date
 ctor^1.01.0.13up to date
 trybuild^1.01.0.120up to date
 tracing-subscriber ⚠️^0.30.3.23maybe insecure
 testcontainers^0.270.28.0out of date
 testcontainers-modules^0.150.15.0up to date

Crate oxcache_macros

Dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 syn^3.03.0.3up to date
 quote^1.01.0.47up to date
 proc-macro2^1.01.0.107up to date

Crate oxcache-examples

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 trait-kit^0.40.4.2up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References

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.