VYPR

crates.io package

quinn-proto

pkg:cargo/quinn-proto

Vulnerabilities (3)

  • CVE-2026-31812HigMar 10, 2026
    affected < 0.11.14fixed 0.11.14

    Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Prior to 0.11.14, a remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malf

  • CVE-2024-45311Sep 2, 2024
    affected >= 0.11.0, < 0.11.7fixed 0.11.7

    Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. As of quinn-proto 0.11, it is possible for a server to `accept()`, `retry()`, `refuse()`, or `ignore()` an `Incoming` connection. However, calling `retry()` on an unvalidated connection exp

  • CVE-2023-42805Sep 21, 2023
    affected < 0.9.5fixed 0.9.5

    quinn-proto is a state machine for the QUIC transport protocol. Prior to versions 0.9.5 and 0.10.5, receiving unknown QUIC frames in a QUIC packet could result in a panic. The problem has been fixed in 0.9.5 and 0.10.5 maintenance releases.