The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-44981

CVE-2023-44981: Apache ZooKeeper Auth Bypass Vulnerability

CVE-2023-44981 is an authorization bypass flaw in Apache ZooKeeper that allows unauthorized endpoints to join clusters and gain read-write access. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-44981 Overview

CVE-2023-44981 is an Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. When SASL Quorum Peer authentication is enabled in ZooKeeper (quorum.auth.enableSasl=true), the authorization mechanism verifies that the instance part in the SASL authentication ID is listed in the zoo.cfg server list. However, the instance part in the SASL auth ID is optional, and if it's missing (for example, eve@EXAMPLE.COM), the authorization check will be completely skipped. This flaw allows an arbitrary endpoint to join the cluster and begin propagating counterfeit changes to the leader, essentially granting complete read-write access to the data tree.

Critical Impact

An attacker can bypass authentication and join a ZooKeeper cluster as an unauthorized peer, gaining complete read-write access to the entire data tree and the ability to propagate malicious changes across the distributed system.

Affected Products

  • Apache ZooKeeper versions prior to 3.9.1, 3.8.3, and 3.7.2
  • Debian Linux 10.0, 11.0, and 12.0
  • Any system with SASL Quorum Peer authentication enabled (quorum.auth.enableSasl=true)

Discovery Timeline

  • 2023-10-11 - CVE-2023-44981 published to NVD
  • 2025-04-23 - Last updated in NVD database

Technical Details for CVE-2023-44981

Vulnerability Analysis

This vulnerability exists in the SASL Quorum Peer authentication mechanism of Apache ZooKeeper. ZooKeeper uses SASL (Simple Authentication and Security Layer) for authenticating peers in a cluster when the quorum.auth.enableSasl configuration is set to true. The authentication process is designed to verify that connecting peers are legitimate members of the cluster by checking their SASL authentication ID against the server list defined in zoo.cfg.

The flaw lies in how ZooKeeper parses and validates the SASL authentication ID. A properly formatted SASL ID should contain an instance part that identifies the specific server (e.g., zookeeper/host1@EXAMPLE.COM). However, the instance part is treated as optional by the authentication code. When an attacker presents a SASL ID without the instance part (e.g., eve@EXAMPLE.COM), the authorization validation is bypassed entirely.

This allows an unauthenticated attacker to join the ZooKeeper ensemble as a rogue peer. Once joined, the malicious peer can propagate counterfeit data changes to the leader node, effectively compromising the integrity and confidentiality of the entire distributed data tree. This is particularly dangerous in production environments where ZooKeeper is used for critical coordination services like Apache Kafka, Hadoop, and other distributed systems.

Root Cause

The root cause is an improper authorization check in the SASL Quorum Peer authentication logic. The code fails to properly handle cases where the instance part of the SASL authentication ID is missing. Instead of rejecting authentication attempts without a valid instance part, the system incorrectly skips the authorization check entirely, treating the missing instance as a valid condition. This represents a classic CWE-639 (Authorization Bypass Through User-Controlled Key) vulnerability where user-controlled input (the SASL ID format) directly influences the authorization decision.

Attack Vector

The attack is network-based and requires no privileges or user interaction. An attacker must have network access to the ZooKeeper cluster's quorum communication ports (typically port 2888 for peer communication and 3888 for leader election). The attack sequence involves:

  1. The attacker identifies a ZooKeeper cluster with SASL Quorum Peer authentication enabled
  2. The attacker crafts a SASL authentication request with a principal that lacks the instance part (e.g., attacker@REALM instead of zookeeper/hostname@REALM)
  3. ZooKeeper's authentication handler processes the request and skips the server list validation due to the missing instance
  4. The malicious peer successfully joins the cluster ensemble
  5. The attacker can now propagate counterfeit changes to the leader, gaining complete read-write access to the data tree

Note that Quorum Peer authentication is not enabled by default, which limits the attack surface to clusters that have explicitly enabled this feature.

Detection Methods for CVE-2023-44981

