Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-49753

CVE-2024-49753: Zitadel Auth Bypass Vulnerability

CVE-2024-49753 is an authentication bypass flaw in Zitadel that allows attackers to circumvent localhost restrictions via DNS manipulation. This article covers the technical details, affected versions, and mitigation.

Published: March 31, 2026

CVE-2024-49753 Overview

CVE-2024-49753 is a Server-Side Request Forgery (SSRF) vulnerability in Zitadel, an open-source identity infrastructure software. The flaw exists in the URL validation mechanism of Zitadel actions, where the isHostBlocked check designed to prevent requests to localhost (127.0.0.1) can be bypassed through DNS rebinding. An attacker can create a DNS record that resolves to 127.0.0.1, effectively circumventing the intended security measures and enabling actions to send requests to localhost despite the blocklist.

Critical Impact

This vulnerability allows unauthorized access to unsecured internal endpoints, potentially exposing sensitive information or enabling attackers to interact with internal services that were never intended to be publicly accessible.

Affected Products

  • Zitadel versions prior to 2.64.1
  • Zitadel versions prior to 2.63.6
  • Zitadel versions prior to 2.62.8
  • Zitadel versions prior to 2.61.4
  • Zitadel versions prior to 2.60.4
  • Zitadel versions prior to 2.59.5
  • Zitadel versions prior to 2.58.7

Discovery Timeline

  • 2024-10-25 - CVE-2024-49753 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2024-49753

Vulnerability Analysis

This SSRF vulnerability stems from improper input validation in Zitadel's URL handling mechanism within the actions feature. The isHostBlocked function was designed as a security control to prevent server-side requests from targeting localhost and other internal addresses. However, the implementation validates the hostname at the time of URL parsing without accounting for DNS resolution behavior, creating a time-of-check time-of-use (TOCTOU) condition that attackers can exploit.

The vulnerability allows unauthenticated remote attackers to bypass localhost restrictions and access internal services. Since Zitadel is an identity management platform, internal endpoints may contain authentication tokens, user data, configuration information, or administrative interfaces. Successful exploitation could lead to significant confidentiality and integrity impacts, including credential theft, privilege escalation, or further lateral movement within the infrastructure.

Root Cause

The root cause is improper input validation (CWE-20) in the URL validation logic. The isHostBlocked function checks whether the provided URL hostname matches blocked addresses like 127.0.0.1 or localhost. However, this check operates on the hostname string rather than the resolved IP address. An attacker can register a custom domain (e.g., evil.attacker.com) that resolves to 127.0.0.1 in DNS. When Zitadel processes the action, the hostname passes the blocklist check, but the actual HTTP request is made to the loopback address.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker exploits this vulnerability through the following mechanism:

  1. The attacker registers a domain under their control (e.g., localhost-bypass.attacker.com)
  2. The attacker configures DNS to resolve this domain to 127.0.0.1
  3. The attacker creates or modifies a Zitadel action to make HTTP requests to their malicious domain
  4. When the action executes, the isHostBlocked check passes because the hostname is not literally localhost or 127.0.0.1
  5. The actual HTTP request resolves the domain to 127.0.0.1 and reaches internal services

This DNS rebinding technique bypasses hostname-based blocklists by separating the validation target from the request target through DNS resolution timing.

Detection Methods for CVE-2024-49753

Indicators of Compromise

  • Unusual DNS queries from Zitadel servers resolving external domains that point to internal IP addresses
  • HTTP requests originating from Zitadel to 127.0.0.1 or other loopback/internal addresses
  • Zitadel action configurations containing suspicious external domains
  • Unexpected access patterns to internal services from the Zitadel application

Detection Strategies

  • Monitor network traffic from Zitadel instances for connections to internal IP ranges, particularly loopback addresses
  • Implement DNS logging to detect resolution of external domains to internal IP addresses (DNS rebinding indicators)
  • Review Zitadel action configurations for URLs containing unfamiliar or recently registered domains
  • Enable audit logging for action creation and modification events within Zitadel

Monitoring Recommendations

  • Deploy network-based intrusion detection rules to alert on outbound connections from Zitadel to localhost or RFC 1918 addresses
  • Implement DNS sinkholing or filtering to block resolution of external domains to internal addresses
  • Configure SIEM alerts for anomalous Zitadel action behavior or unexpected internal service access patterns

How to Mitigate CVE-2024-49753

Immediate Actions Required

  • Upgrade Zitadel to a patched version immediately: 2.64.1, 2.63.6, 2.62.8, 2.61.4, 2.60.4, 2.59.5, or 2.58.7
  • Review existing Zitadel actions for any suspicious URL configurations that may indicate exploitation attempts
  • Audit internal services accessible from the Zitadel host for evidence of unauthorized access
  • Consider temporarily disabling Zitadel actions if immediate patching is not possible

Patch Information

Multiple patched versions are available depending on your current release branch. Select the appropriate version for your deployment:

  • Version 2.64.x: Upgrade to v2.64.1
  • Version 2.63.x: Upgrade to v2.63.6
  • Version 2.62.x: Upgrade to v2.62.8
  • Version 2.61.x: Upgrade to v2.61.4
  • Version 2.60.x: Upgrade to v2.60.4
  • Version 2.59.x: Upgrade to v2.59.5
  • Version 2.58.x: Upgrade to v2.58.7

For complete details, refer to the GitHub Security Advisory GHSA-6cf5-w9h3-4rqv.

Workarounds

  • No vendor-provided workarounds are available for this vulnerability; upgrading is the only remediation
  • As a defense-in-depth measure, implement network segmentation to limit what internal services the Zitadel host can reach
  • Deploy DNS filtering at the network level to prevent resolution of external domains to internal IP addresses
  • Consider running Zitadel in an isolated network environment with restricted access to sensitive internal services

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechZitadel

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Release v2.58.7

  • GitHub Release v2.59.5

  • GitHub Release v2.60.4

  • GitHub Release v2.61.4

  • GitHub Release v2.62.8

  • GitHub Release v2.63.6

  • GitHub Release v2.64.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-6cf5-w9h3-4rqv
  • 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-29067: Zitadel 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