VYPR
Vendor

Rustls

Products
1
CVEs
3
Across products
3
Status
Private

Products

1

Recent CVEs

3
  • CVE-2024-32650HigApr 19, 2024
    risk 0.42cvss 7.5epss 0.01

    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…

  • CVE-2024-11738MedDec 6, 2024
    risk 0.35cvss 5.3epss 0.01

    A flaw was found in Rustls 0.23.13 and related APIs. This vulnerability allows denial of service (panic) via a fragmented TLS ClientHello message.

  • CVE-2019-15541HigAug 26, 2019
    risk 0.00cvss 7.5epss 0.02

    rustls-mio/examples/tlsserver.rs in the rustls crate before 0.16.0 for Rust allows attackers to cause a denial of service (loop of conn_event and ready) by arranging for a client to never be writable.