CVE-2026-63075

QUIC ACK-only Packet Retention Can Cause Memory Exhaustion

Issue summary: When OpenSSL processes QUIC traffic from a peer that repeatedly sends ack-eliciting packets while not acknowledging ACK-only responses, the QUIC stack can retain ACK-only packet metadata for the lifetime of the connection. Impact summary: A remote peer that can complete a QUIC handshake can cause connection-scoped memory growth which may lead to Denial of Service through memory exhaustion, especially with sustained traffic or many concurrent QUIC connections. CWE: CWE-770: Allocation of Resources Without Limits or Throttling Description: When the OpenSSL QUIC stack sends an ACK-only packet, there is no requirement by the QUIC protocol that the peer will acknowledge that ACK-only packet (i.e. it is itself not ack-eliciting). However, the OpenSSL implementation stores the metadata about the ACK frames regardless. In and of itself that's ok, but if a malicious peer establishes a connection, and then drives the connection such that ACK-only packets are forced from the OpenSSL implementation peer (i.e., by sending numerous PING frames), and then withholding any subsequent acks for ack-eliciting data, like legitimate data, said malicious peer can force inappropriate memory growth on the OpenSSL peer, potentially leading to a Denial of Service. The fix is to ensure that we account for the transmission of the ACK-only packet in the packet histories high and low watermark without actually storing the ACK-only packet metadata itself. FIPS impact: no The OpenSSL FIPS module is not affected as the QUIC code is outside the FIPS module boundary.


We have discovered 73,521 live websites that are affected by CVE-2026-63075.

Run a Free Instant Scan




Affected Software

Product  OpenSSL
Category Web Server Extensions
Vulnerable Domains73,521 live websites (15% of OpenSSL install base)
Vulnerable Versions
  • from 3.4 through 3.4.7
  • from 3.5 through 3.5.8
  • from 3.6 through 3.6.4
  • from 4 through 4.0.2
Vulnerable Versions Count17 versions ( 23% of all versions)


Common Weakness Enumeration

CWE-770 Allocation of Resources Without Limits or Throttling



Details

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

Credits

  • Opal Wright (Trail of Bits) (reporter)
  • Neil Horman (remediation developer)

Website Distribution by Country

Number of websites using CVE-2026-63075
United States21,048 websites



Netherlands12,717 websites
Germany8,705 websites
Denmark3,326 websites
Switzerland2,593 websites
Canada2,490 websites
Japan2,470 websites
France2,309 websites
GB2,196 websites
Czech Republic1,423 websites

Website Distribution by TLD

Number of websites using CVE-2026-63075
.com21,765 websites
.nl9,902 websites
.org4,343 websites
.de4,178 websites
.edu3,212 websites
.dk3,042 websites
.net2,895 websites
.ch2,536 websites
.ca2,174 websites
.cz1,179 websites

Vulnerable Versions

Vulnerable versions are highlighted in red

Websites affected by CVE-2026-63075

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