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
or Authorization
), 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
{ "severity": "MODERATE", "github_reviewed_at": "2025-08-29T22:06:22Z", "nvd_published_at": null, "cwe_ids": [ "CWE-524" ], "github_reviewed": true }