AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-47609

UNKNOWN · CVSS N/A EPSS 0.62% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-10-01 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references. It may be remotely exploitable.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-47609
Severity
UNKNOWN
CVSS
N/A
EPSS
0.62%

Original NVD 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.