Indicators of Compromise

  • Unexpected new peers appearing in ZooKeeper cluster membership logs
  • SASL authentication events with principals lacking instance parts (e.g., user@REALM without /hostname)
  • Suspicious data modifications in the ZooKeeper data tree without corresponding legitimate client requests
  • Anomalous network connections to quorum ports (2888/3888) from unauthorized IP addresses

Detection Strategies

  • Monitor ZooKeeper server logs for SASL authentication attempts with malformed or missing instance parts in the principal
  • Implement network monitoring to detect unauthorized connections to ZooKeeper quorum ports from outside the expected peer IP ranges
  • Deploy intrusion detection rules that alert on new peer join events that don't match the configured server list
  • Audit ZooKeeper data tree changes and correlate with legitimate client activity to identify unauthorized modifications

Monitoring Recommendations

  • Enable detailed SASL authentication logging in ZooKeeper configuration
  • Configure network-level monitoring for ZooKeeper quorum communication ports (2888, 3888)
  • Implement SentinelOne's network detection capabilities to identify unauthorized peer connection attempts
  • Set up alerts for any changes to cluster membership that don't align with planned maintenance activities

How to Mitigate CVE-2023-44981

Immediate Actions Required

  • Upgrade Apache ZooKeeper to version 3.9.1, 3.8.3, or 3.7.2 depending on your deployment branch
  • If immediate patching is not possible, ensure the ensemble election/quorum communication is protected by a firewall
  • Audit current cluster membership and remove any unauthorized peers
  • Review SASL authentication logs for evidence of exploitation attempts

Patch Information

Apache has released patched versions that address this authorization bypass vulnerability. Users should upgrade to one of the following fixed versions:

  • Apache ZooKeeper 3.9.1 for the 3.9.x branch
  • Apache ZooKeeper 3.8.3 for the 3.8.x branch
  • Apache ZooKeeper 3.7.2 for the 3.7.x branch

For detailed patch information and upgrade instructions, refer to the Apache Mailing List Notification. Debian users should also review Debian Security Advisory DSA-5544 and the Debian LTS Announcement for distribution-specific guidance.

Workarounds

  • Implement strict firewall rules to restrict access to ZooKeeper quorum ports (2888, 3888) to only known, authorized peer IP addresses
  • Use network segmentation to isolate ZooKeeper cluster communication from untrusted networks
  • If SASL Quorum Peer authentication is not strictly required, consider disabling it (quorum.auth.enableSasl=false) until patching can be completed
  • Deploy network-level authentication such as mutual TLS for an additional layer of protection on quorum communication
bash
# Firewall configuration example to restrict quorum ports
# Allow only authorized ZooKeeper peers to communicate on quorum ports
iptables -A INPUT -p tcp --dport 2888 -s 10.0.1.10 -j ACCEPT
iptables -A INPUT -p tcp --dport 2888 -s 10.0.1.11 -j ACCEPT
iptables -A INPUT -p tcp --dport 2888 -s 10.0.1.12 -j ACCEPT
iptables -A INPUT -p tcp --dport 3888 -s 10.0.1.10 -j ACCEPT
iptables -A INPUT -p tcp --dport 3888 -s 10.0.1.11 -j ACCEPT
iptables -A INPUT -p tcp --dport 3888 -s 10.0.1.12 -j ACCEPT
iptables -A INPUT -p tcp --dport 2888 -j DROP
iptables -A INPUT -p tcp --dport 3888 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Zookeeper

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • Openwall OSS-Security Post

  • Debian LTS Announcement

  • NetApp Security Advisory

  • Debian Security Advisory DSA-5544
  • Vendor Resources
  • Apache Mailing List Notification
  • Related CVEs
  • CVE-2026-24281: Apache ZooKeeper Auth Bypass Vulnerability

  • CVE-2024-51504: Apache ZooKeeper Auth Bypass Vulnerability

  • CVE-2026-24308: Apache ZooKeeper Information Disclosure

  • CVE-2024-23944: Apache ZooKeeper Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English