๐Ÿ” CVE Alert

CVE-2026-63075

UNKNOWN 0.0

QUIC ACK-only Packet Retention Can Cause Memory Exhaustion

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-770
Vendor openssl
Product openssl
Ecosystems
Industries
TechnologySecurity
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for openssl openssl

Be the first to know when new unknown vulnerabilities affecting openssl openssl are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

OpenSSL / OpenSSL
4.0.0 < 4.0.2 3.6.0 < 3.6.4 3.5.0 < 3.5.8 3.4.0 < 3.4.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
openssl-library.org: https://openssl-library.org/news/secadv/20260825.txt github.com: https://github.com/openssl/openssl/commit/7308946576b12e64b8be53bcf0a120354b2b42bc github.com: https://github.com/openssl/openssl/commit/bf84721c2548351176e367e6de505792f0118dc6 github.com: https://github.com/openssl/openssl/commit/7c98d79738549df92868e7dd9be4bbf061eed709 github.com: https://github.com/openssl/openssl/commit/c902e5f16d6a9e130e96d3ca6d8f64d71652e393

Credits

๐Ÿ” Opal Wright (Trail of Bits) Neil Horman