CVE-2026-24308
Modified
Modified - Updated After Analysis
Information Exposure via Improper Logging in Apache ZooKeeper ZKConfig
Vulnerability report for CVE-2026-24308, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-03-07
Last updated on: 2026-07-03
Assigner: Apache Software Foundation
Description
Description
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 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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | zookeeper | From 3.8.0 (inc) to 3.8.6 (exc) |
| apache | zookeeper | From 3.9.0 (inc) to 3.9.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-532 | The product writes sensitive information to a log file. |
| CWE-117 | The product constructs a log message from external input, but it does not neutralize or incorrectly neutralizes special elements when the message is written to a log file. |