CVE-2026-82431: Apache Storm Client: Authorization Bypass When nimbus.groups Is Configured Without nimbus.users
Apache Storm Client 3.0.0 ACL bypass lets every authenticated principal bypass restrictions when nimbus.groups is set without nimbus.users.
CVE-2026-82431 affects Apache Storm Client (org.apache.storm:storm-client) versions 3.0.0 before 3.1.0. SimpleACLAuthorizer returned early when nimbus.users was empty, before evaluating nimbus.groups. Operators restricting cluster access by group alone received no restriction, so any authenticated principal could execute user-level commands. Fixed in version 3.1.0.
- Affects Apache Storm Client 3.0.0 before 3.1.0
- SimpleACLAuthorizer skips group checks when nimbus.users is empty
- Group-only ACL configurations provide no restriction at all
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-82431 | Authorization Bypass in Apache Storm When nimbus.groups Is Set Without nimbus.users Apache Storm's SimpleACLAuthorizer returned early when nimbus.users was empty, so nimbus.groups was never evaluated and a cluster that restricted access by group alone effectively had no user-level restrictions at all. Any authenticated principal, including those outside the intended groups, could perform every user-level operation against Nimbus, such as submitTopology, beginFileUpload, and getNimbusConf — and since submitted topologies run attacker-supplied code on worker nodes, the impact is unauthorized code execution on the cluster plus disclosure of its configuration. The failure is silent: nothing in the logs or configuration indicates the group list is being ignored, even though the project's own SECURITY.md documents nimbus.groups as a supported way to lock down a cluster. Deployments on versions before 3.1.0 that use SimpleACLAuthorizer with nimbus.groups configured but nimbus.users unset are affected; no public proof of concept or known in-the-wild exploitation exists. Do: Upgrade to Apache Storm 3.1.0, where nimbus.groups is evaluated whether or not nimbus.users is set. If you cannot upgrade immediately, populate nimbus.users with the intended principals — a non-empty user list causes the group list to be evaluated on affected versions — and review Nimbus access logs for user-level operations performed by principals outside the intended groups. Note that after upgrading, a groups-only configuration becomes restrictive for the first time: NimbusClient calls getLeader on every connection, so clients outside the configured groups will begin to be refused, so plan access-list changes before the upgrade. | 9.8 | — |
| nicheLikely hundreds to low thousands of clusters worldwide, and only the subset running SimpleACLAuthorizer with nimbus.groups set and nimbus.users empty is… |
Posted by Richard Zowalla on Sep 13 Severity: important Affected versions: - Apache Storm Client (org.apache.storm:storm-client) 3.0.0 before 3.1.0 Description: Description `SimpleACLAuthorizer` evaluated the user-level command set by returning early when `nimbus.users` was empty, before `nimbus.groups` was considered. An operator who restricted cluster access by group alone, leaving `nimbus.users` unset, therefore received no restriction at all: every authenticated principal...
This source does not provide full text. Read it at seclists.org.