Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-29191 β€” AI Deep Analysis Summary

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A Cross-Site Scripting (XSS) flaw in ZITADEL's **Login V2 API**. <br>πŸ’₯ **Consequences**: Attackers can inject malicious scripts, leading to **Account Takeover (ATO)**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-79** (Improper Neutralization of Input). <br>πŸ” **Flaw**: The Login V2 interface fails to properly sanitize user input, allowing script execution in the victim's browser.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **ZITADEL** (Open Source IAM). <br>πŸ“… **Versions**: **4.0.0** through **4.11.1**. <br>🌍 **Context**: A modern alternative to Auth0, Firebase Auth, and Keycloak.

Q4What can hackers do? (Privileges/Data)

πŸ’° **Impact**: High Privilege Escalation. <br>πŸ‘€ **Data**: Attackers can hijack user accounts. <br>πŸ”“ **Result**: Full **Account Takeover**, gaining unauthorized access to protected resources and user data.

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Threshold**: **Low**. <br>πŸ”‘ **Auth**: **None required** (PR:N). <br>πŸ‘οΈ **UI**: **User Interaction** needed (UI:R) – victims must click a malicious link or visit a compromised page.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ“œ **Exploit Status**: **No public PoC** listed in data. <br>⚠️ **Risk**: Despite no public code, the CVSS score is **High** (7.5). Wild exploitation is possible via manual crafting.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for ZITADEL instances running versions **4.0.0-4.11.1**. <br>πŸ§ͺ **Test**: Check the **Login V2 endpoint** for reflected XSS patterns in input fields. Look for unsanitized script tags in responses.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Upgrade to a version **> 4.11.1**. <br>πŸ”— **Source**: Official GitHub Advisory [GHSA-pr34-2v5x-6qjq](https://github.com/zitadel/zitadel/security/advisories/GHSA-pr34-2v5x-6qjq) confirms the issue and fix.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, implement strict **Input Validation** and **Output Encoding** on the Login V2 interface. Use **Content Security Policy (CSP)** headers to block script execution.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸš€ **Priority**: Immediate attention. <br>πŸ“‰ **CVSS**: 7.5 (High). Account Takeover risks demand immediate patching or mitigation to protect user identities.