CVE-2023-44981

Source
https://cve.org/CVERecord?id=CVE-2023-44981
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-44981.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-44981
Aliases
Downstream
Related
Published
2023-10-11T11:55:47.925Z
Modified
2026-07-15T02:09:35.523680448Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Apache ZooKeeper: Authorization bypass in SASL Quorum Peer Authentication
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.

Database specific
{
    "cwe_ids": [
        "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/44xxx/CVE-2023-44981.json",
    "cna_assigner": "apache",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "3.9.0"
                },
                {
                    "fixed": "3.9.1"
                },
                {
                    "introduced": "3.8.0"
                },
                {
                    "last_affected": "3.8.2"
                },
                {
                    "introduced": "3.7.0"
                },
                {
                    "last_affected": "3.7.1"
                },
                {
                    "fixed": "3.7.0"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/apache/zookeeper

Affected ranges

Type
GIT
Repo
https://github.com/apache/zookeeper
Events
Database specific
{
    "cpe": [
        "cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*",
        "cpe:2.3:a:apache:zookeeper:3.9.0:*:*:*:*:*:*:*"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "3.7.2"
        },
        {
            "introduced": "3.8.0"
        },
        {
            "fixed": "3.8.3"
        },
        {
            "introduced": "3.9.0"
        },
        {
            "last_affected": "3.9.0"
        }
    ],
    "source": [
        "CPE_RANGE",
        "CPE_STRING"
    ]
}

Affected versions

3.*
3.9.0
release-3.*
release-3.9.0
release-3.9.0-1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-44981.json"