CVE-2026-63075
Last modified
CVE-2026-63075 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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). EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | 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
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63075?
How severe is CVE-2026-63075?
How do I fix CVE-2026-63075?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6306Heap buffer overflow in PDFium in Google Chrome prior to 147…8.8
- CVE-2026-6307Type Confusion in Turbofan in Google Chrome prior to 147.0.7…8.8
- CVE-2026-63071Improper Isolation or Compartmentalization vulnerability in …9.8
- CVE-2026-63072Issue summary: OpenSSL CMS decryption sizes the key-unwrap o…7.5
- CVE-2026-63073Issue summary: OpenSSL CMP response validation passed an une…9.8
- CVE-2026-63074Issue summary: The OpenSSL Certificate Management Protocol (…5.9
- CVE-2026-63076Issue summary: OpenSSL CMP password based protection verific…7.5
- CVE-2026-63077In JetBrains TeamCity before 2026.1.3, 2025.11.7 unauthentic…9.8
- CVE-2026-6308Out of bounds read in Media in Google Chrome prior to 147.0.…7.5
- CVE-2026-63080Aptabase through commit 5a89368 contains a SQL injection vul…7.1
- CVE-2026-63081Perfect Support Ticketing & Document Management System throu…5.4
- CVE-2026-63082Perfect Support Ticketing & Document Management System throu…5.4
Are you affected by CVE-2026-63075?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
