Cyber Resilience

CVE-2026-24308

Info Disclosure in Apache Zookeeper 3.8.0 – 3.8.6

Published
07 March 2026
Modified
15 July 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.012 65th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2026-24308 is a high-severity Insertion of Sensitive Information into Log File (CWE-532) vulnerability in Apache Zookeeper. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked in the top 35% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-24308 involves improper handling of configuration values in ZKConfig within Apache ZooKeeper versions 3.8.5 and 3.9.4 across all platforms. This flaw, mapped to CWE-532 (Insertion of Sensitive Information into Log File), results in sensitive information from client configurations being logged at the INFO level in the client's logfile, potentially affecting production environments. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact.

An unauthenticated attacker accessible over the network can exploit this issue with low attack complexity and no user interaction required. Exploitation enables the attacker to disclose sensitive client configuration data from the logfile, achieving high confidentiality impact without affecting integrity or availability.

Apache advisories recommend upgrading to ZooKeeper versions 3.8.6 or 3.9.5 to remediate the issue. Additional details are provided in the Apache mailing list thread at https://lists.apache.org/thread/qng3rtzv2pqkmko4rhv85jfplkyrgqdr and the oss-security announcement at http://www.openwall.com/lists/oss-security/2026/03/07/5.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Improper handling of configuration values in ZKConfig in Apache ZooKeeper 3.8.5 and 3.9.4 on all platforms allows an attacker to expose sensitive information stored in client configuration in the client's logfile. Configuration values are exposed at INFO level logging rendering…

more

potential production systems affected by the issue. Users are recommended to upgrade to version 3.8.6 or 3.9.5 which fixes this issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1070 Indicator Removal Stealth
Adversaries may selectively delete or modify artifacts generated to reduce indications of their presence and blend in with legitimate activity.
T1654 Log Enumeration Discovery
Adversaries may enumerate system and service logs to find useful data.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-24281Same product: Apache Zookeeper
CVE-2024-51504Same product: Apache Zookeeper
CVE-2024-23944Same product: Apache Zookeeper
CVE-2025-58457Same product: Apache Zookeeper
CVE-2025-59355Same vendor: Apache
CVE-2024-52067Same vendor: Apache
CVE-2025-68675Same vendor: Apache
CVE-2023-44483Same vendor: Apache
CVE-2025-62232Same vendor: Apache
CVE-2025-27391Same vendor: Apache

Affected Assets

apache
zookeeper
3.8.0 — 3.8.6 · 3.9.0 — 3.9.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing or incorrect output neutralization when log messages are constructed from untrusted input.

Input validation reduces the chance that specially crafted data reaches log-message construction routines.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prohibit writing sensitive data to logs; eliminating the weakness satisfies only one narrow slice of the control.

PR.PS-04 partial match
prevents

Log generation configuration can and should exclude sensitive data, but the control statement focuses on availability rather than content filtering.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

A.8.15 Logging mostly match
prevents

Requiring de-identification and privacy controls before logs leave the organization reduces the chance that sensitive data inadvertently captured in logs becomes exposed to external parties.

finds

Security testing can detect log injection flaws but does not prevent them at the source.

mitigates

By defining what records must be kept, where, and for how long, the control discourages the inadvertent inclusion of sensitive information in logs or other externally accessible files that fall outside the formal record system.

mitigates

Mandating deletion of temporary files and logs that may contain sensitive information prevents those artifacts from remaining accessible after the data is no longer needed.

A.8.11 Data masking partial match
mitigates

When log entries are produced from masked data sets, the control prevents the inadvertent insertion of sensitive values into externally accessible log files.

mitigates

DLP inspection of logs and file transfers can detect and block the inadvertent placement of sensitive tokens or credentials into externally accessible log files before they are written or transmitted.

References