Affected Systems
NGINX Open Source versions with ngx_http_v3_module enabled. Specific vulnerable versions not provided in summary. F5 NGINX products potentially affected.
Exploitation Status
No active exploitation or public PoC mentioned. Remote unauthenticated exploitation is possible according to vendor advisory.
Business Impact
Critical severity (CVSS v4 9.2) remote code execution vulnerability affecting NGINX Open Source HTTP/3 module. Unauthenticated attackers can exploit use-after-free condition to execute arbitrary code on vulnerable servers. Organizations running NGINX with HTTP/3 (QUIC) enabled face immediate risk. HTTP/3 adoption is still limited, reducing overall exposure compared to HTTP/1.1 or HTTP/2 vulnerabilities.
Urgency
🔴 Immediate
Recommended Actions
- Identify all NGINX Open Source instances with HTTP/3 (ngx_http_v3_module) enabled in your environment
- Apply F5 security updates for NGINX Open Source immediately on systems with HTTP/3 enabled
- If patching cannot be completed within 24 hours, disable HTTP/3 support by removing or commenting out 'listen ... quic' directives and reloading NGINX configuration
- Monitor NGINX access logs and system logs for unusual connection patterns to UDP port 443 (QUIC/HTTP/3 traffic)
- Verify patch deployment by checking NGINX version with 'nginx -v' and confirming HTTP/3 module version matches patched release
