
CVE-2026-42530
High-Severity Use-After-Free in NGINX HTTP/3 (QUIC)
CVE-2026-42530 is a use-after-free vulnerability in NGINX's ngx_http_v3_module.
A remote unauthenticated attacker can trigger it by reopening a closed QPACK encoder stream over HTTP/3, causing worker process crashes (DoS) and potential Remote Code Execution in some configurations.
| Metric | Rating | Color |
|---|---|---|
Impact: DoS + Possible RCE (ASLR bypass possible)
1.31.0, 1.31.1http3 / QUIC enabledFixed in: 1.31.2 (released June 17, 2026)
CVE-2026-42530-safe-check.py)python3 CVE-2026-42530-safe-check.py <target> [-p PORT] [-t TIMEOUT]
Features:
"nginx/1.31.0" OR "nginx/1.31.1" quic OR http3
nginx "http/3" OR quic port:443
"alt-svc: h3" nginx
port:443 nginx quic
listen 443 ssl; # instead of listen 443 http3;
server_tokens off;Made for educational & authorized testing purposes only ❤️
Last updated: June 2026
| CVSS v3.1 |
| 8.1 High |
| 🟠 |
| CVSS v4.0 | Up to 9.2 Critical | 🔴 |
| Attack Vector | Network (Remote) | 🌐 |