Server-Side Request Forgery (SSRF) in NukeViet - CVE-2026-55372
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to coerce the server into issuing HTTP requests to an attacker-chosen host and poison cached response headers.
The vulnerability exists due to server-side request forgery (SSRF) in server_info_update() and forwarded-header handling when processing a POST request with the __serverInfoUpdate=1 field and spoofed X-Forwarded-Host and X-Forwarded-Proto headers. A remote attacker can send a specially crafted request to coerce the server into issuing HTTP requests to an attacker-chosen host and poison cached response headers.
The issue is reachable before authentication, and the SSRF is blind, HEAD-only, and limited to a fixed request path.