CVE-2026-14456

Unbounded Memory Growth in QUIC Server Incoming Channel Queue

Issue summary: When an OpenSSL QUIC server (Listener SSL object) processes valid QUIC Initial packets for unknown destination connection IDs, it can allocate and queue new incoming channels without enforcing any limit. Impact summary: A remote peer that can make many Initial packets reach the server listener faster than the application accepts connections, can cause the memory allocated to store the per-channel state to grow without any limits, potentially making the QUIC listener unavailable and causing Denial of Service. CWE: CWE-770: Allocation of Resources Without Limits or Throttling Description: The function that handles inbound QUIC packets uses Connection-Id from the packet header to find an existing connection (QUIC channel). If no existing connection is found and the packet type is INITIAL, the function treats the packet as a new connection. It allocates a new channel object and inserts it into a queue where it waits to be accepted by the local application with SSL_accept(3ossl). The memory occupied by these initial channel objects may grow without bounds if the application is not able to call SSL_accept() frequently enough to serve these inbound connection requests. The issue is present since OpenSSL 3.5 when the QUIC server implementation was added. The fix introduces a limit for pending connections. The default limit is set to 256 pending connections (waiting to be accepted by the local application). Applications may change the default by calling SSL_set_value_uint(3ossl). 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-14456.

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-770 Allocation of Resources Without Limits or Throttling



Details

  • Published - Aug 13, 2026
  • Updated - Aug 13, 2026

Credits

  • Filipe Casal (Trail of Bits) (reporter)
  • Alexandr Nedvedicky (remediation developer)

Website Distribution by Country

Number of websites using CVE-2026-14456
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-14456
.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-14456

Top websites that are affected by CVE-2026-14456. 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-14456 is Allocation of Resources Without Limits or Throttling in OpenSSL
A total of 70,257 websites have been identified as vulnerable to CVE-2026-14456, based on global website indexing conducted by WebTechSurvey.
The OpenSSL is affected by the CVE-2026-14456 vulnerability.
OpenSSL versions up to 4.0.2 are vulnerable to CVE-2026-14456.
CVE-2026-14456 is resolved in version 4.0.2 of OpenSSL.