Security fixes only

Security fixes, not release notes

When a framework publishes a security advisory, this page tracks the details teams need for patch triage: affected ranges, fixed versions, CVEs, workarounds, severity, and the original advisory. Feature releases and routine changelog noise stay out.

Published fixes 122 Projects 4 High/Critical 43

Most recent vulnerability

Next.js: Cache confusion of response bodies for requests with bodies

CVE-2026-64648 Medium

Impact

A server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST’s response body would then leak to unauthorized requests. Though the request itself will not be deduped.

This only applies to fetch calls with a request that has a different init than the one passed to fetch. Safe: fetch(new Request(init), init) Unsafe: fetch(new Request(init), aDifferentInit)

Workarounds

No workaro…

Affected component
next
Fixed in
15.5.21, 16.2.11
View Next.js fixes

Tracked projects