PatchSiren cyber security CVE debrief
CVE-2026-64644 vercel CVE debrief
CVE-2026-64644 is a vulnerability in the Next.js Image Optimization API that can cause CPU exhaustion. The vulnerability affects Next.js versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10. The issue has been fixed in versions 15.5.21 and 16.2.11. This vulnerability allows malicious content in remotely hosted images to cause CPU exhaustion in /_next/image endpoints when config.images.remotePatterns is configured. The vulnerability has a CVSS score of 6.3 and a severity of MEDIUM.
- Vendor
- vercel
- Product
- next.js
- CVSS
- MEDIUM 6.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-27
- Original CVE updated
- 2026-07-27
- Advisory published
- 2026-07-27
- Advisory updated
- 2026-07-27
Who should care
Developers and administrators using Next.js versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10 should be aware of this vulnerability and take steps to defend against it. They should review and restrict config.images.remotePatterns, monitor /_next/image endpoints for unusual activity, and implement compensating controls to prevent CPU exhaustion.
Technical summary
The vulnerability is caused by the Image Optimization API's ability to optimize remotely hosted images if configured. If those images contain malicious content, they can cause CPU exhaustion in /_next/image endpoints. The vulnerability only affects config.images.remotePatterns and not config.images.unoptimized: true, config.images.loader: 'custom', and Vercel. The issue has been addressed in versions 15.5.21 and 16.2.11.
Defensive priority
Medium
Recommended defensive actions
- Update Next.js to version 15.5.21 or 16.2.11
- Review and restrict config.images.remotePatterns
- Monitor /_next/image endpoints for unusual activity
- Implement compensating controls to prevent CPU exhaustion
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-07-27T18:16:59.307Z and has not been modified since then. The NVD entry is currently 6.3, MEDIUM. The vulnerability affects Next.js versions 15.5.0 through 15.5.20 and 16.0.0 through 16.2.10. The issue has been fixed in versions 15.5.21 and 16.2.11. Evidence limits suggest that defenders verify the configuration of config.images.remotePatterns and review /_next/image endpoints for unusual activity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64644 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64644
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64644 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64644
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/vercel/next.js/commit/93cb90891402fa4c47798d03cb9e05c13233766c
-
Source reference
Unverified legacy reference
URL: https://github.com/vercel/next.js/pull/96006
-
Source reference
Unverified legacy reference
URL: https://github.com/vercel/next.js/releases/tag/v15.5.21
-
Source reference
Unverified legacy reference
URL: https://github.com/vercel/next.js/releases/tag/v16.2.11
-
Source reference
Unverified legacy reference
URL: https://github.com/vercel/next.js/security/advisories/GHSA-q8wf-6r8g-63ch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.