From 2667959b656f1a6efc72e54740a924f3f97a38e9 Mon Sep 17 00:00:00 2001 From: Chetven Date: Tue, 17 Dec 2024 17:03:16 +0100 Subject: [PATCH] Update GHSA-4vc8-pg5c-vg4x.json Added CVE-2021-3754 as an alias. --- .../2024/06/GHSA-4vc8-pg5c-vg4x/GHSA-4vc8-pg5c-vg4x.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2024/06/GHSA-4vc8-pg5c-vg4x/GHSA-4vc8-pg5c-vg4x.json b/advisories/github-reviewed/2024/06/GHSA-4vc8-pg5c-vg4x/GHSA-4vc8-pg5c-vg4x.json index d8d11c8e30274..4ddd21d30df19 100644 --- a/advisories/github-reviewed/2024/06/GHSA-4vc8-pg5c-vg4x/GHSA-4vc8-pg5c-vg4x.json +++ b/advisories/github-reviewed/2024/06/GHSA-4vc8-pg5c-vg4x/GHSA-4vc8-pg5c-vg4x.json @@ -3,7 +3,9 @@ "id": "GHSA-4vc8-pg5c-vg4x", "modified": "2024-06-12T19:41:05Z", "published": "2024-06-12T19:41:05Z", - "aliases": [], + "aliases": [ + "CVE-2021-3754" + ], "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": [ @@ -56,4 +58,4 @@ "github_reviewed_at": "2024-06-12T19:41:05Z", "nvd_published_at": null } -} \ No newline at end of file +}