CVE-2026-27654
Modified
Modified - Updated After Analysis
Buffer Overflow in NGINX ngx_http_dav_module Causes Process Crash
Vulnerability report for CVE-2026-27654, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-03-24
Last updated on: 2026-06-30
Assigner: F5 Networks
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| f5 | nginx_plus | r32 |
| f5 | nginx_plus | r32 |
| f5 | nginx_plus | r33 |
| f5 | nginx_plus | r33 |
| f5 | nginx_plus | r34 |
| f5 | nginx_plus | r32 |
| f5 | nginx_plus | r33 |
| f5 | nginx_plus | r34 |
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r33 |
| f5 | nginx_plus | r34 |
| f5 | nginx_plus | r35 |
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r36 |
| f5 | nginx_plus | r32 |
| f5 | nginx_plus | r35 |
| f5 | nginx_open_source | From 0.5.13 (inc) to 0.9.7 (inc) |
| f5 | nginx_open_source | From 1.29.0 (inc) to 1.29.7 (exc) |
| f5 | nginx_open_source | From 1.0.0 (inc) to 1.28.3 (exc) |
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(). |
| CWE-120 | The product 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. |