CVE-2026-82433
Last modified
CVE-2026-82433 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Description `getNimbusConf` returned the complete daemon configuration without redaction after only a user-level authorization check. Where the cluster is configured with them, that response includes `storm.zookeeper.auth.payload` and the keystore and truststore passwords for the Thrift, Netty and ZooKeeper TLS configuration.
Description
Description `getNimbusConf` returned the complete daemon configuration without redaction after only a user-level authorization check. Where the cluster is configured with them, that response includes `storm.zookeeper.auth.payload` and the keystore and truststore passwords for the Thrift, Netty and ZooKeeper TLS configuration. The project masks passwords elsewhere before display, so the omission here is inconsistent rather than intended. The UI endpoint `/api/v1/cluster/configuration` compounded this. It carried no `@AuthNimbusOp` annotation, and the authorization filter treated a missing annotation as "no gate required" and returned immediately, so the endpoint applied no per-user check at all and proxied the request under the UI daemon's own principal. Any user able to pass `ui.filter` therefore received the full configuration, including principals that Nimbus itself would have refused. Mitigation Upgrade to 3.1.0, where credential-bearing values are masked before the configuration is served and where every UI API endpoint must declare its authorization explicitly. Users who cannot upgrade immediately should place the UI behind an authenticating reverse proxy that restricts `/api/v1/cluster/configuration`, and should rotate the ZooKeeper authentication payload and any TLS keystore or truststore passwords that were reachable through it. 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 UI | >= 3.0.0, < 3.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82433?
How severe is CVE-2026-82433?
How do I fix CVE-2026-82433?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-82428Description Dependency artifacts uploaded with `storm jar -…8.8
- 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-82434Description When ZooKeeper authentication is configured, St…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
Are you affected by CVE-2026-82433?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
