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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: CVE-2026-32301 is a critical SSRF flaw in **Centrifugo**. <br>πŸ’₯ **Consequences**: Attackers can trigger **Server-Side Request Forgery** via crafted JWTs.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-918** (SSRF). <br>πŸ” **Flaw**: Improper configuration of the **dynamic JWKS endpoint URL**. The server fails to validate the source of the JWT signing keys, allowing malicious redirection. ⚠️

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Centrifugo** (Real-time messaging server by Centrifugal Labs). <br>πŸ“… **Version**: All versions **before 6.7.0**. <br>🏒 **Vendor**: Centrifugal Labs. πŸ“Œ

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. **SSRF**: Force the server to request internal resources. <br>2. **Auth Bypass**: Exploit the JWT validation loop. <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **None required** (Unauthenticated). <br>βš™οΈ **Config**: Requires only the dynamic JWKS feature to be enabled. <br>🌐 **Network**: Remote exploitation possible. πŸš€

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

πŸ§ͺ **Public Exploit**: **No**. <br>πŸ“ **PoC**: The provided data lists **empty** PoCs (`pocs: []`). <br>⚠️ **Risk**: Despite no public code, the CVSS score indicates high exploitability. Be cautious! πŸ›‘

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check Centrifugo version (`< 6.7.0`). <br>2. Audit config for **dynamic JWKS URL** settings. <br>3. Monitor logs for unusual JWT validation requests to internal IPs. πŸ“Š

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ”§ **Patch**: Upgrade to **Centrifugo 6.7.0** or later. <br>πŸ”— **Ref**: [GitHub Advisory GHSA-j77h-rr39-c552](https://github.com/centrifugal/centrifugo/security/advisories/GHSA-j77h-rr39-c552). πŸ“„

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable** dynamic JWKS endpoints if not strictly needed. <br>2. **Whitelist** allowed JWKS URLs strictly. <br>3. Apply **WAF** rules to block SSRF patterns in JWT claims. πŸ›‘οΈ

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“ˆ **Priority**: **P1**. <br>πŸ“‰ **CVSS**: High severity (C:H, S:C). <br>⏳ **Action**: Patch immediately upon upgrade to v6.7.0. Do not ignore! ⚑