Server-Side Request Forgery (SSRF) in Next.js - CVE-2026-64649
Published: July 22, 2026
Next.js
Detailed vulnerability description
The vulnerability allows a remote attacker to cause the server to send outbound requests to a malicious host and disclose sensitive information.
The vulnerability exists due to improper input validation in Server Actions when forwarding or redirecting requests using Host-associated headers controlled by the request. A remote attacker can supply crafted Host-associated headers to cause the server to send outbound requests to a malicious host and disclose sensitive information.
Applications are affected when the incoming host header is not fixed to a trusted value.