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 databend-driver

Dependencies

(20 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrow^55.056.2.0out of date
 arrow-flight^55.056.2.0out of date
 arrow-schema^55.056.2.0out of date
 async-trait^0.10.1.89up to date
 chrono^0.4.400.4.42up to date
 csv^1.31.3.1up to date
 databend-client^0.27.60.29.1out of date
 databend-common-ast^0.2.10.2.2up to date
 databend-driver-core^0.27.60.29.1out of date
 databend-driver-macros^0.27.60.29.1out of date
 derive-visitor^0.4.00.4.0up to date
 glob^0.30.3.3up to date
 log^0.40.4.28up to date
 once_cell^1.211.21.3up to date
 percent-encoding^2.32.3.2up to date
 serde_json^1.01.0.145up to date
 tokio^1.341.47.1up to date
 tokio-stream^0.10.1.17up to date
 tonic ⚠️^0.120.14.2out of date
 url^2.52.5.7up to date

Security Vulnerabilities

tonic: Remotely exploitable Denial of Service in Tonic

RUSTSEC-2024-0376

Impact

When using tonic::transport::Server there is a remote DoS attack that can cause the server to exit cleanly on accepting a tcp/tls stream. This can be triggered via causing the accept call to error out with errors there were not covered correctly causing the accept loop to exit.

More information can be found here

Patches

Upgrading to tonic 0.12.3 and above contains the fix.

Workarounds

A custom accept loop is a possible workaround.