CVE-2026-34183
Description
QUIC servers and clients can be DoS'd by a remote peer exhausting heap memory via crafted PATH_CHALLENGE frames.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
QUIC servers and clients can be DoS'd by a remote peer exhausting heap memory via crafted PATH_CHALLENGE frames.
Vulnerability
A remote peer may exhaust heap memory of a QUIC server or client by flooding it with packets containing PATH_CHALLENGE frames. The local QUIC stack allocates a PATH_RESPONSE frame for every PATH_CHALLENGE it receives. The allocated PATH_RESPONSE frame is only freed when the remote peer acknowledges reception, which a malicious peer will not do. The FIPS modules in OpenSSL versions 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected as the QUIC stack is outside the FIPS module boundary [1].
Exploitation
An attacker needs network access to the target QUIC server or client. The attacker must send a continuous stream of packets containing PATH_CHALLENGE frames to the target. The target will respond by allocating memory for PATH_RESPONSE frames, which will not be acknowledged by the attacker, leading to memory exhaustion.
Impact
A successful attack can cause an unbounded memory allocation, leading to an abnormal termination of the application acting as a QUIC client or server, resulting in a Denial of Service (DoS).
Mitigation
Not yet disclosed in the available references.
AI Insight generated on Jun 9, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
4fbaa83859c01d2e9efbe49007d06955ebe0e5b306efb0b37Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/openssl/security/commit/5b306efb0b3779dfdd0803b4afc9d08c91f11517nvd
- github.com/openssl/security/commit/7d06955ebe0ecf8adfd4c1e92018586da47ef9acnvd
- github.com/openssl/security/commit/d2e9efbe4900a373227deb136e8665401404ffacnvd
- github.com/openssl/security/commit/fbaa83859c01ad64f497b757aaf51be7d05ed9ebnvd
- openssl-library.org/news/secadv/20260609.txtnvd
News mentions
1- OpenSSL Project: 18 Vulnerabilities Disclosed Together on June 9, 2026Vypr Intelligence · Jun 9, 2026