Keycloak vulnerable to Plaintext Storage of User Password
Description
Published by the National Vulnerability Database
Sep 12, 2023
Published to the GitHub Advisory Database
Sep 12, 2023
Reviewed
Sep 12, 2023
Last updated
Nov 11, 2023
A flaw was discovered in Keycloak Core package. When a user registers itself through registration flow, the "password" and "password-confirm" field from the form will occur as regular attributes in the users attributes. The password is also created, but the user attributes must not be there. This way, any entities (all users and clients with proper rights/roles) are able to retrieve the users passwords in clear-text.
Impact
Passwords for self-registered users are stored as cleartext attributes associated with the user.
Mitigation
Disable self-registration for users in all realms until patched.
References