From ba73715037077cf802be136403ac0d418c2f250e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:42:36 +0000 Subject: [PATCH] Publish GHSA-v7gv-xpgf-6395 --- .../GHSA-v7gv-xpgf-6395.json | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 advisories/github-reviewed/2024/11/GHSA-v7gv-xpgf-6395/GHSA-v7gv-xpgf-6395.json diff --git a/advisories/github-reviewed/2024/11/GHSA-v7gv-xpgf-6395/GHSA-v7gv-xpgf-6395.json b/advisories/github-reviewed/2024/11/GHSA-v7gv-xpgf-6395/GHSA-v7gv-xpgf-6395.json new file mode 100644 index 00000000000..d4517802568 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-v7gv-xpgf-6395/GHSA-v7gv-xpgf-6395.json @@ -0,0 +1,112 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v7gv-xpgf-6395", + "modified": "2024-11-25T18:41:17Z", + "published": "2024-11-25T18:41:17Z", + "aliases": [ + "CVE-2024-10451" + ], + "summary": "Keycloak Build Process Exposes Sensitive Data", + "details": "A flaw was found in Keycloak. This issue occurs because sensitive runtime values, such as passwords, may be captured during the Keycloak build process and embedded as default values in bytecode, leading to unintended information disclosure. In Keycloak 26, sensitive data specified directly in environment variables during the build process is also stored as a default values, making it accessible during runtime. Indirect usage of environment variables for SPI options and Quarkus properties is also vulnerable due to unconditional expansion by PropertyMapper logic, capturing sensitive data as default values in all Keycloak versions up to 26.0.2.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.keycloak:keycloak-quarkus-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "24.0.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.keycloak:keycloak-quarkus-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "25.0.0" + }, + { + "fixed": "26.0.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/keycloak/keycloak/security/advisories/GHSA-v7gv-xpgf-6395" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10451" + }, + { + "type": "WEB", + "url": "https://github.com/keycloak/keycloak/commit/198214310eb45b86707f823ccb5a2d65c814b528" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHSA-2024:10175" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHSA-2024:10176" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHSA-2024:10177" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHSA-2024:10178" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2024-10451" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322096" + }, + { + "type": "PACKAGE", + "url": "https://github.com/keycloak/keycloak" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-798" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-25T18:41:17Z", + "nvd_published_at": null + } +} \ No newline at end of file