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-core

Dependencies

(19 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrow^55.056.2.0out of date
 arrow-array^55.056.2.0out of date
 arrow-buffer^55.056.2.0out of date
 arrow-schema^55.056.2.0out of date
 chrono^0.4.400.4.42up to date
 databend-client^0.27.60.29.1out of date
 geozero^0.14.00.14.0up to date
 glob^0.30.3.3up to date
 hex^0.4.30.4.3up to date
 itertools^0.140.14.0up to date
 jsonb^0.5.10.5.4up to date
 lexical-core^1.0.51.0.6up to date
 memchr^2.72.7.6up to date
 roaring^0.10.120.11.2out of date
 serde^1.01.0.227up to date
 serde_json^1.01.0.145up 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.