2021-07-14 12:08:01 +00:00
|
|
|
id: keycloak-openid-config
|
|
|
|
|
|
|
|
info:
|
2023-02-11 04:59:55 +00:00
|
|
|
name: Keycloak OpenID Configuration - Detect
|
2021-07-14 12:08:01 +00:00
|
|
|
author: rodnt
|
|
|
|
severity: info
|
2023-02-05 21:50:15 +00:00
|
|
|
description: Keycloak Openid configuration information was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://issues.jboss.org/browse/KEYCLOAK-571
|
2023-02-05 18:15:58 +00:00
|
|
|
classification:
|
2023-03-03 15:27:54 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
2023-02-05 18:15:58 +00:00
|
|
|
cwe-id: CWE-200
|
2023-06-02 23:20:14 +00:00
|
|
|
tags: keycloak,config,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2021-07-14 12:08:01 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-14 12:08:01 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.well-known/openid-configuration"
|
2021-07-14 12:54:26 +00:00
|
|
|
- "{{BaseURL}}/auth/realms/master/.well-known/openid-configuration"
|
2021-07-14 12:08:01 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'issuer'
|
|
|
|
- 'authorization_endpoint'
|
|
|
|
- 'token_endpoint'
|
|
|
|
- 'userinfo_endpoint'
|
|
|
|
- 'jwks_uri'
|
2023-02-05 18:15:58 +00:00
|
|
|
condition: and
|