CVE-2026-18798

QUIC Server May Trigger Double Free When Processing INITIAL Packet

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.


We have discovered 70,257 live websites that are affected by CVE-2026-18798.

Run a Free Instant Scan




Affected Software

Product  OpenSSL
Category Web Server Extensions
Vulnerable Domains70,257 live websites (14% of OpenSSL install base)
Vulnerable Versions
  • from 3.5 through 3.5.8
  • from 3.6 through 3.6.4
  • from 4 through 4.0.2
Vulnerable Versions Count12 versions ( 16% of all versions)


Common Weakness Enumeration

CWE-415 Double Free



Details

  • Published - Aug 25, 2026
  • Updated - Aug 25, 2026

Credits

  • Fuzz0x (ZKSC Institute of Security Research) (reporter)
  • Emilio Galle (reporter)
  • Feng Xue (ThreatBoon) (reporter)
  • Alexandr Nedvedicky (remediation developer)

Website Distribution by Country

Number of websites using CVE-2026-18798
United States20,673 websites



Netherlands12,715 websites
Germany8,684 websites
Switzerland2,591 websites
Canada2,487 websites
Japan2,464 websites
France2,305 websites
GB2,190 websites
Czech Republic1,414 websites
Spain1,315 websites

Website Distribution by TLD

Number of websites using CVE-2026-18798
.com21,449 websites
.nl9,901 websites
.de4,155 websites
.org4,055 websites
.edu3,208 websites
.net2,834 websites
.ch2,534 websites
.ca2,172 websites
.cz1,170 websites
.it1,110 websites

Vulnerable Versions

Vulnerable versions are highlighted in red

Websites affected by CVE-2026-18798

Top websites that are affected by CVE-2026-18798. Please click on the "Contact us" link to get more information.
DomainCountryRankContacts
********.com United States*,***
*******.com United States*,***
****.*****.net Japan*,***
****.org United States*,***
*******.com United States*,***
***********.com Italy*,***
***.net Singapore*,***
***.***********.com United States*,***
*******.org France*,***
***.***********.com United States*,***
See full domain list

FAQ

CVE-2026-18798 is Double Free in OpenSSL
A total of 70,257 websites have been identified as vulnerable to CVE-2026-18798, based on global website indexing conducted by WebTechSurvey.
The OpenSSL is affected by the CVE-2026-18798 vulnerability.
OpenSSL versions up to 4.0.2 are vulnerable to CVE-2026-18798.
CVE-2026-18798 is resolved in version 4.0.2 of OpenSSL.