<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Next.js</title>
  <link>https://cvedaily.com/pages/tags/nextjs.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/nextjs.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Next.js</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:43 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2026-9566 – A vulnerability was identified in teableio teable up to 1.9.x. This impacts an u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9566</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9566</guid>
    <pubDate>Tue, 26 May 2026 18:16:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9566</strong></p>
  <p>A vulnerability was identified in teableio teable up to 1.9.x. This impacts an unknown function of the file apps/nextjs-app/src/features/auth/pages/LoginPage.tsx of the component Sign-up. The manipulation of the argument redirect leads to cross site scripting. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. Upgrading to version release.2026-…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9566">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-44572 – Next.js is a React framework for building full-stack web applications. From 12.2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44572</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44572</guid>
    <pubDate>Wed, 13 May 2026 16:16:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-44572</strong></p>
  <p>Next.js is a React framework for building full-stack web applications. From 12.2.0 to before 15.5.16 and 16.2.5, an external client could send a x-nextjs-data header on a normal request to a path handled by middleware that returns a redirect. When that happened, the middleware/proxy could treat the request as a data request and replace the standard Location redirect header with the internal x-nex…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-349</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44572">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42349 – Clerk JavaScript is the official JavaScript repository for Clerk authentication...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42349</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42349</guid>
    <pubDate>Mon, 11 May 2026 17:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42349</strong></p>
  <p>Clerk JavaScript is the official JavaScript repository for Clerk authentication. has(), auth.protect(), and related authorization predicates in @clerk/shared, @clerk/nextjs, @clerk/backend, and other framework SDKs can return true for certain combined authorization checks when the result should be false, allowing a gated action to proceed for a user who does not satisfy the full set of requested…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-754</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42349">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41248 – Clerk JavaScript is the official JavaScript repository for Clerk authentication...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41248</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41248</guid>
    <pubDate>Fri, 24 Apr 2026 21:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41248</strong></p>
  <p>Clerk JavaScript is the official JavaScript repository for Clerk authentication. createRouteMatcher in @clerk/nextjs, @clerk/nuxt, and @clerk/astro can be bypassed by certain crafted requests, allowing them to skip middleware gating and reach downstream handlers. This vulnerability is fixed in @clerk/astro 1.5.7, 2.17.10, and 3.0.15; @clerk/nextjs 5.7.6, 6.39.2, and 7.2.1; @clerk/nuxt 1.13.28 and…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-436</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41248">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32887 – Effect is a TypeScript framework that consists of several packages that work tog...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32887</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32887</guid>
    <pubDate>Fri, 20 Mar 2026 22:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32887</strong></p>
  <p>Effect is a TypeScript framework that consists of several packages that work together to help build TypeScript applications. Prior to version 3.20.0, when using `RpcServer.toWebHandler` (or `HttpApp.toWebHandlerRuntime`) inside a Next.js App Router route handler, any Node.js `AsyncLocalStorage`-dependent API called from within an Effect fiber can read another concurrent request's context — or no…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32887">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-30942 – Flare is a Next.js-based, self-hostable file sharing platform that integrates wi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30942</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30942</guid>
    <pubDate>Tue, 10 Mar 2026 18:18:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-30942</strong></p>
  <p>Flare is a Next.js-based, self-hostable file sharing platform that integrates with screenshot tools. Prior to 1.7.3, an authenticated path traversal vulnerability in /api/avatars/[filename] allows any logged-in user to read arbitrary files from within the application container. The filename URL parameter is passed to path.join() without sanitization, and getFileStream() performs no path validatio…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30942">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-64762 – The AuthKit library for Next.js provides convenient helpers for authentication a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64762</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64762</guid>
    <pubDate>Fri, 21 Nov 2025 02:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-64762</strong></p>
  <p>The AuthKit library for Next.js provides convenient helpers for authentication and session management using WorkOS & AuthKit with Next.js. In authkit-nextjs version 2.11.0 and below, authenticated responses do not defensively apply anti-caching headers. In environments where CDN caching is enabled, this can result in session tokens being included in cached responses and subsequently served to mul…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-524</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64762">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-6087 – A Server-Side Request Forgery (SSRF) vulnerability was identified in the @openne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6087</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6087</guid>
    <pubDate>Mon, 16 Jun 2025 19:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-6087</strong></p>
  <p>A Server-Side Request Forgery (SSRF) vulnerability was identified in the @opennextjs/cloudflare package. The vulnerability stems from an unimplemented feature in the Cloudflare adapter for Open Next, which allowed unauthenticated users to proxy arbitrary remote content via the /_next/image endpoint.  This issue allowed attackers to load remote resources from arbitrary hosts under the victim site’…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6087">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48947 – The Auth0 Next.js SDK is a library for implementing user authentication in Next...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48947</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48947</guid>
    <pubDate>Wed, 04 Jun 2025 21:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48947</strong></p>
  <p>The Auth0 Next.js SDK is a library for implementing user authentication in Next.js applications. In Auth0 Next.js SDK versions 4.0.1 through 4.6.0, `__session` cookies set by auth0.middleware may be cached by CDNs due to missing Cache-Control headers. Three preconditions must be met in order for someone to be affected by the vulnerability: Applications using the NextJS-Auth0 SDK, versions between…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-525</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48947">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-34350 – Next.js is a React framework that can provide building blocks to create web appl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-34350</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-34350</guid>
    <pubDate>Tue, 14 May 2024 15:38:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-34350</strong></p>
  <p>Next.js is a React framework that can provide building blocks to create web applications. Prior to 13.5.1, an inconsistent interpretation of a crafted HTTP request meant that requests are treated as both a single request, and two separate requests by Next.js, leading to desynchronized responses. This led to a response queue poisoning vulnerability in the affected Next.js versions. For a request t…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-34350">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-23841 – apollo-client-nextjs is the Apollo Client support for the Next.js App Router. Th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-23841</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-23841</guid>
    <pubDate>Tue, 30 Jan 2024 18:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-23841</strong></p>
  <p>apollo-client-nextjs is the Apollo Client support for the Next.js App Router. The @apollo/experimental-apollo-client-nextjs NPM package is vulnerable to a cross-site scripting vulnerability. To exploit this vulnerability, an attacker would need to either inject malicious input (e.g. by redirecting a user to a specifically-crafted link) or arrange to have malicious input be returned by a GraphQL s…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-80</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23841">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-36046 – Next.js is a React framework that can provide building blocks to create web appl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-36046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-36046</guid>
    <pubDate>Wed, 31 Aug 2022 19:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-36046</strong></p>
  <p>Next.js is a React framework that can provide building blocks to create web applications. All of the following must be true to be affected by this CVE: Next.js version 12.2.3, Node.js version above v15.0.0 being used with strict `unhandledRejection` exiting AND using next start or a [custom server](https://nextjs.org/docs/advanced-features/custom-server). Deployments on Vercel ([vercel.com](https…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-36046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-32702 – The Auth0 Next.js SDK is a library for implementing user authentication in Next...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-32702</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-32702</guid>
    <pubDate>Fri, 25 Jun 2021 17:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-32702</strong></p>
  <p>The Auth0 Next.js SDK is a library for implementing user authentication in Next.js applications. Versions before and including `1.4.1` are vulnerable to reflected XSS. An attacker can execute arbitrary code by providing an XSS payload in the `error` query parameter which is then processed by the callback handler as an error message. You are affected by this vulnerability if you are using `@auth0/…</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-32702">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
