Next.js: Unbounded next/image disk cache growth can exhaust storage
CVSS_V4
Vector String
CVSS:4.0/AV:N/AC:L/PR:N/UI:N
The default Next.js image optimization disk cache (/_next/image) did not have a configurable upper bound, allowing unbounded cache growth.
An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service. Note that this does not impact platforms that have their own image optimization capabilities, such as Vercel.
Fixed by adding an LRU-backed disk cache with images.maximumDiskCacheSize, including eviction of least-recently-used entries when the limit is exceeded. Setting maximumDiskCacheSize: 0 disables disk caching.
If upgrade is not immediately possible:
.next/cache/images.images.localPatterns, images.remotePatterns, and images.qualities)