Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
Medium

Next.js x-nextjs-data Redirect Cache Poisoning

IdentifiersCVE-2026-44572CWE-349· Acceptance of Extraneous Untrusted…

A cache poisoning vulnerability in Next.js affects versions 12.2.0 through before 15.5.16 and 16.2.5. An external client can send the x-nextjs-data header on an otherwise normal request to a path handled by middleware that returns a redirect. In the vulnerable logic, the middleware/proxy may incorrectly treat that request as an internal data request and replace the normal HTTP Location redirect header with the internal x-nextjs-redirect header. Because standard browsers do not follow x-nextjs-redirect, the resulting response is not a usable redirect for normal clients. When the application is deployed behind a CDN or reverse proxy that caches 3xx responses without varying on the x-nextjs-data header, this behavior allows a malicious request to poison the cached redirect response for the affected path.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation enables denial of service for affected redirect paths. A single attacker-controlled request can cause an intermediary cache to store a malformed redirect response lacking a standard Location header. Subsequent users requesting the same path may receive the poisoned cached 3xx response, and their browsers will not follow the redirect. The condition persists until the cache entry expires or is explicitly purged.

Mitigation

If you can’t patch tonight, do this now.

If immediate upgrade is not possible, configure the CDN or reverse proxy so cache keys vary on the x-nextjs-data header for affected responses, especially cached 3xx redirects. More generally, avoid sharing cache entries between internal framework data requests and normal browser requests, and consider disabling caching of redirect responses on affected middleware/proxy paths until patched.

Remediation

Patch, then assume compromise.

Upgrade Next.js to a fixed version: 15.5.16 or 16.2.5 or later. According to the provided advisory context, the upstream fix prevents redirect handling from trusting x-nextjs-data alone and requires internal routing-state validation before treating a request as an internal data request.
PUBLIC EXPLOITS

Exploits

No valid public exploits. Mallory filtered out 1 candidate as fakes, detection scripts, or README-only repos.

VALID 0 / 1 TOTALView more in app

All candidate exploits were filtered out by Mallory's validation.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
VercelNextapplication
VercelNext.Jsapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

2 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity2

Community discussion across Reddit, Mastodon, and other social sources.