CVE-2026-82441 Details
Description
Description A submitted topology carries two lists of blobstore keys, `dependency_jars` and `dependency_artifacts`, which the client fills in after uploading the corresponding blobs. Nimbus performed no validation of their contents on the submission path, yet acts on them in two places. During cleanup of a finished topology, Nimbus deletes the keys named in those lists, and the deletion is performed as the Nimbus subject, for which the blobstore short-circuits its ACL check. A submitter who listed a key belonging to another topology, such as its `-stormjar.jar`, could therefore cause that blob to be deleted when their own topology was cleaned up. Separately, on acquiring leadership a Nimbus compares the dependency keys of all active topologies against the blobstore contents and surrenders leadership if any is missing. A single key that does not exist, on a single active topology, therefore causes every Nimbus to acquire leadership, surrender it and requeue indefinitely, leaving the cluster without a leader and unable to schedule, clean up or accept submissions. Mitigation Upgrade to 3.1.0, where a submission is refused unless every entry in both lists is a dependency blob key and exists in the blobstore. Note that this validates new submissions only; a topology stored by an affected version with an invalid list is unaffected by the upgrade. An operator whose cluster is failing to retain a leader should inspect the Nimbus log for the dependency keys reported as missing and remove or resubmit the topology naming them. Users who cannot upgrade immediately should restrict topology submission to trusted principals. Credit This issue was discovered by rzo1 while investigating an unrelated blobstore defect.
A vulnerability exists in Apache Storm Nimbus versions 3.0.0 prior to 3.1.0, allowing for cross-tenant blob deletion and cluster denial-of-service. The issue arises from unvalidated topology dependency keys, 'dependency_jars' and 'dependency_artifacts', which are submitted by the client after uploading corresponding blobs. Nimbus does not validate these keys before acting on them. During the cleanup of finished topologies, Nimbus deletes the keys listed in these dependencies. This deletion is executed under the Nimbus subject, bypassing the blobstore's access control checks. As a result, a user could cause the deletion of blobs belonging to other topologies. Additionally, when Nimbus acquires leadership, it checks the dependency keys of all active topologies against the blobstore contents. If any key is missing, Nimbus surrenders leadership, causing a cluster-wide disruption that prevents scheduling, cleanup, or submission acceptance.
Users are advised to upgrade to Apache Storm Nimbus version 3.1.0 or later, where the vulnerability is addressed by validating dependency keys before submission. For clusters already experiencing leadership issues, inspect the Nimbus log for missing dependency keys and remove or resubmit the corresponding topologies. If an immediate upgrade is not possible, restrict topology submissions to trusted principals.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 14, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://www.openwall.com/lists/oss-security/2026/09/13/19 | CVE | AdvisoryMailing ListRemedy |
| https://lists.apache.org/thread/qzh245bczoxw4mfnyvrj3dj2crtzdso8 | [email protected] | AdvisoryMailing ListRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Apache Storm Nimbus | >= 3.0.0, < 3.1.0 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 14, 2026 | CVE Modified | CVE |
| Sep 14, 2026 | New CVE Received | [email protected] |
Volerion