CVE-2026-34076
Received
Received - Intake
SSRF in Clerk Backend Exposes Secret Key to Attackers
Publication date: 2026-04-01
Last updated on: 2026-04-01
Assigner: GitHub, Inc.
Description
Description
Clerk JavaScript is the official JavaScript repository for Clerk authentication. In @clerk/hono from versions 0.1.0 to before 0.1.5, @clerk/express from versions 2.0.0 to before 2.0.7, @clerk/backend from versions 3.0.0 to before 3.2.3, and @clerk/fastify from versions 3.1.0 to before 3.1.5, the clerkFrontendApiProxy function in @clerk/backend is vulnerable to Server-Side Request Forgery (SSRF). An unauthenticated attacker can craft a request path that causes the proxy to send the application's Clerk-Secret-Key to an attacker-controlled server. This issue has been patched in @clerk/hono version 0.1.5, @clerk/express version 2.0.7, @clerk/backend version 3.2.3, and @clerk/fastify version 3.1.5.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| clerk | backend | From 3.0.0 (inc) to 3.2.2 (inc) |
| clerk | express | From 2.0.0 (inc) to 2.0.6 (inc) |
| clerk | fastify | From 3.1.0 (inc) to 3.1.4 (inc) |
| clerk | hono | From 0.1.0 (inc) to 0.1.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |