The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34076

CVE-2026-34076: Clerk JavaScript SSRF Vulnerability

CVE-2026-34076 is a Server-Side Request Forgery flaw in Clerk JavaScript that allows attackers to exfiltrate secret keys. This article covers technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-34076 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in multiple Clerk JavaScript authentication libraries. The clerkFrontendApiProxy function in @clerk/backend is vulnerable to SSRF attacks, allowing an unauthenticated attacker to craft a malicious request path that causes the proxy to send the application's Clerk-Secret-Key to an attacker-controlled server. This vulnerability affects several Clerk packages including @clerk/hono, @clerk/express, @clerk/backend, and @clerk/fastify.

Critical Impact

Unauthenticated attackers can exfiltrate the Clerk-Secret-Key credential, potentially compromising the entire authentication infrastructure of affected applications.

Affected Products

  • @clerk/hono versions 0.1.0 to before 0.1.5
  • @clerk/express versions 2.0.0 to before 2.0.7
  • @clerk/backend versions 3.0.0 to before 3.2.3
  • @clerk/fastify versions 3.1.0 to before 3.1.5

Discovery Timeline

  • 2026-04-01 - CVE CVE-2026-34076 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34076

Vulnerability Analysis

This vulnerability is classified as CWE-918: Server-Side Request Forgery (SSRF). The flaw exists within the clerkFrontendApiProxy function found in the @clerk/backend package. When the proxy processes incoming requests, it fails to properly validate and sanitize the request path, allowing attackers to manipulate the destination of outbound requests.

The critical security implication is that the proxy inadvertently includes sensitive authentication credentials—specifically the Clerk-Secret-Key—in requests directed to attacker-controlled endpoints. This key is used to authenticate server-side operations with Clerk's API, and its exposure could allow attackers to impersonate the application, access user data, or manipulate authentication flows.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the clerkFrontendApiProxy function. The proxy mechanism does not adequately restrict or sanitize the request path parameter, enabling path manipulation attacks. When an attacker crafts a specially formatted request path, the proxy follows the redirect to an external server while including authentication headers containing the secret key.

Attack Vector

The attack can be executed remotely over the network without any authentication. An attacker crafts a malicious HTTP request with a manipulated path that causes the Clerk proxy to redirect the request to an attacker-controlled server. The proxy includes the Clerk-Secret-Key in the outbound request headers, which the attacker's server captures. This credential theft occurs without user interaction and requires no prior access to the target system.

The attack flow involves sending a crafted request to an application endpoint that uses the vulnerable clerkFrontendApiProxy function. The proxy misinterprets the manipulated path and initiates an outbound request to the attacker's server, inadvertently forwarding sensitive authentication credentials. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34076

Indicators of Compromise

  • Unusual outbound HTTP requests from application servers to external, unknown endpoints
  • Unexpected requests containing Clerk-Secret-Key headers to non-Clerk domains
  • Log entries showing abnormal proxy redirections or path traversal patterns
  • Authentication anomalies suggesting credential compromise or unauthorized API access

Detection Strategies

  • Monitor outbound network traffic for connections to unexpected external hosts from servers running Clerk-enabled applications
  • Implement web application firewall (WAF) rules to detect and block requests with suspicious path manipulation patterns
  • Review application logs for unusual request paths targeting the Clerk proxy endpoints
  • Deploy network-level anomaly detection to identify credential exfiltration attempts

Monitoring Recommendations

  • Enable verbose logging on Clerk SDK functions, particularly around proxy operations
  • Set up alerts for outbound requests containing authentication headers to non-whitelisted domains
  • Monitor for sudden spikes in authentication failures that may indicate compromised credentials
  • Implement real-time monitoring of API key usage patterns through Clerk's dashboard

How to Mitigate CVE-2026-34076

Immediate Actions Required

  • Upgrade @clerk/hono to version 0.1.5 or later immediately
  • Upgrade @clerk/express to version 2.0.7 or later
  • Upgrade @clerk/backend to version 3.2.3 or later
  • Upgrade @clerk/fastify to version 3.1.5 or later
  • Rotate all Clerk-Secret-Key credentials as a precaution if exploitation is suspected

Patch Information

Clerk has released patches for all affected packages. The security issue has been resolved 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. Organizations should update their dependencies to these patched versions immediately. For complete patch details and changelog information, refer to the GitHub Security Advisory.

Workarounds

  • Restrict outbound network access from application servers to only known, trusted endpoints using firewall rules
  • Implement additional proxy validation at the application layer to sanitize request paths before processing
  • Temporarily disable the clerkFrontendApiProxy function if not critical to operations until patching is complete
  • Deploy a reverse proxy or WAF in front of the application to filter malicious request patterns
bash
# Update Clerk packages to patched versions
npm update @clerk/backend@3.2.3
npm update @clerk/express@2.0.7
npm update @clerk/hono@0.1.5
npm update @clerk/fastify@3.1.5

# Verify installed versions
npm list @clerk/backend @clerk/express @clerk/hono @clerk/fastify

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechClerk

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-41248: Clerk JavaScript Auth Bypass Vulnerability

  • CVE-2025-53548: Clerk Webhook Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English