Encoding Error in NGINX Open Source - CVE-2026-42926
Published: May 14, 2026
NGINX Open Source
Detailed vulnerability description
The vulnerability allows a remote attacker to inject arbitrary HTTP/2 frame headers and payload bytes into the upstream connection.
The vulnerability exists due to encoding error in the ngx_http_proxy_v2_module module when proxying HTTP/2 traffic with proxy_http_version set to 2 and using proxy_set_body. A remote attacker can send crafted input to inject arbitrary HTTP/2 frame headers and payload bytes into the upstream connection.
This can lead to desynchronization between NGINX and the upstream HTTP/2 peer. There is no control plane exposure; this is a data plane issue only.