CVE-2024-47609: Tonic has remotely exploitable denial of service vulnerability
(updated )
note: this only affects v0.12.0 - v0.12.2
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
References
- github.com/advisories/GHSA-4jwc-w2hc-78qv
- github.com/hyperium/tonic
- github.com/hyperium/tonic/commit/a4472a86f3290e60c7c01348b7e6a8164d6e7e48
- github.com/hyperium/tonic/issues/1897
- github.com/hyperium/tonic/security/advisories/GHSA-4jwc-w2hc-78qv
- nvd.nist.gov/vuln/detail/CVE-2024-47609
- rustsec.org/advisories/RUSTSEC-2024-0376.html
Detect and mitigate CVE-2024-47609 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →