<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Gateway Fabric - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/gateway-fabric/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 15 Jul 2026 15:18:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/gateway-fabric/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-42533 Heap Buffer Overflow in NGINX Map Directive</title><link>https://feed.craftedsignal.io/briefs/2026-07-nginx-cve-2026-42533/</link><pubDate>Wed, 15 Jul 2026 15:18:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-nginx-cve-2026-42533/</guid><description>A heap buffer overflow vulnerability, CVE-2026-42533, exists in NGINX Plus and NGINX Open Source when a 'map' directive uses regex matching and references its capture variables before the map's output variable or uses a non-cacheable variable under certain conditions, allowing an unauthenticated attacker to send crafted HTTP requests causing denial-of-service or remote code execution.</description><content:encoded><![CDATA[<p>A significant vulnerability, identified as CVE-2026-42533, has been discovered in NGINX Plus and NGINX Open Source versions. This heap buffer overflow vulnerability manifests when an NGINX configuration includes a <code>map</code> directive that uses regex matching, and within that directive, regex capture variables are referenced before the map's output variable. Alternatively, the same issue can occur if a non-cacheable variable is used within a string expression under specific conditions. An unauthenticated remote attacker can exploit this flaw by sending specially crafted HTTP requests to the vulnerable NGINX instance. Successful exploitation can lead to a denial-of-service (DoS) condition due to the NGINX worker process restarting. Furthermore, remote code execution (RCE) is possible if Address Space Layout Randomization (ASLR) is disabled or if the attacker can bypass ASLR. This vulnerability primarily affects the data plane of NGINX, with no control plane exposure.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a target NGINX Plus or NGINX Open Source instance that is potentially configured with a vulnerable <code>map</code> directive.</li>
<li>The attacker crafts a malicious HTTP request specifically designed to interact with the regex matching logic of a <code>map</code> directive configured under the identified vulnerable conditions.</li>
<li>The crafted request exploits the condition where the <code>map</code> directive references regex capture variables before its output variable or uses a non-cacheable variable in a string expression.</li>
<li>NGINX processes the specially formed HTTP request, which triggers the vulnerable code path within the <code>map</code> directive's execution flow.</li>
<li>During this processing, a heap buffer overflow occurs within the targeted NGINX worker process.</li>
<li>The heap buffer overflow causes the NGINX worker process to crash and restart, leading to a denial-of-service for legitimate users.</li>
<li>If Address Space Layout Randomization (ASLR) is disabled on the target system or if the attacker possesses a method to bypass ASLR, the attacker leverages the buffer overflow to gain arbitrary code execution.</li>
<li>The attacker successfully executes arbitrary code on the NGINX server, potentially leading to full system compromise or further malicious activities.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>This vulnerability poses a significant risk of denial-of-service (DoS) to affected NGINX systems, as successful exploitation causes worker processes to crash and restart, disrupting service availability. For systems where Address Space Layout Randomization (ASLR) is disabled or successfully bypassed by an attacker, the heap buffer overflow can be leveraged to achieve remote code execution (RCE). This would allow an unauthenticated remote attacker to execute arbitrary code on the NGINX server, potentially leading to complete compromise of the server, data exfiltration, or further lateral movement within the victim's network. The issue is confined to the data plane, meaning the NGINX control plane itself is not directly exposed.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-42533 by updating NGINX Plus and NGINX Open Source to the latest secure versions as soon as they become available from the vendor.</li>
<li>Review existing NGINX configurations for the presence of <code>map</code> directives that use regex matching and might be susceptible to the conditions described in CVE-2026-42533.</li>
<li>Ensure NGINX access and error logs (logsource category <code>webserver</code>) are configured for comprehensive logging and are ingested into your SIEM for analysis of anomalous behavior or crash indicators.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>nginx</category><category>webserver</category><category>buffer-overflow</category><category>DoS</category><category>RCE</category></item></channel></rss>