
CVE-2026-42530
Vulnerabilità Use-After-Free ad Alta Gravità in NGINX HTTP/3 (QUIC)
CVE-2026-42530 è una vulnerabilità use-after-free nel modulo di NGINX.
ngx_http_v3_moduleUn attaccante remoto non autenticato può attivarla riaprendo un flusso encoder QPACK chiuso su HTTP/3, causando crash del processo worker (DoS) e potenziale esecuzione di codice remoto in alcune configurazioni.
| Metrica | Valutazione | Colore |
|---|---|---|
| CVSS v3.1 | 8.1 Alta | 🟠 |
| CVSS v4.0 | Fino a 9.2 Critico | 🔴 |
| Vettore d'Attacco | Rete (Remoto) | 🌐 |
Impatto: DoS + Possibile RCE (bypass ASLR possibile)
1.31.0, 1.31.1http3 / QUIC abilitatoCorretto in: 1.31.2 (rilasciato il 17 giugno 2026)
CVE-2026-42530-safe-check.py)python3 CVE-2026-42530-safe-check.py <target> [-p PORT] [-t TIMEOUT]
Caratteristiche:
"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;Realizzato solo per scopi educativi e test autorizzati ❤️
Ultimo aggiornamento: giugno 2026