CVE-2026-34183: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler
Issue summary: Remote peer may exhaust heap memory of the QUIC server or client by flooding it with packets containing PATHCHALLENGE frames.
Impact summary: A malicious remote peer can cause an unbounded memory allocation which can lead to an abnormal termination of the application acting as a QUIC client or server and a Denial of Service.
A remote peer may exhaust heap memory by flooding the local QUIC stack with PATHCHALLENGE frames. The local QUIC stack allocates a PATHRESPONSE frame for every PATHCHALLENGE it receives. The allocated PATHRESPONSE frame gets freed only when the remote peer acknowledges reception of the PATHRESPONSE frame which will not be done by a malicious peer.
The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this issue. The QUIC stack is outside of OpenSSL FIPS module boundary.
Other sources
Unbounded Memory Growth in the QUIC PATHCHALLENGE Handler
— Microsoft
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 3.3.7-3 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.4.6 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.5.7 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.6.3 - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 4.0.1 - Compensating control
Mitigate the QUIC heap exhaustion by preventing untrusted remote peers from flooding the local QUIC stack with packets containing PATH_CHALLENGE frames (e.g., apply network filtering/rate-limiting/ACLs so only trusted peers can send QUIC PATH_CHALLENGE traffic).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-34183?
The severity of CVE-2026-34183 is rated high with a CVSS score of 7.5.
What does CVE-2026-34183 affect?
CVE-2026-34183 affects implementations of QUIC in OpenSSL.
How do I fix CVE-2026-34183?
To fix CVE-2026-34183, update to the latest version of OpenSSL that includes the patch for this vulnerability.
What type of attack does CVE-2026-34183 describe?
CVE-2026-34183 describes a denial-of-service attack that can lead to unbounded memory growth and application termination.
Who is impacted by CVE-2026-34183?
Users operating QUIC servers or clients that utilize OpenSSL may be impacted by CVE-2026-34183.