CVE-2026-82434
Last modified
CVE-2026-82434 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Description When ZooKeeper authentication is configured, Storm deliberately retains `storm.zookeeper.topology.auth.payload` in the topology configuration, because workers need it. Nimbus then served that configuration verbatim to any caller holding read-only topology permissions, so a user whose only grant was the ability to view a topology received its ZooKeeper credential. That credential is not read-only.
Description
Description When ZooKeeper authentication is configured, Storm deliberately retains `storm.zookeeper.topology.auth.payload` in the topology configuration, because workers need it. Nimbus then served that configuration verbatim to any caller holding read-only topology permissions, so a user whose only grant was the ability to view a topology received its ZooKeeper credential. That credential is not read-only. The cluster state implementation uses write-capable ACLs for worker heartbeats, backpressure and error state, so a recipient can forge or remove that state for the topology concerned. It is not a write credential on assignments. The same advisory covers the submission client, which logged the generated payload at INFO on every submission that generated one, and the SASL handlers, which logged it at DEBUG. The credential therefore also reached any log aggregation or support bundle collected from the cluster. Mitigation Upgrade to 3.1.0, where the payload is removed from the configuration served to read-only callers and is no longer written to logs. Users who cannot upgrade immediately should rotate `storm.zookeeper.topology.auth.payload` for existing topologies, review retained logs and support bundles for the value, and restrict read-only topology permissions to trusted principals. Credit The ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Apache Software Foundation | Apache Storm Nimbus | >= 3.0.0, < 3.1.0 |
| Apache Software Foundation | Apache Storm Client | >= 3.0.0, < 3.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82434?
How severe is CVE-2026-82434?
How do I fix CVE-2026-82434?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82429Description The setuid-root `worker-launcher` binary adjust…7.8
- CVE-2026-8243A vulnerability was determined in Industrial Application Sof…6.9
- CVE-2026-82430Description When launching a Docker or OCI worker, the setu…7.8
- CVE-2026-82431Description `SimpleACLAuthorizer` evaluated the user-level …9.8
- CVE-2026-82432Description Nimbus validated `topology.blobstore.map` again…8.1
- CVE-2026-82433Description `getNimbusConf` returned the complete daemon co…6.5
- CVE-2026-82435Description The worker's Netty message decoder is installed…9.8
- CVE-2026-82437Description The Logviewer offers `logs.users` and `logs.gro…4.3
- CVE-2026-82438Description Three separate mechanisms allowed a web page on…8.1
- CVE-2026-82439Description The DRPC server kept a map from function name t…9.8
- CVE-2026-8244A vulnerability was identified in Industrial Application Sof…5.5
- CVE-2026-82441Description A submitted topology carries two lists of blobs…9.1
Are you affected by CVE-2026-82434?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
