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

CVE-2026-27945: ZITADEL Action V2 SSRF Vulnerability

CVE-2026-27945 is a Server-Side Request Forgery flaw in ZITADEL Action V2 allowing adversaries to probe internal networks through webhook URLs. This article covers the security risk, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27945 Overview

ZITADEL, an open source identity management platform, contains a Server-Side Request Forgery (SSRF) vulnerability in its Action V2 feature. The Action V2 functionality, introduced as an early preview in version 2.59.0, beta in 3.0.0, and generally available in 4.0.0, uses a webhook-based approach that allows developers to act on API requests and customize flows such as token issuance. The vulnerability exists because Action target URLs can point to local hosts, potentially enabling adversaries to gather internal network information and connect to internal services.

Critical Impact

Authenticated attackers with high privileges can exploit this SSRF vulnerability to probe internal network infrastructure, enumerate internal services, and potentially access sensitive resources that should not be externally reachable.

Affected Products

  • ZITADEL versions 2.59.0 through 4.11.0 (Action V2 feature)
  • ZITADEL version 3.0.0 and later (beta Action V2)
  • ZITADEL version 4.0.0 through 4.11.0 (GA Action V2)

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-27945 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27945

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The core issue lies in the Action V2 feature's handling of target URLs for webhook callbacks. When configuring actions, users can specify URLs that the ZITADEL server will contact during various authentication and authorization flows. The platform fails to properly validate these URLs against internal or localhost addresses before making outbound requests.

The vulnerability requires network access and high privileges (administrative access to configure actions), which limits the attack surface. However, once exploited, an adversary can leverage the ZITADEL server as a proxy to make requests to internal network resources. This can lead to information disclosure about internal network topology, service discovery on private networks, and potential access to internal services that lack additional authentication when accessed from trusted internal sources.

ZITADEL Actions expect responses according to specific schemas, which provides some mitigation by limiting the data an attacker can exfiltrate through response parsing. However, the request itself still reaches the internal target, enabling network reconnaissance and potential exploitation of internal services vulnerable to unauthenticated access from trusted networks.

Root Cause

The root cause is the absence of URL validation against a denylist of internal addresses before the ZITADEL server initiates outbound HTTP requests to action target URLs. The Action V2 feature was designed to provide flexibility for webhook integrations but lacked security controls to prevent requests to localhost, loopback addresses (127.0.0.1, ::1), and potentially other private network ranges. This oversight allows privileged users to configure actions that target internal infrastructure rather than legitimate external webhook endpoints.

Attack Vector

The attack requires network access to the ZITADEL instance and high-privilege credentials capable of configuring actions. An attacker would:

  1. Authenticate to ZITADEL with administrative privileges
  2. Create or modify an Action V2 configuration
  3. Set the target URL to point to an internal service (e.g., http://127.0.0.1:8080/admin, http://192.168.1.10/api/internal)
  4. Trigger the action through normal authentication flows
  5. Observe responses or error messages to enumerate internal services and gather network information

The vulnerability can be exploited to scan internal ports, access internal APIs, retrieve metadata from cloud provider metadata services, or interact with other internal services that trust requests from the ZITADEL server's network position.

Detection Methods for CVE-2026-27945

Indicators of Compromise

  • Action configurations with target URLs pointing to localhost, 127.0.0.1, ::1, or private IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Unusual outbound network traffic from the ZITADEL server to internal infrastructure
  • Action audit logs showing repeated failures or unusual response patterns when targeting internal addresses
  • Configuration changes to actions by unexpected or compromised administrative accounts

Detection Strategies

  • Monitor ZITADEL action configurations for target URLs containing localhost, loopback, or private network addresses
  • Implement network monitoring to detect ZITADEL server connections to internal services that are not expected webhook destinations
  • Review administrative audit logs for action creation or modification events, particularly those involving URL changes
  • Deploy egress filtering rules and alert on violations from the ZITADEL application server

Monitoring Recommendations

  • Enable comprehensive logging for all Action V2 configuration changes and executions
  • Configure alerting for any action target URLs that resolve to internal IP addresses
  • Implement network flow monitoring between the ZITADEL server and internal network segments
  • Regularly audit action configurations as part of security review processes

How to Mitigate CVE-2026-27945

Immediate Actions Required

  • Upgrade ZITADEL to version 4.11.1 or later, which includes a denylist check for target URLs
  • Review all existing Action V2 configurations and remove or update any with suspicious target URLs
  • Implement network-level controls to restrict outbound connections from the ZITADEL server
  • Audit administrative access and ensure only trusted personnel can configure actions

Patch Information

The vulnerability is resolved in ZITADEL version 4.11.1, which implements target URL checking against a denylist. By default, localhost and loopback IP addresses are denied. This fix was only released for the v4.x branch. Due to the preview/beta stage of Action V2 in versions 2.x and 3.x, the significant changes since initial implementation, and the actual threat vector, a backport to earlier versions was not deemed feasible by the maintainers.

For detailed patch information, see the GitHub Security Advisory GHSA-7777 and the v4.11.0 release notes.

Workarounds

  • If upgrading to version 4.11.1 is not possible, implement network policies or firewall rules to prevent the ZITADEL server from connecting to internal endpoints
  • Configure egress filtering to allow connections only to known, legitimate webhook destinations
  • Use network segmentation to isolate the ZITADEL server and limit potential SSRF impact
  • Restrict administrative access to action configuration to minimize the risk of malicious configuration
bash
# Example iptables rules to block ZITADEL outbound connections to private networks
# Apply these on the ZITADEL server host

# Block connections to localhost/loopback
iptables -A OUTPUT -p tcp -d 127.0.0.0/8 -m owner --uid-owner zitadel -j DROP

# Block connections to private network ranges
iptables -A OUTPUT -p tcp -d 10.0.0.0/8 -m owner --uid-owner zitadel -j DROP
iptables -A OUTPUT -p tcp -d 172.16.0.0/12 -m owner --uid-owner zitadel -j DROP
iptables -A OUTPUT -p tcp -d 192.168.0.0/16 -m owner --uid-owner zitadel -j DROP

# Block link-local addresses
iptables -A OUTPUT -p tcp -d 169.254.0.0/16 -m owner --uid-owner zitadel -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/TechZitadel

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Release v3.4.7

  • GitHub Release v4.11.0

  • GitHub Security Advisory GHSA-7777
  • Related CVEs
  • CVE-2026-33132: Zitadel Auth Bypass Vulnerability

  • CVE-2026-32132: ZITADEL Auth Bypass Vulnerability

  • CVE-2026-32130: ZITADEL SCIM API Auth Bypass Vulnerability

  • CVE-2026-32131: ZITADEL Information Disclosure Flaw
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