From 826c763c696a0555a98499c111df2cb1f1689e24 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:53:10 +0000 Subject: [PATCH] Publish Advisories GHSA-c25h-c27q-5qpv GHSA-gmrm-8fx4-66x7 --- .../GHSA-c25h-c27q-5qpv.json | 116 ++++++++++++++++++ .../GHSA-gmrm-8fx4-66x7.json | 9 +- 2 files changed, 121 insertions(+), 4 deletions(-) create mode 100644 advisories/github-reviewed/2024/06/GHSA-c25h-c27q-5qpv/GHSA-c25h-c27q-5qpv.json diff --git a/advisories/github-reviewed/2024/06/GHSA-c25h-c27q-5qpv/GHSA-c25h-c27q-5qpv.json b/advisories/github-reviewed/2024/06/GHSA-c25h-c27q-5qpv/GHSA-c25h-c27q-5qpv.json new file mode 100644 index 00000000000..2b09911eefb --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-c25h-c27q-5qpv/GHSA-c25h-c27q-5qpv.json @@ -0,0 +1,116 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c25h-c27q-5qpv", + "modified": "2024-06-21T15:52:39Z", + "published": "2024-06-21T15:52:38Z", + "aliases": [ + "CVE-2024-5967" + ], + "summary": "Keycloak leaks configured LDAP bind credentials through the Keycloak admin console", + "details": "### Impact\n\nThe LDAP testing endpoint allows to change the Connection URL independently of and without having to re-enter the currently configured LDAP bind credentials. An attacker with admin access (permission manage-realm) can change the LDAP host URL (\"Connection URL\") to a machine they control. The Keycloak server will connect to the attacker's host and try to authenticate with the configured credentials, thus leaking them to the attacker.\nAs a consequence, an attacker who has compromised the admin console/compromised a user with sufficient privileges can leak domain credentials and can now attack the domain.\n\n### Acknowledgements\n\nSpecial thanks to Simon Wessling for reporting this issue and helping us improve our project", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.keycloak:keycloak-ldap-federation" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "25.0.0" + }, + { + "fixed": "25.0.1" + } + ] + } + ], + "versions": [ + "25.0.0" + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.keycloak:keycloak-ldap-federation" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "22.0.12" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 22.0.11" + } + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.keycloak:keycloak-ldap-federation" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "23.0.0" + }, + { + "fixed": "24.0.6" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 24.0.5" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-c25h-c27q-5qpv" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5967" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2024-5967" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292200" + }, + { + "type": "PACKAGE", + "url": "https://github.com/keycloak/keycloak" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-276" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-06-21T15:52:38Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/06/GHSA-gmrm-8fx4-66x7/GHSA-gmrm-8fx4-66x7.json b/advisories/github-reviewed/2024/06/GHSA-gmrm-8fx4-66x7/GHSA-gmrm-8fx4-66x7.json index 85cc39a6c29..88e6046c794 100644 --- a/advisories/github-reviewed/2024/06/GHSA-gmrm-8fx4-66x7/GHSA-gmrm-8fx4-66x7.json +++ b/advisories/github-reviewed/2024/06/GHSA-gmrm-8fx4-66x7/GHSA-gmrm-8fx4-66x7.json @@ -1,13 +1,14 @@ { "schema_version": "1.4.0", "id": "GHSA-gmrm-8fx4-66x7", - "modified": "2024-06-18T16:34:46Z", + "modified": "2024-06-21T15:52:29Z", "published": "2024-06-18T12:30:42Z", + "withdrawn": "2024-06-21T15:51:43Z", "aliases": [ - "CVE-2024-5967" + ], - "summary": "Keycloak: Leak of configured LDAP bind credentials", - "details": "A vulnerability was found in Keycloak. The LDAP testing endpoint allows changing the Connection URL  independently without re-entering the currently configured LDAP bind credentials. This flaw allows an attacker with admin access (permission manage-realm) to change the LDAP host URL (\"Connection URL\") to a machine they control. The Keycloak server will connect to the attacker's host and try to authenticate with the configured credentials, thus leaking them to the attacker. As a consequence, an attacker who has compromised the admin console or compromised a user with sufficient privileges can leak domain credentials and attack the domain.", + "summary": "Duplicate Advisory: Keycloak: Leak of configured LDAP bind credentials", + "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-c25h-c27q-5qpv. This link is maintained to preserve external references.\n\n## Original Description\n\nA vulnerability was found in Keycloak. The LDAP testing endpoint allows changing the Connection URL  independently without re-entering the currently configured LDAP bind credentials. This flaw allows an attacker with admin access (permission manage-realm) to change the LDAP host URL (\"Connection URL\") to a machine they control. The Keycloak server will connect to the attacker's host and try to authenticate with the configured credentials, thus leaking them to the attacker. As a consequence, an attacker who has compromised the admin console or compromised a user with sufficient privileges can leak domain credentials and attack the domain.", "severity": [ { "type": "CVSS_V3",