CVE-2026-42533
Analyzed
Analyzed - Analysis Complete
Heap Buffer Overflow in NGINX Plus and NGINX Open Source
Vulnerability report for CVE-2026-42533, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-15
Last updated on: 2026-08-10
Assigner: F5 Networks
Description
Description
A vulnerability exists in NGINX Plus and NGINX Open Source when a map directive uses regex matching and a string expression references the map's regex capture variables before referencing the map output variable. Alternatively, the same result could be achieved by using a non-cacheable variable in a string expression under certain conditions. An unauthenticated attacker along with conditions beyond their control can exploit this vulnerability by sending crafted HTTP requests. This may cause a heap buffer overflow in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.
Impact:
This vulnerability may allow remote attackers to cause a denial-of-service (DoS) on the NGINX system or to possibly trigger a code execution. There is no control plane exposure; this is a data plane issue only.
Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r36 |
| f5 | nginx_gateway_fabric | From 1.3.0 (inc) to 1.6.2 (inc) |
| f5 | waf | From 5.2.0 (inc) to 5.8.0 (inc) |
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r36 |
| f5 | nginx_gateway_fabric | From 2.0.0 (inc) to 2.6.7 (exc) |
| f5 | nginx_plus | From 37.0.0.1 (inc) to 37.0.3.1 (exc) |
| f5 | nginx_plus | From r33 (inc) to r36 (exc) |
| f5 | nginx_plus | r36 |
| f5 | waf | From 5.9.0 (inc) to 5.13.4 (exc) |
| f5 | waf | From 4.11.0 (inc) to 4.16.0 (inc) |
| f5 | nginx_ingress_controller | From 3.5.0 (inc) to 3.7.2 (inc) |
| f5 | nginx_ingress_controller | From 5.0.0 (inc) to 5.5.3 (exc) |
| f5 | nginx_ingress_controller | From 2026-lts-r1 (inc) to 2026-lts-r4 (exc) |
| f5 | nginx_ingress_controller | 4.0.0 |
| f5 | nginx_ingress_controller | 4.0.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |