{"id":"CVE-2026-82433","title":"Description\n\n`getNimbusConf` returned the complete daemon configuration without redaction after only a user-level\nauthorization check","summary":"Description\n\n`getNimbusConf` returned the complete daemon configuration without redaction after only a user-level\nauthorization check. Where the cluster is configured with them, that response includes\n`storm.zookeeper.auth.payload` and t…","severity":"medium","cvss":6.5,"cvssVector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N","cwe":["CWE-522","CWE-862"],"vendor":"Apache Software Foundation","product":"org.apache.storm:storm-server","affected":["org.apache.storm:storm-server >= 3.0.0 < 3.1.0","org.apache.storm:storm-webapp >= 3.0.0 < 3.1.0"],"published":"2026-09-14","updated":"2026-09-14","sourceUpdated":"2026-09-14T20:58:48.430","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-82433","references":[{"url":"https://lists.apache.org/thread/ohw4s30rhm2r20498c0zbqxyy7xd5hxl","label":"security@apache.org"},{"url":"http://www.openwall.com/lists/oss-security/2026/09/13/13","label":"af854a3a-2127-422b-91ae-364da2661108"}],"tags":["nvd","cve.org"],"ssvc":{"exploitation":"none","automatable":"no","technicalImpact":"partial","timestamp":"2026-09-14T20:02:22.340077Z"},"ingestedAt":"2026-09-14T15:23:07.424Z","epss":0.00417,"epssPercentile":0.35561,"slug":"CVE-2026-82433","body":"## Overview\n\nDescription\n\n`getNimbusConf` returned the complete daemon configuration without redaction after only a user-level\nauthorization check. Where the cluster is configured with them, that response includes\n`storm.zookeeper.auth.payload` and the keystore and truststore passwords for the Thrift, Netty and\nZooKeeper TLS configuration. The project masks passwords elsewhere before display, so the omission here is\ninconsistent rather than intended.\n\nThe UI endpoint `/api/v1/cluster/configuration` compounded this. It carried no `@AuthNimbusOp` annotation,\nand the authorization filter treated a missing annotation as \"no gate required\" and returned immediately, so\nthe endpoint applied no per-user check at all and proxied the request under the UI daemon's own principal.\nAny user able to pass `ui.filter` therefore received the full configuration, including principals that\nNimbus itself would have refused. \n\nMitigation\n\nUpgrade to 3.1.0, where credential-bearing values are masked before the configuration is served and where\nevery UI API endpoint must declare its authorization explicitly.\n\nUsers who cannot upgrade immediately should place the UI behind an authenticating reverse proxy that\nrestricts `/api/v1/cluster/configuration`, and should rotate the ZooKeeper authentication payload and any\nTLS keystore or truststore passwords that were reachable through it.\n\nCredit\n\nThe ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":36,"depthScoreParts":{"impact":35.8,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[{"seq":203286,"id":"CVE-2026-82433","ts":1789416906982,"field":"cvss","old":null,"new":"6.5"},{"seq":203285,"id":"CVE-2026-82433","ts":1789416906982,"field":"severity","old":"none","new":"medium"}]}