CVE-2020-1731: Predictable password in Keycloak
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.59222%
CWE
Published
4/15/2020
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.keycloak:keycloak-core | maven | < 8.0.2 | 8.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided GitHub patches (commit 5c549575) address event logging changes (removal of CLIENT_SESSION_STATE/HOST details) rather than password generation logic. The CVE-2020-1731 vulnerability specifically relates to predictable admin password generation in the Keycloak operator, but:
- The analyzed patches modify protocol handling and test cases, not operator deployment logic
- No code related to password generation/initialization is present in the provided files
- The operator component (where the vulnerability exists) isn't represented in the provided patches
- The commit message references 'KEYCLOAK-12228 Sensitive Data Exposure', which aligns with the patch changes but not the password predictability issue Without evidence of password generation functions in the provided patches, we cannot confidently identify vulnerable runtime indicators.