Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-82433
Published:September 14, 2026
Updated:September 22, 2026
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.
Affected Packages
https://github.com/apache/storm.git (GITHUB):
Affected version(s) =v3.0.0 <v3.1.0
Fix Suggestion:
Update to version v3.1.0
org.apache.storm:storm-server (JAVA):
Affected version(s) =3.0.0 <3.1.0
Fix Suggestion:
Update to version 3.1.0
org.apache.storm:storm-webapp (JAVA):
Affected version(s) =3.0.0 <3.1.0
Fix Suggestion:
Update to version 3.1.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Insufficiently Protected Credentials
Missing Authorization
EPSS
Base Score:
0.42