CVE-2026-18798
Issue summary: QUIC server may double free QRX (QUIC record layer RX) object when channel creation fails for initial packet. Impact summary: Double free leads to heap corruption, which typically results in termination of QUIC server process, leading to Denial of Service. There is so far no evidence that this double free is exploitable for remote code execution, thus it is considered highly improbable. CWE: CWE-415: Double Free Description: In order to validate initial packet, OpenSSL QUIC stack default packet handler (port_default_packet_handler()) creates a so-called QRX object. If the initial packet validates successfully with QRX object, the default packet handler proceeds to channel (connection object) creation. The QRX object used for packet validation is passed to port_bind_channel(), so it becomes part of the newly created connection. If port_bind_channel() fails, then it also frees the QRX object. Once port_bind_channel() returns, the port_default_packet_handler() detects the failure and proceeds to the error branch, where the same QRX object is freed for the second time. The failure in port_bind_channel() function can be induced with a relatively low effort by a malformed (non RFC 9000 compliant) INITIAL packet. If the packet carries DCID (destination connection ID) which is shorter than 8 bytes, then port_bind_channel() jumps to the error path after ossl_quic_lcidm_enrol_odcid() detects that the DCID has invalid length. FIPS impact: no The FIPS module is not affected, as the QUIC implementation is outside of the OpenSSL FIPS module boundary.
Scoring
- Severity
- HIGH
- CVSS base score
- 7.5
- CVSS vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- EPSS probability
- 1.48%
- CWE
- CWE-415
- Published
- 2026-08-25
- Last modified
- 2026-08-25
Affected products
- OpenSSL OpenSSL
- OpenSSL OpenSSL
- OpenSSL OpenSSL
Weakness type
Related vulnerabilities
- CVE-2026-87585 — Double free in PDFium in Google Chrome on on Windows prior to 153.0.8010.36 allowed a remote...
- CVE-2026-61915 — An issue was discovered in Cyrus IMAP before 3.12.4. There is a VPATCH BYPARAM double-free. An...
- CVE-2026-79907 — Acrobat Reader | Double Free (CWE-415)
- CVE-2026-81950 — Microsoft Excel Remote Code Execution Vulnerability
- CVE-2026-80080 — Microsoft Office Word Remote Code Execution Vulnerability
- CVE-2026-69309 — Windows Print Spooler Components Elevation of Privilege Vulnerability
- CVE-2026-70567 — Windows Display Enhancement Service Elevation of Privilege Vulnerability
- CVE-2026-69725 — Windows Hello Elevation of Privilege Vulnerability