Vulnerability Description
Tonic is a native gRPC client & server implementation with async/await support. 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 by causing the accept call to error out with errors that were not covered correctly causing the accept loop to exit. Upgrading to tonic 0.12.3 and above contains the fix.
Related Weaknesses (CWE)
References
- https://github.com/hyperium/tonic/commit/a4472a86f3290e60c7c01348b7e6a8164d6e7e4
- https://github.com/hyperium/tonic/issues/1897
- https://github.com/hyperium/tonic/security/advisories/GHSA-4jwc-w2hc-78qv
FAQ
What is CVE-2024-47609?
CVE-2024-47609 is a documented vulnerability. Tonic is a native gRPC client & server implementation with async/await support. When using tonic::transport::Server there is a remote DoS attack that can cause the server to exit cleanly on accepting ...
How severe is CVE-2024-47609?
CVSS scoring is not yet available for CVE-2024-47609. Check NVD for updates.
Is there a patch for CVE-2024-47609?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.