CVE-2026-42349

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 conditions. This call shape can be bypassed if certain conditions are met: a has() or auth.protect() call that combines a reverification check with any of role, permission, feature, or plan, or that combines a billing check (feature or plan) with a role or permission check. This vulnerability is fixed in @clerk/clerk-js 5.125.10 and 6.7.5.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:clerk:clerk\/astro:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/astro:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/backend:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/backend:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/chrome-extension:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/chrome-extension:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/clerk-expo:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/clerk-js:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/clerk-js:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/clerk-react:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/expo:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/express:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/express:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/fastify:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/fastify:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/hono:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/nextjs:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/nextjs:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/nuxt:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/nuxt:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/react:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/react-router:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/react-router:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/shared:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/shared:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/tanstack-react-start:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/tanstack-react-start:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/vue:*:*:*:*:*:node.js:*:*
cpe:2.3:a:clerk:clerk\/vue:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-05-11 17:16

Updated : 2026-06-17 10:47


NVD link : CVE-2026-42349

Mitre link : CVE-2026-42349

CVE.ORG link : CVE-2026-42349


JSON object : View

Products Affected

clerk

  • clerk\/react
  • clerk\/react-router
  • clerk\/chrome-extension
  • clerk\/astro
  • clerk\/express
  • clerk\/nextjs
  • clerk\/hono
  • clerk\/vue
  • clerk\/nuxt
  • clerk\/clerk-expo
  • clerk\/tanstack-react-start
  • clerk\/backend
  • clerk\/expo
  • clerk\/clerk-react
  • clerk\/shared
  • clerk\/clerk-js
  • clerk\/fastify
CWE
CWE-754

Improper Check for Unusual or Exceptional Conditions

CWE-863

Incorrect Authorization