Vulnerability in Rustls

CVE-2024-32650

Rustls is a modern TLS library written in Rust. `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input. When using a blocking rustls server, if a client send a `close_notify` message immediately after `client_hello`, the server's `complete_io` will get in an infinite loop. This vulnerability is fixed in 0.23.5, 0.22.4, and 0.21.11.

EPSS: 0.009 (57.6th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Rustls — versions >= 0.23.0, < 0.23.5, >= 0.22.0, < 0.22.4, >= 0.21.0, < 0.21.11

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2024-32650?
CVE-2024-32650 is a high-severity vulnerability in Rustls, classified under Loop with Unreachable Exit Condition (Infinite Loop). CVSS score: 7.5/10. Published 2024-04-19.
How severe is CVE-2024-32650?
High severity. CVSS v3 base score is 7.5 out of 10.