Next.js Affected by Cache Key Confusion for Image Optimization API Routes
Package
Affected versions
>= 15.0.0, <= 15.4.4
>= 0.9.9, < 14.2.31
Patched versions
15.4.5
14.2.31
Description
Published to the GitHub Advisory Database
Aug 29, 2025
Reviewed
Aug 29, 2025
Published by the National Vulnerability Database
Aug 29, 2025
Last updated
Sep 3, 2025
A vulnerability in Next.js Image Optimization has been fixed in v15.4.5 and v14.2.31. When images returned from API routes vary based on request headers (such as
Cookie
orAuthorization
), these responses could be incorrectly cached and served to unauthorized users due to a cache key confusion bug.All users are encouraged to upgrade if they use API routes to serve images that depend on request headers and have image optimization enabled.
More details at Vercel Changelog
References