NGINX DAV Module Buffer Overflow via MOVE/COPY
CVE-2026-27654 Published on March 24, 2026
NGINX ngx_http_dav_module vulnerability
NGINX Open Source and NGINX Plus have a vulnerability in the ngx_http_dav_module module that might allow an attacker to trigger a buffer overflow to the NGINX worker process; this vulnerability may result in termination of the NGINX worker process or modification of source or destination file names outside the document root. This issue affects NGINX Open Source and NGINX Plus when the configuration file uses DAV module MOVE or COPY methods, prefix location (nonregular expression location configuration), and alias directives. The integrity impact is constrained because the NGINX worker process user has low privileges and does not have access to the entire system. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Vulnerability Analysis
CVE-2026-27654 is exploitable with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality, with no impact on integrity, and a high impact on availability.
Weakness Types
Heap-based Buffer Overflow
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().
What is a Classic Buffer Overflow Vulnerability?
The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow. A buffer overflow condition exists when a program attempts to put more data in a buffer than it can hold, or when a program attempts to put data in a memory area outside of the boundaries of a buffer. The simplest type of error, and the most common cause of buffer overflows, is the "classic" case in which the program copies the buffer without restricting how much is copied. Other variants exist, but the existence of a classic overflow strongly suggests that the programmer is not considering even the most basic of security protections.
CVE-2026-27654 has been classified to as a Classic Buffer Overflow vulnerability or weakness.
Products Associated with CVE-2026-27654
You can be notified by email with stack.watch whenever vulnerabilities like CVE-2026-27654 are published in these products:
Affected Versions
F5 NGINX Open Source:- Version 1.29.0 and below 1.29.7 is affected.
- Version 0.5.13 and below 1.28.3 is affected.
- Version R36 and below R36 P3 is affected.
- Version R35 and below R35 P2 is affected.
- Version R34 and below * is affected.
- Version R33 and below * is affected.
- Version R32 and below R32 P5 is affected.
- Version 2:1.26.3-2.el10_1.1 and below * is unaffected.
- Version 2:1.26.3-1.el10_0.8 and below * is unaffected.
- Version 8100020260401080144.489197e6 and below * is unaffected.
- Version 9070020260331134728.9 and below * is unaffected.
- Version 2:1.20.1-24.el9_7.2 and below * is unaffected.
- Version 9070020260407080353.9 and below * is unaffected.
- Version 1:1.20.1-10.el9_0.3 and below * is unaffected.
- Version 1:1.20.1-14.el9_2.5 and below * is unaffected.
- Version 1:1.20.1-16.el9_4.5 and below * is unaffected.
- Version 9040020260504195322.9 and below * is unaffected.
- Version 2:1.20.1-22.el9_6.5 and below * is unaffected.
- Version 9060020260504194843.9 and below * is unaffected.
- Version 9060020260504154614.9 and below * is unaffected.
- Version 1.30.0-1.hum1 and below * is unaffected.
- Version 1776868774 and below * is unaffected.
- Version 1776868842 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.