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

(18 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrow^53.054.2.1out of date
 arrow-flight^53.054.2.1out of date
 arrow-schema^53.054.2.1out of date
 async-trait^0.10.1.87up to date
 chrono^0.4.350.4.40up to date
 csv^1.31.3.1up to date
 databend-client^0.25.60.26.2out of date
 databend-driver-core^0.25.60.26.2out of date
 databend-driver-macros^0.25.60.26.2out of date
 glob^0.30.3.2up to date
 log^0.40.4.26up to date
 once_cell^1.181.21.0up to date
 percent-encoding^2.32.3.1up to date
 serde_json^1.01.0.140up to date
 tokio^1.341.44.0up to date
 tokio-stream^0.10.1.17up to date
 tonic ⚠️^0.120.12.3maybe insecure
 url^2.52.5.4up 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.