CVE-2026-84179
Last modified
CVE-2026-84179 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Description getTopologyPageInfo merged the Nimbus daemon configuration with the topology's own configuration and returned the result without redaction in the topology_conf field of TopologyPageInfo. The Storm UI copied that value verbatim into the configuration field of GET /api/v1/topology/{id} and of the corresponding metrics endpoint. Where the cluster is configured with them, the merged map includes storm.zookeeper.auth.payload, which Storm's own documentation directs operators to keep in storm-cluster-auth.yaml under permissions that deny access from workers, together with the keystore and truststore passwords for the Thrift, Netty and ZooKeeper TLS configuration, and any plugin key whose name denotes a secret. getTopologyPageInfo is a topology read-only operation.
Description
Description getTopologyPageInfo merged the Nimbus daemon configuration with the topology's own configuration and returned the result without redaction in the topology_conf field of TopologyPageInfo. The Storm UI copied that value verbatim into the configuration field of GET /api/v1/topology/{id} and of the corresponding metrics endpoint. Where the cluster is configured with them, the merged map includes storm.zookeeper.auth.payload, which Storm's own documentation directs operators to keep in storm-cluster-auth.yaml under permissions that deny access from workers, together with the keystore and truststore passwords for the Thrift, Netty and ZooKeeper TLS configuration, and any plugin key whose name denotes a secret. getTopologyPageInfo is a topology read-only operation. Under SimpleACLAuthorizer a principal listed in topology.readonly.users or topology.readonly.groups could therefore read daemon credentials that the dedicated cluster configuration API, getNimbusConf, redacts and that is gated on nimbus.users instead. The sibling operations that exist to serve configuration were masked; the topology page, which merges in strictly more daemon state, was not. Mitigation Upgrade to 3.1.0, where credential-bearing values are masked before any configuration is served over the Nimbus API. Users who cannot upgrade immediately should remove any principal that is not trusted with cluster credentials from topology.readonly.users, topology.readonly.groups, topology.users and topology.groups, and should rotate the ZooKeeper authentication payload and any TLS keystore or truststore passwords that were reachable through the topology page. Credit Wanxin Yin (yaklang.io) reported this issue to the Apache Security Team.
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-84179?
How severe is CVE-2026-84179?
How do I fix CVE-2026-84179?
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-84165A vulnerability relating to incorrect access control in Open…8.7
- CVE-2026-84168The Easy Hide Login WordPress plugin before 1.7 does not ful…5.3
- CVE-2026-8417Concrete CMS 9.5.0 and below does not validate a CSRF token …8.8
- CVE-2026-84171The WP images upload on piclect WordPress plugin through 1.0…9.8
- CVE-2026-84173In Eclipse Ankaios versions v0.5.1 through v1.0.1, the agent…8.3
- CVE-2026-84175In Eclipse Ditto versions 3.0.0 to 3.9.6, the Things service…5.3
- CVE-2026-8418The Games Catalog plugin for WordPress is vulnerable to Cros…4.3
- CVE-2026-84185A flaw was found in the jwcrypto library, which is used for …5.9
- CVE-2026-84186Vulnerability involving incorrect access control in the Tool…6.9
- CVE-2026-84187AVideo contains a missing authentication vulnerability in pl…8.2
- CVE-2026-84188LibreNMS versions <= 26.4.0 contain a stored cross-site scri…4.8
- CVE-2026-84189LibreNMS through 26.4.0 renders JSON fields (name, ip, model…8.1
Are you affected by CVE-2026-84179?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
