Ad

CVE-2026-31812

HIGH CVSS 4.0: 8.7 EPSS 0.17%
Updated Mar 10, 2026
Quinn
Parameter Value
CVSS 8.7 (HIGH)
Fixed In 0.11.14
Type CWE-248 (Uncaught Exception)
Vendor Quinn
Public PoC No

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 malformed quic_transport_parameters. In quinn-proto parsing logic, attacker-controlled varints are decoded with unwrap(), so truncated encodings cause Err(UnexpectedEnd) and panic.

This is reachable over the network with a single packet and no prior trust or authentication. This vulnerability is fixed in 0.11.14.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Attack Requirements
None
No additional conditions
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
High
Complete denial of service

CVSS Vector v4.0

Weakness Type (CWE)