CVE-2026-32647: NGINX ngx_http_mp4_module vulnerability
Last updated 6 June 2026
Other sources
NGINX Open Source and NGINX Plus have a vulnerability in the ngxhttpmp4module module, which might allow an attacker to trigger a buffer over-read or over-write to the NGINX worker memory resulting in its termination or possibly code execution, using a specially crafted MP4 file. This issue affects NGINX Open Source and NGINX Plus if it is built with the ngxhttpmp4module module and the mp4 directive is used in the configuration file. Additionally, the attack is possible only if an attacker can trigger the processing of a specially crafted MP4 file with the ngxhttpmp4module module.
— F5
Out-of-Bounds Read/Write vulnerability in the ngxhttpmp4module of NGINX Open Source and NGINX Plus. The flaw is caused by improper handling of specially crafted MP4 files during processing. When such a file is parsed, it can trigger a buffer over-read or overwrite in worker memory, leading to process termination or undefined behavior. This vulnerability can be exploited by a local authenticated attacker capable of supplying a malicious MP4 file, potentially causing denial-of-service or achieving code execution under certain conditions.
— Red Hat
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 36 - Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 1.29.71.28.3 - Upgrade
Upgrade
debian/nginxto a version that resolves this vulnerability.Fixed in 1.18.0-6.1+deb11u6Fixed in 1.22.1-9+deb12u6Fixed in 1.22.1-9+deb12u7Fixed in 1.26.3-3+deb13u4Fixed in 1.26.3-3+deb13u5Fixed in 1.30.1-3 - Configuration
To prevent exploitation via specially crafted MP4 files, do not use the mp4 directive in your NGINX configuration when the ngx_http_mp4_module is built.
NGINX ngx_http_mp4_module mp4 directive (in NGINX configuration) = remove/avoid usage - Compensating control
Ensure attackers cannot trigger processing of specially crafted MP4 files by restricting/denying access to any endpoints or paths that would cause NGINX to process MP4 content via ngx_http_mp4_module (e.g., restrict who can upload/submit MP4s and limit access to MP4 processing locations).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-32647?
CVE-2026-32647 has a high severity rating due to potential buffer over-read or over-write vulnerabilities in the NGINX ngx_http_mp4_module.
How do I fix CVE-2026-32647?
To fix CVE-2026-32647, upgrade to NGINX Open Source version 1.29.71.28.3 or NGINX Plus version 36 or newer.
What are the affected versions for CVE-2026-32647?
CVE-2026-32647 affects NGINX Open Source versions from 1.1.19 to 1.29.6 and NGINX Plus version 32.
What is the impact of CVE-2026-32647?
The impact of CVE-2026-32647 may lead to NGINX worker memory termination or potential code execution by an attacker.
Is CVE-2026-32647 related to specific NGINX configurations?
Yes, CVE-2026-32647 is specifically related to the configuration and usage of the ngx_http_mp4_module in NGINX.