Bug 2500967 (CVE-2026-42533)
| Summary: | CVE-2026-42533 nginx: NGINX: Arbitrary code execution via crafted HTTP requests | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
| Status: | NEW --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | akito5623, ext.jakub.danek, gsciorti, kaycoth, klaas, rhel-process-autobot, watson-tool-maintainers |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was found in NGINX. An unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP requests when the `map` directive uses regular expression (regex) matching and references regex capture variables before referencing the map output variable. This can lead to a heap buffer overflow, which may allow for arbitrary code execution on systems where Address Space Layout Randomization (ASLR) is disabled or bypassed. Additionally, this flaw can cause a denial-of-service (DoS) due to the NGINX worker process restarting.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2026-07-15 15:02:15 UTC
Additional information: According to The Hacker News, the researcher plans to publish a PoC 21 days after the patch release, around August 5, 2026. https://thehackernews.com/2026/07/critical-nginx-vulnerability-can-crash.html https://access.redhat.com/security/cve/cve-2026-42533 It seems you rated this as "Moderate", because you changed the Confidentiality and Integrity Impact to "Low" from "High" -- for a RCE, is that correct? Additional information: A public PoC/exploit was released on July 27, 2026, earlier than the previously announced August 5 date. The repository demonstrates an unauthenticated nginx worker crash and claims a working pre-auth RCE chain on Ubuntu 24.04. https://github.com/imbas007/cve-2026-42533 Additional information: A separate exploit implementation for CVE-2026-42533 has now been published by DepthFirst Disclosures. Unlike the previously referenced HTTP/map-based repository, this PoC uses the stream ssl_preread script-engine path. It demonstrates command execution and a reverse shell in the supplied local Docker environment. The exploit offsets are explicitly calibrated for the provided Docker image, so this should not be interpreted as a generally reliable exploit against arbitrary nginx deployments. https://github.com/DepthFirstDisclosures/Nginx-Rift/tree/main/CVE-2026-42533 |