6 min read
By: RedLegg's Cyber Threat Intelligence Team
About:
CVE-2026-42530 is a use-after-free vulnerability affecting the ngx_http_v3_module component of NGINX Open Source.
The vulnerability exists within NGINX's HTTP/3 implementation and can be triggered when a specially crafted HTTP/3 session reopens a QPACK encoder stream. Under specific conditions, this results in a use-after-free condition within the NGINX worker process.
Successful exploitation may cause worker process crashes, resulting in denial-of-service conditions. In environments where Address Space Layout Randomization (ASLR) is disabled or can be bypassed, the vulnerability could potentially be leveraged to achieve arbitrary code execution.
At the time of reporting, there are no confirmed reports of active exploitation in the wild.
RedLegg will occasionally communicate vulnerabilities released outside the usual release schedule to provide additional value to our customers. These emergency bulletins describe vulnerabilities or threats we classify as the highest severity level and warrant out-of-band emergency patching or mitigation action.
VULNERABILITIES
NGINX ngx_http_v3_module Use-After-Free Vulnerability
Identifier: CVE-2026-42530
PoC or Exploitation:
CVSS Score: 8.1 (High, CVSS v3.1)
Update / Patch:
- NGINX Open Source 1.31.0
- NGINX Open Source 1.31.1
- NGINX Open Source 1.31.2 and later
Description:
The vulnerability exists in the HTTP/3 implementation and can be triggered when a specially crafted HTTP/3 session reopens a QPACK encoder stream. Under specific conditions, this results in a use-after-free condition within the NGINX worker process.
Successful exploitation may cause worker process crashes, resulting in denial-of-service conditions. Additionally, in environments where Address Space Layout Randomization (ASLR) is disabled or can be bypassed, the vulnerability could potentially be leveraged to achieve arbitrary code execution.
Mitigation Recommendation: