ghsa-r978-9m6m-6gm6
Vulnerability from github
Published
2024-03-15 12:30
Modified
2025-02-13 19:07
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.

Users are recommended to upgrade to version 3.9.2, 3.8.4 which fixes the issue.

Show details on source website


{
   affected: [
      {
         database_specific: {
            last_known_affected_version_range: "<= 3.8.3",
         },
         package: {
            ecosystem: "Maven",
            name: "org.apache.zookeeper:zookeeper",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "3.8.0",
                  },
                  {
                     fixed: "3.8.4",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         database_specific: {
            last_known_affected_version_range: "<= 3.9.1",
         },
         package: {
            ecosystem: "Maven",
            name: "org.apache.zookeeper:zookeeper",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "3.9.0",
                  },
                  {
                     fixed: "3.9.2",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.zookeeper:zookeeper",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "3.6.0",
                  },
                  {
                     last_affected: "3.7.2",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
   ],
   aliases: [
      "CVE-2024-23944",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-200",
      ],
      github_reviewed: true,
      github_reviewed_at: "2024-03-15T19:35:37Z",
      nvd_published_at: "2024-03-15T11:15:08Z",
      severity: "MODERATE",
   },
   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.",
   id: "GHSA-r978-9m6m-6gm6",
   modified: "2025-02-13T19:07:37Z",
   published: "2024-03-15T12:30:37Z",
   references: [
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2024-23944",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/zookeeper/commit/29c7b9462681f47c2ac12e609341cf9f52abac5c",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/zookeeper/commit/65b91d2d9a56157285c2a86b106e67c26520b01d",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/zookeeper/commit/daf7cfd04005cff1a4f7cab5ab13d41db88d0cd8",
      },
      {
         type: "PACKAGE",
         url: "https://github.com/apache/zookeeper",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread/96s5nqssj03rznz9hv58txdb2k1lr79k",
      },
      {
         type: "WEB",
         url: "http://www.openwall.com/lists/oss-security/2024/03/14/2",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
         type: "CVSS_V3",
      },
   ],
   summary: "Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling",
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.