CVE-2024-47609

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.
CVSS

No CVSS.

Configurations

No configuration.

History

21 Nov 2024, 17:15

Type Values Removed Values Added
CVSS v2 : unknown
v3 : 0.0
v2 : unknown
v3 : unknown

02 Oct 2024, 14:35

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 0.0
Summary
  • (es) Tonic es una implementación nativa de cliente y servidor gRPC con soporte async/await. Cuando se usa tonic::transport::Server, hay un ataque DoS remoto que puede hacer que el servidor salga sin problemas al aceptar un flujo TCP/TLS. Esto se puede activar al hacer que la llamada accept genere errores que no se cubrieron correctamente, lo que hace que el bucle accept salga. La actualización a tonic 0.12.3 y versiones posteriores contiene la solución.

01 Oct 2024, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-10-01 21:15

Updated : 2024-11-21 17:15


NVD link : CVE-2024-47609

Mitre link : CVE-2024-47609

CVE.ORG link : CVE-2024-47609


JSON object : View

Products Affected

No product.

CWE
CWE-755

Improper Handling of Exceptional Conditions