gsd-2023-44981
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer authentication is enabled in ZooKeeper (quorum.auth.enableSasl=true), the authorization is done by verifying that the instance part in SASL authentication ID is listed in zoo.cfg server list. The instance part in SASL auth ID is optional and if it's missing, like 'eve@EXAMPLE.COM', the authorization check will be skipped. As a result an arbitrary endpoint could join the cluster and begin propagating counterfeit changes to the leader, essentially giving it complete read-write access to the data tree. Quorum Peer authentication is not enabled by default. Users are recommended to upgrade to version 3.9.1, 3.8.3, 3.7.2, which fixes the issue. Alternately ensure the ensemble election/quorum communication is protected by a firewall as this will mitigate the issue. See the documentation for more details on correct cluster administration.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2023-44981",
      id: "GSD-2023-44981",
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2023-44981",
         ],
         details: "Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer authentication is enabled in ZooKeeper (quorum.auth.enableSasl=true), the authorization is done by verifying that the instance part in SASL authentication ID is listed in zoo.cfg server list. The instance part in SASL auth ID is optional and if it's missing, like 'eve@EXAMPLE.COM', the authorization check will be skipped. As a result an arbitrary endpoint could join the cluster and begin propagating counterfeit changes to the leader, essentially giving it complete read-write access to the data tree. Quorum Peer authentication is not enabled by default.\n\nUsers are recommended to upgrade to version 3.9.1, 3.8.3, 3.7.2, which fixes the issue.\n\nAlternately ensure the ensemble election/quorum communication is protected by a firewall as this will mitigate the issue.\n\nSee the documentation for more details on correct cluster administration.\n",
         id: "GSD-2023-44981",
         modified: "2023-12-13T01:20:38.480148Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "security@apache.org",
            ID: "CVE-2023-44981",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "Apache ZooKeeper",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_name: "3.9.0",
                                       version_value: "3.9.1",
                                    },
                                    {
                                       version_affected: "<=",
                                       version_name: "3.8.0",
                                       version_value: "3.8.2",
                                    },
                                    {
                                       version_affected: "<=",
                                       version_name: "3.7.0",
                                       version_value: "3.7.1",
                                    },
                                    {
                                       version_affected: "<",
                                       version_name: "0",
                                       version_value: "3.7.0",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Apache Software Foundation",
                  },
               ],
            },
         },
         credits: [
            {
               lang: "en",
               value: "Damien Diederen <ddiederen@apache.org>",
            },
         ],
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer authentication is enabled in ZooKeeper (quorum.auth.enableSasl=true), the authorization is done by verifying that the instance part in SASL authentication ID is listed in zoo.cfg server list. The instance part in SASL auth ID is optional and if it's missing, like 'eve@EXAMPLE.COM', the authorization check will be skipped. As a result an arbitrary endpoint could join the cluster and begin propagating counterfeit changes to the leader, essentially giving it complete read-write access to the data tree. Quorum Peer authentication is not enabled by default.\n\nUsers are recommended to upgrade to version 3.9.1, 3.8.3, 3.7.2, which fixes the issue.\n\nAlternately ensure the ensemble election/quorum communication is protected by a firewall as this will mitigate the issue.\n\nSee the documentation for more details on correct cluster administration.\n",
               },
            ],
         },
         generator: {
            engine: "Vulnogram 0.1.0-dev",
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        cweId: "CWE-639",
                        lang: "eng",
                        value: "CWE-639 Authorization Bypass Through User-Controlled Key",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://lists.apache.org/thread/wf0yrk84dg1942z1o74kd8nycg6pgm5b",
                  refsource: "MISC",
                  url: "https://lists.apache.org/thread/wf0yrk84dg1942z1o74kd8nycg6pgm5b",
               },
               {
                  name: "http://www.openwall.com/lists/oss-security/2023/10/11/4",
                  refsource: "MISC",
                  url: "http://www.openwall.com/lists/oss-security/2023/10/11/4",
               },
               {
                  name: "https://lists.debian.org/debian-lts-announce/2023/10/msg00029.html",
                  refsource: "MISC",
                  url: "https://lists.debian.org/debian-lts-announce/2023/10/msg00029.html",
               },
               {
                  name: "https://www.debian.org/security/2023/dsa-5544",
                  refsource: "MISC",
                  url: "https://www.debian.org/security/2023/dsa-5544",
               },
            ],
         },
         source: {
            discovery: "INTERNAL",
         },
      },
      "nvd.nist.gov": {
         cve: {
            configurations: [
               {
                  nodes: [
                     {
                        cpeMatch: [
                           {
                              criteria: "cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*",
                              matchCriteriaId: "EBEA9984-BE82-43F4-9FD9-08B3F28E0CAA",
                              versionEndExcluding: "3.7.2",
                              vulnerable: true,
                           },
                           {
                              criteria: "cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*",
                              matchCriteriaId: "58E6D5FE-5D28-44D2-9B6D-5CF5E79A7132",
                              versionEndExcluding: "3.8.3",
                              versionStartIncluding: "3.8.0",
                              vulnerable: true,
                           },
                           {
                              criteria: "cpe:2.3:a:apache:zookeeper:3.9.0:*:*:*:*:*:*:*",
                              matchCriteriaId: "99DE0202-11A5-44F7-99FA-58A71CB896AF",
                              vulnerable: true,
                           },
                        ],
                        negate: false,
                        operator: "OR",
                     },
                  ],
               },
               {
                  nodes: [
                     {
                        cpeMatch: [
                           {
                              criteria: "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
                              matchCriteriaId: "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
                              vulnerable: true,
                           },
                           {
                              criteria: "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
                              matchCriteriaId: "FA6FEEC2-9F11-4643-8827-749718254FED",
                              vulnerable: true,
                           },
                           {
                              criteria: "cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*",
                              matchCriteriaId: "46D69DCC-AE4D-4EA5-861C-D60951444C6C",
                              vulnerable: true,
                           },
                        ],
                        negate: false,
                        operator: "OR",
                     },
                  ],
               },
            ],
            descriptions: [
               {
                  lang: "en",
                  value: "Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer authentication is enabled in ZooKeeper (quorum.auth.enableSasl=true), the authorization is done by verifying that the instance part in SASL authentication ID is listed in zoo.cfg server list. The instance part in SASL auth ID is optional and if it's missing, like 'eve@EXAMPLE.COM', the authorization check will be skipped. As a result an arbitrary endpoint could join the cluster and begin propagating counterfeit changes to the leader, essentially giving it complete read-write access to the data tree. Quorum Peer authentication is not enabled by default.\n\nUsers are recommended to upgrade to version 3.9.1, 3.8.3, 3.7.2, which fixes the issue.\n\nAlternately ensure the ensemble election/quorum communication is protected by a firewall as this will mitigate the issue.\n\nSee the documentation for more details on correct cluster administration.\n",
               },
               {
                  lang: "es",
                  value: "Vulnerabilidad de Omisión de Autorización a través de Clave Controlada por el Usuario en Apache ZooKeeper. Si la autenticación SASL Quorum Peer está habilitada en ZooKeeper (quorum.auth.enableSasl=true), la autorización se realiza verificando que la parte de la instancia en el ID de autenticación SASL aparece en la lista de servidores zoo.cfg. La parte de la instancia en el ID de autenticación de SASL es opcional y si falta, como 'eve@EXAMPLE.COM', se omitirá la verificación de autorización. Como resultado, un endpoint arbitrario podría unirse al clúster y comenzar a propagar cambios falsos al líder, dándole esencialmente acceso completo de lectura y escritura al árbol de datos. La autenticación de pares de quórum no está habilitada de forma predeterminada. Se recomienda a los usuarios actualizar a la versión 3.9.1, 3.8.3, 3.7.2, que soluciona el problema. Como alternativa, asegúrese de que la comunicación conjunta entre election y quórum esté protegida por un firewall, ya que esto mitigará el problema. Consulte la documentación para obtener más detalles sobre la correcta administración del clúster.",
               },
            ],
            id: "CVE-2023-44981",
            lastModified: "2024-02-21T21:10:46.910",
            metrics: {
               cvssMetricV31: [
                  {
                     cvssData: {
                        attackComplexity: "LOW",
                        attackVector: "NETWORK",
                        availabilityImpact: "NONE",
                        baseScore: 9.1,
                        baseSeverity: "CRITICAL",
                        confidentialityImpact: "HIGH",
                        integrityImpact: "HIGH",
                        privilegesRequired: "NONE",
                        scope: "UNCHANGED",
                        userInteraction: "NONE",
                        vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
                        version: "3.1",
                     },
                     exploitabilityScore: 3.9,
                     impactScore: 5.2,
                     source: "nvd@nist.gov",
                     type: "Primary",
                  },
               ],
            },
            published: "2023-10-11T12:15:11.760",
            references: [
               {
                  source: "security@apache.org",
                  tags: [
                     "Mailing List",
                     "Third Party Advisory",
                  ],
                  url: "http://www.openwall.com/lists/oss-security/2023/10/11/4",
               },
               {
                  source: "security@apache.org",
                  tags: [
                     "Issue Tracking",
                     "Vendor Advisory",
                  ],
                  url: "https://lists.apache.org/thread/wf0yrk84dg1942z1o74kd8nycg6pgm5b",
               },
               {
                  source: "security@apache.org",
                  tags: [
                     "Mailing List",
                  ],
                  url: "https://lists.debian.org/debian-lts-announce/2023/10/msg00029.html",
               },
               {
                  source: "security@apache.org",
                  tags: [
                     "Mailing List",
                     "Third Party Advisory",
                  ],
                  url: "https://www.debian.org/security/2023/dsa-5544",
               },
            ],
            sourceIdentifier: "security@apache.org",
            vulnStatus: "Analyzed",
            weaknesses: [
               {
                  description: [
                     {
                        lang: "en",
                        value: "CWE-639",
                     },
                  ],
                  source: "security@apache.org",
                  type: "Primary",
               },
            ],
         },
      },
   },
}


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.