Bug 2316017 (CVE-2024-47609) - CVE-2024-47609 rust-tonic: Remotely exploitable DoS in Tonic `<=v0.12.2`
Summary: CVE-2024-47609 rust-tonic: Remotely exploitable DoS in Tonic `<=v0.12.2`
Keywords:
Status: NEW
Alias: CVE-2024-47609
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2316020
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-01 21:01 UTC by OSIDB Bzimport
Modified: 2024-10-02 15:46 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-10-01 21:01:57 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.