OpenSSL QUIC Flaw CVE-2026-14456: DoS via Memory Exhaustion

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/4 · Reconnaissance

The attacker identifies a reachable native OpenSSL QUIC listener on UDP port 443.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • Scanning for HTTP/3/QUIC services on UDP port 443
  • Vulnerable only in OpenSSL 3.5.0–3.5.7, 3.6.0–3.6.3, 4.0.0–4.0.1
  • Requires a native OpenSSL QUIC server listener, not BoringSSL/LibreSSL/QuicTLS
PHASE 2/4 · Initial Access

A remote, unauthenticated attacker sends valid-looking QUIC Initial packets to the public server.

T1190 – Exploit Public-Facing Application
  • No password, login or code flaw required
  • Exploits CVE-2026-14456 (CWE-770, allocation of resources without limits)
  • Each packet with an unknown Destination Connection ID is treated as a new connection
PHASE 3/4 · Execution

The attacker floods the listener with connection requests faster than the application accepts them via SSL_accept().

T1499.002 – Endpoint Denial of Service: Service Exhaustion Flood
  • Each Initial packet queues a new connection object
  • Before the fix there was no limit on pending connections
  • Allocated memory grows without bound
PHASE 4/4 · Impact

Memory is exhausted and the QUIC listener becomes unavailable – a Denial of Service.

T1499 – Endpoint Denial of Service
  • Affects availability only, no data exfiltration or manipulation
  • OpenSSL rates the severity as 'Low'
  • No customer data theft, but service outage possible
Short & clear answers
Frequently asked questions about this incident
Am I affected by CVE-2026-14456?
Only OpenSSL versions 3.5.0–3.5.7, 3.6.0–3.6.3 and 4.0.0–4.0.1 are affected — and only if you actually expose the native OpenSSL QUIC server function as a reachable listener. If your website does not offer HTTP/3 or QUIC, you are not exploitable via this path. If your HTTP/3 runs on a different library such as BoringSSL, LibreSSL or QuicTLS, the OpenSSL version alone does not imply exposure.
How do I check whether my website is affected?
First check whether your site offers QUIC/HTTP/3 over UDP port 443 at all (in NGINX, for example, the `listen 443 quic` directive). Then determine which library terminates QUIC (e.g. with `nginx -V`) and which OpenSSL version is running (`openssl version -a` or via your package manager). If you use managed hosting, a CDN or an agency, ask in writing whether the native OpenSSL QUIC implementation is used and whether the fix has been applied.
What exactly do I need to do now?
If a vulnerable native OpenSSL QUIC listener is confirmed, update via your vendor or distribution channel to at least OpenSSL 3.5.8, 3.6.4 or 4.0.2. If you use managed hosting or a CDN, request written confirmation that CVE-2026-14456 has been fixed, and document the answer and maintenance window. If you don't offer QUIC/HTTP/3, there is no urgency to act via this path.
How dangerous is this vulnerability really?
OpenSSL rates the flaw itself as "Low." It concerns availability only: an attacker can take the service down by exhausting memory (denial of service), but no data is stolen or altered. The CISA KEV catalog (as of 14 Aug 2026) contains no entry for this CVE, so active exploitation is not confirmed.
Can customer data be stolen through this vulnerability?
No. OpenSSL describes neither leakage nor modification of data — it concerns only the availability of the service. Customer data is not stolen and content is not manipulated; in an attack the service can merely become unavailable.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.