Fix CVE-2026-24308: Upgrade Apache ZooKeeper to 3.8.6#19135
Merged
abhishekrb19 merged 2 commits intoapache:masterfrom Mar 12, 2026
Merged
Fix CVE-2026-24308: Upgrade Apache ZooKeeper to 3.8.6#19135abhishekrb19 merged 2 commits intoapache:masterfrom
abhishekrb19 merged 2 commits intoapache:masterfrom
Conversation
| <httpclient.version>4.5.13</httpclient.version> | ||
| <okhttp.version>5.3.2</okhttp.version> | ||
| <kubernetes.client.version>25.0.0-legacy</kubernetes.client.version> | ||
| <!-- When upgrading ZK, edit docs and integration tests as well (integration-tests/docker-base/setup.sh) --> |
Contributor
There was a problem hiding this comment.
Thanks @ashwintumma23. Per this comment:
- I don't think the docs need an update anymore with this change - docs: update zookeeper version #18836
- There's no
integration-tests/docker-base/setup.sh, I think it should be this https://github.com/apache/druid/blob/master/integration-tests/docker/base-setup.sh?
Overall I think this existing comment may just be stale. Could we update or remove as needed?
Contributor
Author
There was a problem hiding this comment.
Thanks for the review, @abhishekrb19 !
- Agreed on both points — removed the stale comment.
- The docs no longer need a manual update per docs: update zookeeper version #18836.
- As for the integration tests,
ZK_VERSIONis sourced transitively from this property:integration-tests/pom.xmlmaps it as<ZK_VERSION>${zookeeper.version}</ZK_VERSION>via the Failsafe plugin, which exports it into the shell environment.docker_build_containers.shthen passes it through as--build-arg ZK_VERSION, andDockerfilepicks it up asARG ZK_VERSIONbefore base-setup.sh consumes it. So updating the rootpom.xmlproperty is sufficient.
Contributor
abhishekrb19
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrades org.apache.zookeeper from
3.8.4to3.8.6to remediate CVE-2026-24308.CVE Details
CVE-2026-24308 — Insertion of Sensitive Information into Log File (CWE-532) in Apache ZooKeeper
3.8.0through3.8.5, and3.9.0through3.9.43.8.6(or3.9.5)ZKConfigimproperly logs configuration values at INFO level, exposing sensitive information — such as credentials stored in client configuration files — through client log files.Fixed the bug ...
Renamed the class ...
Added a forbidden-apis entry ...
Release note
Upgrades
org.apache.zookeeperfrom3.8.4to3.8.6to remediate CVE-2026-24308.Key changed/added classes in this PR
pom.xmllicenses.yamlThis PR has: