Intel

AIKIDO-2026-339670

next is vulnerable to Sensitive Information Disclosure

Sensitive Information DisclosureCVE-2026-64643 Published 5 days ago

63

Medium Risk

This Affects:

JSnext
13.0.0 - 15.5.20
Fixed in 15.5.21
16.0.0 - 16.2.10
Fixed in 16.2.11
Are you affected? Scan for Free

TL;DR

In Next.js applications using the App Router, identifiers for Server Actions (use server) and use cache endpoints are emitted into publicly served client artifacts such as static chunks. An unauthenticated visitor can read these artifacts to enumerate internal Server Function endpoints even on pages that are otherwise gated by authentication. On its own this is a reconnaissance primitive, but it increases risk when combined with weak authorization at the function boundary. The fix reduces exposure of these internal endpoint identifiers.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application uses the App Router with Server Actions or use cache endpoints.

Background info

next is vulnerable to Sensitive Information Disclosure in versions 13.0.0 - 15.5.20 and 16.0.0 - 16.2.10.

How to fix this

Upgrade the next library to the patch version.