Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-4vc8-pg5c-vg4x] Keycloak's improper input validation allows using email as username #5090

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4vc8-pg5c-vg4x",
"modified": "2024-06-12T19:41:05Z",
"modified": "2024-06-12T19:41:06Z",
"published": "2024-06-12T19:41:05Z",
"aliases": [],
"aliases": [

],
"summary": "Keycloak's improper input validation allows using email as username",
"details": "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": [
Expand Down
Loading