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 surrealdb

Dependencies

(35 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.7.60.7.6up to date
 async-channel^2.3.12.5.0up to date
 bincode^1.3.32.0.1out of date
 chrono^0.4.380.4.42up to date
 dmp^0.2.00.2.3up to date
 futures^0.3.300.3.31up to date
 geo^0.28.00.31.0out of date
 getrandom^0.3.20.3.4up to date
 indexmap^2.1.02.12.1up to date
 native-tls^0.2.110.2.14up to date
 path-clean^1.0.11.0.1up to date
 pharos^0.5.30.5.3up to date
 reblessive^0.4.20.4.3up to date
 reqwest^0.12.70.12.24up to date
 revision^0.11.00.15.0out of date
 ring^0.17.130.17.14up to date
 rust_decimal^1.36.01.39.0up to date
 rustls ⚠️^0.23.120.23.35maybe insecure
 rustls-pki-types^1.7.01.13.0up to date
 semver^1.0.201.0.27up to date
 serde^1.0.2091.0.228up to date
 serde-content^0.1.00.1.2up to date
 serde_json^1.0.1271.0.145up to date
 surrealdb-core=2.4.02.4.0up to date
 thiserror^1.0.632.0.17out of date
 tokio^1.41.11.48.0up to date
 tokio-tungstenite^0.23.10.28.0out of date
 tokio-util^0.7.110.7.17up to date
 tracing^0.1.400.1.43up to date
 trice^0.4.00.4.0up to date
 url^2.5.02.5.7up to date
 uuid^1.10.01.18.1up to date
 wasm-bindgen-futures^0.4.390.4.56up to date
 wasmtimer^0.2.00.4.3out of date
 ws_stream_wasm^0.7.40.7.5up to date

Dev dependencies

(19 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ciborium^0.2.10.2.2up to date
 criterion^0.5.10.7.0out of date
 env_logger^0.11.70.11.8up to date
 flate2^1.0.281.1.5up to date
 hashbrown^0.14.50.16.1out of date
 parking_lot^0.12.30.12.5up to date
 pprof^0.14.00.15.0out of date
 radix_trie^0.2.10.3.0out of date
 rand^0.8.50.9.2out of date
 rayon^1.10.01.11.0up to date
 regex^1.10.61.12.2up to date
 serial_test^2.0.03.2.0out of date
 temp-dir^0.1.110.1.16up to date
 test-log^0.2.130.2.19up to date
 time^0.3.360.3.44up to date
 tokio^1.41.11.48.0up to date
 tracing-subscriber ⚠️^0.3.180.3.20maybe insecure
 ulid^1.1.01.2.1up to date
 wiremock^0.6.00.6.5up to date

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.

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.