Next.js self-hosted applications vulnerable to DoS via Image Optimizer remotePatterns configuration
Package
Affected versions
>= 10.0.0, < 15.5.10
>= 15.6.0-canary.0, < 16.1.5
Patched versions
15.5.10
16.1.5
Description
Published by the National Vulnerability Database
Jan 26, 2026
Published to the GitHub Advisory Database
Jan 27, 2026
Reviewed
Jan 27, 2026
Last updated
Jan 27, 2026
A DoS vulnerability exists in self-hosted Next.js applications that have
remotePatternsconfigured for the Image Optimizer. The image optimization endpoint (/_next/image) loads external images entirely into memory without enforcing a maximum size limit, allowing an attacker to cause out-of-memory conditions by requesting optimization of arbitrarily large images. This vulnerability requires thatremotePatternsis configured to allow image optimization from external domains and that the attacker can serve or control a large image on an allowed domain.Strongly consider upgrading to 15.5.10 and 16.1.5 to reduce risk and prevent availability issues in Next applications.
References