Skip to content

Improper input validation on Keycloak allows using email as username

Low
abstractj published GHSA-4vc8-pg5c-vg4x Jun 12, 2024

Package

maven org.keycloak.services (Maven)

Affected versions

< 24.0.1

Patched versions

24.0.1

Description

Keycloak allows the use of email as a username and doesn't check that an account with this email already exists. That could lead to the unability to reset/login with email for the user. This is caused by usernames being evaluated before emails.

Severity

Low

CVE ID

CVE-2021-3754

Weaknesses