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-32301

CVE-2026-32301: Centrifugo SSRF Vulnerability via JWKS

CVE-2026-32301 is an SSRF flaw in Centrifugo that exploits dynamic JWKS endpoint URLs, allowing attackers to trigger unauthorized outbound requests. This article covers technical details, affected versions, and patches.

Published: March 20, 2026

CVE-2026-32301 Overview

CVE-2026-32301 is a Server-Side Request Forgery (SSRF) vulnerability affecting Centrifugo, an open-source scalable real-time messaging server. The vulnerability exists in versions prior to 6.7.0 when the server is configured with a dynamic JWKS (JSON Web Key Set) endpoint URL using template variables such as {{tenant}}. An unauthenticated attacker can craft a malicious JWT with specially crafted iss (issuer) or aud (audience) claim values that get interpolated into the JWKS fetch URL before the token signature is verified, causing Centrifugo to make outbound HTTP requests to attacker-controlled destinations.

Critical Impact

This SSRF vulnerability allows unauthenticated attackers to force Centrifugo servers to make arbitrary outbound HTTP requests, potentially enabling access to internal services, cloud metadata endpoints, and sensitive internal network resources.

Affected Products

  • Centrifugal Centrifugo versions prior to 6.7.0
  • Centrifugo deployments using dynamic JWKS endpoint configuration with template variables
  • Environments utilizing JWT authentication with multi-tenant JWKS configurations

Discovery Timeline

  • 2026-03-13 - CVE-2026-32301 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-32301

Vulnerability Analysis

The vulnerability stems from improper handling of JWT claims during the JWKS endpoint URL construction process. When Centrifugo is configured to use dynamic JWKS endpoints with template variables (e.g., https://auth.example.com/{{tenant}}/.well-known/jwks.json), the server interpolates user-controlled JWT claim values into the URL path before verifying the token's cryptographic signature.

This creates a pre-authentication SSRF condition where an attacker can submit a crafted JWT containing malicious values in the iss or aud claims. Since these claims are processed and interpolated into the JWKS fetch URL before any signature validation occurs, the attacker can direct Centrifugo to make HTTP requests to arbitrary destinations, including internal network resources, cloud metadata services, or other sensitive endpoints.

Root Cause

The root cause is a CWE-918 (Server-Side Request Forgery) vulnerability resulting from insufficient validation and sanitization of JWT claim values before they are used in URL construction. The template variable interpolation mechanism trusts user-supplied JWT claims without proper bounds checking or URL validation, allowing attackers to inject arbitrary URL components that redirect the JWKS fetch request.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker constructs a JWT with a malicious iss or aud claim containing a URL pointing to an attacker-controlled server or an internal resource. When Centrifugo receives this JWT and attempts to fetch the corresponding JWKS for signature verification, it first interpolates the malicious claim into the URL template, resulting in an outbound request to the attacker-specified destination.

For example, if Centrifugo is configured with a JWKS URL template like https://auth.example.com/{{tenant}}/.well-known/jwks.json, an attacker could craft a JWT where the tenant claim resolves to something like ../../attacker.com/malicious, potentially redirecting the JWKS fetch to an unintended destination. The vulnerability allows attackers to probe internal networks, access cloud metadata endpoints (such as 169.254.169.254), or exfiltrate sensitive data through DNS or HTTP requests to controlled servers.

Detection Methods for CVE-2026-32301

Indicators of Compromise

  • Unusual outbound HTTP requests from Centrifugo servers to internal IP addresses or cloud metadata endpoints
  • JWT tokens containing suspicious or malformed iss or aud claim values with URL-like patterns or path traversal sequences
  • Network traffic from Centrifugo to unexpected external destinations during JWT authentication attempts
  • Log entries showing JWKS fetch failures to unusual or internal URLs

Detection Strategies

  • Monitor Centrifugo logs for JWKS fetch requests to non-standard or internal IP addresses
  • Implement network-level monitoring to detect outbound requests from Centrifugo to internal networks or cloud metadata services
  • Deploy Web Application Firewall (WAF) rules to inspect JWT tokens for suspicious claim patterns
  • Use SIEM correlation rules to identify anomalous authentication patterns involving unusual JWKS endpoints

Monitoring Recommendations

  • Enable verbose logging for JWT authentication and JWKS fetching operations in Centrifugo
  • Configure network monitoring to alert on outbound connections from Centrifugo to RFC 1918 addresses or cloud metadata IPs
  • Implement egress filtering to restrict Centrifugo's ability to make outbound HTTP requests to untrusted destinations
  • Review authentication logs regularly for patterns indicating SSRF exploitation attempts

How to Mitigate CVE-2026-32301

Immediate Actions Required

  • Upgrade Centrifugo to version 6.7.0 or later immediately
  • Audit current JWKS endpoint configurations for use of template variables that may be vulnerable
  • Implement network-level egress controls to restrict outbound HTTP requests from Centrifugo servers
  • Review logs for any evidence of exploitation attempts prior to patching

Patch Information

The vulnerability is fixed in Centrifugo version 6.7.0. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-j77h-rr39-c552.

Workarounds

  • If upgrading immediately is not possible, consider disabling dynamic JWKS endpoint configurations that use template variables
  • Implement strict network egress filtering to prevent Centrifugo from making outbound requests to internal networks or sensitive endpoints
  • Use a static JWKS endpoint configuration instead of dynamic template-based URLs until the patch can be applied
  • Deploy a reverse proxy in front of Centrifugo that validates JWT claims before forwarding requests
bash
# Example network egress restriction using iptables
# Block outbound connections from Centrifugo to internal networks and cloud metadata
iptables -A OUTPUT -m owner --uid-owner centrifugo -d 169.254.169.254 -j DROP
iptables -A OUTPUT -m owner --uid-owner centrifugo -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner centrifugo -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner centrifugo -d 192.168.0.0/16 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechCentrifugo

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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