// 4 ZERO-DAY · 8 CVE · 7 EXPLOIT IN THE LAST 24H
The ZDI-26-578 advisory reveals a critical RCE flaw in the NGINX HTTP DAV module. It is exploitable without authentication via an integer underflow in the Alias directive.

The ZDI-26-578 advisory, published August 13, 2026 by Trend Micro's Zero Day Initiative, discloses a critical vulnerability in the NGINX HTTP DAV module. The flaw allows unauthenticated remote code execution by exploiting an integer underflow in the parsing of the Alias directive. The danger is real for infrastructures exposing WebDAV functionality, often enabled on file-sharing or self-hosted cloud servers and then neglected in patch management.

Key Takeaways
  • The ZDI-26-578 vulnerability affects only the NGINX HTTP DAV module, not standard installations without WebDAV.
  • The exploit requires no authentication and leads to code execution in the context of the NGINX service account.
  • The root cause is an integer underflow in the handling of the Alias directive, triggered by unvalidated user-supplied data before a memory write.
  • The CVE-2026-27654 record was published August 14, 2026, one day after the coordinated release of the ZDI advisory.

How the Attack Works: The Integer Underflow in the Alias Directive

The flaw resides in the parsing of WebDAV requests within the NGINX HTTP DAV module. The Alias directive, used to map URL paths to filesystem directories, fails to properly validate attacker-supplied data. This leads to an integer underflow — an arithmetic error where a numeric value drops below the minimum representable value — immediately before a memory write.

The underflow corrupts buffer size calculations, enabling out-of-bounds writes. From there, the attacker gains control of the execution flow and can inject arbitrary code. The ZDI advisory specifies that execution occurs in the context of the NGINX service account, with all privileges associated with that operational context.

"This vulnerability allows remote attackers to execute arbitrary code on affected installations of NGINX. Authentication is not required to exploit this vulnerability." — ZDI Advisory ZDI-26-578

Why WebDAV Is Infrastructure's Blind Spot

The WebDAV (Web Distributed Authoring and Versioning) protocol extends HTTP to enable remote file management operations: reading, writing, moving, and copying documents on web servers. NGINX supports it via the ngx_http_dav_module, often enabled on self-hosted cloud storage platforms, corporate file-sharing servers, and data synchronization gateways.

The problem is that these configurations tend to age without maintenance. An administrator enables WebDAV for a temporary need, the service stays active, and the module becomes part of the attack surface without ever re-entering patch management cycles. The ZDI advisory does not list specific affected versions, but the logic is clear: any NGINX instance with the HTTP DAV module active and exposed to the network is potentially at risk.

The combination of pre-authentication RCE and execution as a service account elevates the severity. This is not a simple denial of service or information leak: it is complete server compromise with a single crafted HTTP packet.

Timeline and Responsible Coordination

The vulnerability was reported to the vendor on March 6, 2026. The coordinated advisory release occurred on August 13, 2026, after more than five months of responsible handling. The CVE-2026-27654 record was published the following day, August 14, 2026, at 18:29 UTC.

This timeframe is standard for coordinated disclosure: the window allows the vendor to prepare a patch before technical details become public. However, the ZDI advisory does not specify whether an official patch is available at the time of publication, nor which NGINX versions are affected or unaffected. The dossier also does not document the status of any in-the-wild exploits or the circulation of public proof-of-concept code.

Immediate Actions

The primary source does not list specific remedial measures. Based on the verified facts, operational priorities emerge from the nature of the vulnerability itself:

  • Verify whether the HTTP DAV module is active in your NGINX instances and whether it exposes WebDAV services to the network.
  • Identify configurations with the Alias directive in the context of WebDAV locations, which constitute the documented attack path.
  • Monitor for official updates from the NGINX project or F5 Networks, which manages the enterprise product.
  • Consider temporarily disabling the HTTP DAV module where WebDAV is not functionally necessary, reducing the attack surface.

The Real Problem: Forgotten Modules, Exposed Servers

The lesson of ZDI-26-578 is not only technical. Every year, vulnerabilities surface in optional components of widely distributed software, and every year the story repeats: the module was enabled, no one used it anymore, no one disabled it. The difference here is the severity — pre-auth RCE — and the ubiquity of NGINX, which powers roughly 30% of public web servers according to industry estimates.

The HTTP DAV module is not the core of NGINX, but its legacy configurations are everywhere. For hosting providers, CDNs, and cloud infrastructures offering file management services to customers, this advisory is a specific wake-up call. The rest of the industry should use it as an opportunity to clean up obsolete configurations before they become vectors.

The pre-authentication nature of the flaw eliminates every traditional access barrier. No credential theft is needed, no multi-factor bypass required: just a malformed HTTP request to the DAV module. This ease of access, combined with NGINX's vast install base, makes ZDI-26-578 one of the most significant advisories of the 2026 disclosure cycle.

For security teams, the message is twofold: immediately verify the presence of the DAV module in your configurations, and redefine inventory processes for optional modules. Visibility into what is active, not just what is necessary, remains the first defensive control against this class of threat.

Information has been verified against cited sources and is current as of publication.

Sources


Sources and references
  1. zerodayinitiative.com
  2. cve.org
  3. trendmicro.com