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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2020-10770 โ€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Keycloak forces server to call unverified URLs via OIDC `request_uri`. <br>๐Ÿ’ฅ **Consequences**: Enables **Server-Side Request Forgery (SSRF)**.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **CWE**: **CWE-918** (SSRF). <br>๐Ÿ” **Flaw**: Lack of validation on the URL provided in the `request_uri` parameter. The server blindly trusts and fetches this external input.

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Product**: Red Hat **Keycloak**. <br>๐Ÿ“… **Affected**: Versions **12.0.1 and below**. <br>๐Ÿข **Vendor**: Red Hat (USA).

Q4What can hackers do? (Privileges/Data)

๐Ÿ•ต๏ธ **Hackers Can**: Perform **Blind SSRF**. <br>๐ŸŒ **Impact**: Port scan localhost, access internal hosts, or bypass network restrictions using the Keycloak server as a proxy.

Q5Is exploitation threshold high? (Auth/Config)

โšก **Threshold**: **LOW**. <br>๐Ÿ”“ **Auth**: **Unauthenticated**. No login required to trigger the vulnerability via the OIDC parameter.

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

๐Ÿ’ฃ **Public Exp?**: **YES**. <br>๐Ÿ“‚ **PoC**: Available on GitHub (`ColdFusionX/Keycloak-12.0.1-CVE-2020-10770`) and Exploit-DB (**50405**). Python script provided.

Q7How to self-check? (Features/Scanning)

๐Ÿ”Ž **Self-Check**: Scan for Keycloak instances. <br>๐Ÿงช **Test**: Send malicious OIDC `request_uri` payloads. <br>๐Ÿ“Š **Tool**: Use Nuclei templates (`CVE-2020-10770.yaml`) for automated detection.

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Official Fix**: **YES**. <br>๐Ÿ“ **Status**: Red Hat acknowledged (Bugzilla #1846270). Users should upgrade to a patched version immediately.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: Implement strict **URL allowlisting** for `request_uri`. <br>๐Ÿ›‘ **Block**: Prevent Keycloak from making outbound requests to internal/private IP ranges via firewall rules.

Q10Is it urgent? (Priority Suggestion)

โš ๏ธ **Urgency**: **HIGH**. <br>๐Ÿ”ฅ **Reason**: Unauthenticated SSRF allows easy network reconnaissance and potential data exfiltration. Patch ASAP!