From f1a6b850f4dcf0a9620dd8556691dde4a6b1a483 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:44:35 +0000 Subject: [PATCH] Publish GHSA-r978-9m6m-6gm6 --- .../2024/03/GHSA-r978-9m6m-6gm6/GHSA-r978-9m6m-6gm6.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2024/03/GHSA-r978-9m6m-6gm6/GHSA-r978-9m6m-6gm6.json b/advisories/github-reviewed/2024/03/GHSA-r978-9m6m-6gm6/GHSA-r978-9m6m-6gm6.json index 69b9829f3ae..c617c5d4b7d 100644 --- a/advisories/github-reviewed/2024/03/GHSA-r978-9m6m-6gm6/GHSA-r978-9m6m-6gm6.json +++ b/advisories/github-reviewed/2024/03/GHSA-r978-9m6m-6gm6/GHSA-r978-9m6m-6gm6.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-r978-9m6m-6gm6", - "modified": "2024-05-02T18:45:40Z", + "modified": "2024-11-16T00:43:30Z", "published": "2024-03-15T12:30:37Z", "aliases": [ "CVE-2024-23944" @@ -9,7 +9,10 @@ "summary": "Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling", "details": "Information disclosure in persistent watchers handling in Apache ZooKeeper due to missing ACL check. It allows an attacker to monitor child znodes by attaching a persistent watcher (addWatch command) to a parent which the attacker has already access to. ZooKeeper server doesn't do ACL check when the persistent watcher is triggered and as a consequence, the full path of znodes that a watch event gets triggered upon is exposed to the owner of the watcher. It's important to note that only the path is exposed by this vulnerability, not the data of znode, but since znode path can contain sensitive information like user name or login ID, this issue is potentially critical.\n\nUsers are recommended to upgrade to version 3.9.2, 3.8.4 which fixes the issue.\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" + } ], "affected": [ {