<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>CVE-2026-64642 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-64642/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 22 Jul 2026 23:04:48 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-64642/feed.xml" rel="self" type="application/rss+xml"/><item><title>Next.js App Router Middleware/Proxy Bypass Vulnerability (CVE-2026-64642)</title><link>https://feed.craftedsignal.io/briefs/2026-07-nextjs-middleware-bypass/</link><pubDate>Wed, 22 Jul 2026 23:04:48 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-nextjs-middleware-bypass/</guid><description>A high-severity vulnerability, CVE-2026-64642, in Next.js App Router applications built with Turbopack and configured with a single locale entry allows attackers to bypass middleware and proxy-based authentication mechanisms through specially crafted HTTP requests, leading to unauthorized access to protected resources.</description><content:encoded><![CDATA[<p>A critical vulnerability, tracked as CVE-2026-64642, has been identified in Next.js applications utilizing the App Router, built with Turbopack, and configured with a single entry in <code>config.i18n.locales</code>. This flaw enables an unauthenticated attacker to craft specific HTTP requests that bypass authentication mechanisms implemented via middleware or a proxy. The vulnerability allows unauthorized access to resources and data that should otherwise be protected, potentially compromising the confidentiality of sensitive information. This issue affects Next.js versions 16.0.0 up to, but not including, 16.2.11, and was patched in version 16.2.11. Defenders need to prioritize patching to prevent unauthorized access to their applications.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a public-facing Next.js application that uses the App Router, is built with Turbopack, and has a <code>config.i18n.locales</code> configuration with only one locale entry.</li>
<li>The attacker crafts a specially formed HTTP request, potentially manipulating URI paths, headers, or query parameters, targeting a resource typically protected by the application's middleware or proxy.</li>
<li>The Next.js application processes the crafted HTTP request before the middleware or proxy can correctly enforce authorization policies.</li>
<li>Due to the underlying logic flaw (CVE-2026-64642) related to Turbopack and single locale configuration, the application's routing mechanism inadvertently circumvents the authentication checks.</li>
<li>The attacker successfully bypasses the middleware or proxy-based authentication mechanism.</li>
<li>The application grants the attacker unauthorized access to protected pages, API routes, or other resources, enabling data exfiltration or further malicious actions depending on the nature of the exposed resources.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-64642 results in unauthorized access to sensitive or protected resources within Next.js applications. This can lead to severe consequences, including the exposure of confidential user data, administrative credentials, or proprietary business information. Organizations relying on middleware or proxy layers for authentication and authorization in their Next.js App Router applications (versions &gt;= 16.0.0, &lt; 16.2.11) are at risk of data breaches and compromise of application integrity. While no specific victim counts or targeted sectors are provided, any organization running affected Next.js configurations is vulnerable.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all affected Next.js App Router applications to version 16.2.11 or newer to remediate CVE-2026-64642 immediately.</li>
<li>If immediate upgrade is not possible, enforce authorization checks directly within the page's server-side data fetching logic instead of solely relying on middleware for protection against CVE-2026-64642.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>middleware-bypass</category><category>next.js</category><category>turbopack</category><category>CVE-2026-64642</category></item></channel></rss>