CVE-2026-82432 (GCVE-0-2026-82432)
Vulnerability from cvelistv5 – Published: 2026-09-14 14:11 – Updated: 2026-09-14 20:03
VLAI
EPSS
VEX
Title
Apache Storm Nimbus: Blobstore Authorization Bypass via Rebalance Configuration Overrides
Summary
Description
Nimbus validated `topology.blobstore.map` against the calling subject at submission time only. The rebalance
operation accepts configuration overrides and stripped a small set of keys from them, but never re-ran that
validation, so a caller authorised to rebalance a topology could introduce a blobstore map entry naming a
blob whose ACL does not grant them access. Supervisors localise whatever key the map names, placing the
blob's contents into the topology's working directory.
The same advisory covers `listBlobs`, which performed no authorization check and passed no subject, unlike
the neighbouring `getBlobMeta` and `beginBlobDownload` operations. It therefore returned every key in the
blobstore to any caller able to reach the Nimbus Thrift port, which provides the key names that make the
above practical. On its own the disclosure is metadata only.
Mitigation
Upgrade to 3.1.0, where rebalance configuration overrides are validated exactly as submission-time
configuration is, against the rebalancing caller, and where `listBlobs` applies the configured
authorization.
Users who cannot upgrade immediately should restrict rebalance rights to trusted principals, keeping in mind
that membership of a topology's `topology.users` or `topology.groups` confers them.
Credit
The ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.
Severity
8.1 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 20:03 UTC
CWE
- CWE-863 - Incorrect Authorization
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://lists.apache.org/thread/psy1gj77jhf9y3lhp… | vendor-advisory |
| http://www.openwall.com/lists/oss-security/2026/0… |
Impacted products
1 product
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Apache Software Foundation | Apache Storm Nimbus |
Affected:
3.0.0 , < 3.1.0
(semver)
|
guessed |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-09-14T14:13:26.412Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/09/13/12"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-82432",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T20:03:04.876269Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T20:03:24.941Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://repo.maven.apache.org/maven2",
"defaultStatus": "unaffected",
"packageName": "org.apache.storm:storm-server",
"product": "Apache Storm Nimbus",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThan": "3.1.0",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "The ASF using Claude Agents"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cb\u003eDescription\u003c/b\u003e\u003cbr\u003e\u003cbr\u003eNimbus validated `topology.blobstore.map` against the calling subject at submission time only. The rebalance\u003cbr\u003eoperation accepts configuration overrides and stripped a small set of keys from them, but never re-ran that\u003cbr\u003evalidation, so a caller authorised to rebalance a topology could introduce a blobstore map entry naming a\u003cbr\u003eblob whose ACL does not grant them access. Supervisors localise whatever key the map names, placing the\u003cbr\u003eblob\u0027s contents into the topology\u0027s working directory.\u003cbr\u003e\u003cbr\u003eThe same advisory covers `listBlobs`, which performed no authorization check and passed no subject, unlike\u003cbr\u003ethe neighbouring `getBlobMeta` and `beginBlobDownload` operations. It therefore returned every key in the\u003cbr\u003eblobstore to any caller able to reach the Nimbus Thrift port, which provides the key names that make the\u003cbr\u003eabove practical. On its own the disclosure is metadata only.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eMitigation\u003c/b\u003e\u003cbr\u003e\u003cbr\u003eUpgrade to 3.1.0, where rebalance configuration overrides are validated exactly as submission-time\u003cbr\u003econfiguration is, against the rebalancing caller, and where `listBlobs` applies the configured\u003cbr\u003eauthorization.\u003cbr\u003e\u003cbr\u003eUsers who cannot upgrade immediately should restrict rebalance rights to trusted principals, keeping in mind\u003cbr\u003ethat membership of a topology\u0027s `topology.users` or `topology.groups` confers them.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eCredit\u003c/b\u003e\u003cbr\u003e\u003cbr\u003eThe ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.\u003cbr\u003e"
}
],
"value": "Description\n\nNimbus validated `topology.blobstore.map` against the calling subject at submission time only. The rebalance\noperation accepts configuration overrides and stripped a small set of keys from them, but never re-ran that\nvalidation, so a caller authorised to rebalance a topology could introduce a blobstore map entry naming a\nblob whose ACL does not grant them access. Supervisors localise whatever key the map names, placing the\nblob\u0027s contents into the topology\u0027s working directory.\n\nThe same advisory covers `listBlobs`, which performed no authorization check and passed no subject, unlike\nthe neighbouring `getBlobMeta` and `beginBlobDownload` operations. It therefore returned every key in the\nblobstore to any caller able to reach the Nimbus Thrift port, which provides the key names that make the\nabove practical. On its own the disclosure is metadata only.\n\nMitigation\n\nUpgrade to 3.1.0, where rebalance configuration overrides are validated exactly as submission-time\nconfiguration is, against the rebalancing caller, and where `listBlobs` applies the configured\nauthorization.\n\nUsers who cannot upgrade immediately should restrict rebalance rights to trusted principals, keeping in mind\nthat membership of a topology\u0027s `topology.users` or `topology.groups` confers them.\n\nCredit\n\nThe ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm."
}
],
"metrics": [
{
"other": {
"content": {
"text": "moderate"
},
"type": "Textual description of severity"
},
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-863",
"description": "CWE-863 Incorrect Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T14:11:27.374Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://lists.apache.org/thread/psy1gj77jhf9y3lhph9yz4f5fovmkz7b"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Apache Storm Nimbus: Blobstore Authorization Bypass via Rebalance Configuration Overrides",
"x_generator": {
"engine": "Vulnogram 1.0.3"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2026-82432",
"datePublished": "2026-09-14T14:11:27.374Z",
"dateReserved": "2026-08-29T10:23:29.749Z",
"dateUpdated": "2026-09-14T20:03:24.941Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-82432",
"date": "2026-09-15",
"epss": "0.00345",
"percentile": "0.27704"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-82432\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2026-09-14T15:17:10.187\",\"lastModified\":\"2026-09-14T20:58:48.430\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Description\\n\\nNimbus validated `topology.blobstore.map` against the calling subject at submission time only. The rebalance\\noperation accepts configuration overrides and stripped a small set of keys from them, but never re-ran that\\nvalidation, so a caller authorised to rebalance a topology could introduce a blobstore map entry naming a\\nblob whose ACL does not grant them access. Supervisors localise whatever key the map names, placing the\\nblob\u0027s contents into the topology\u0027s working directory.\\n\\nThe same advisory covers `listBlobs`, which performed no authorization check and passed no subject, unlike\\nthe neighbouring `getBlobMeta` and `beginBlobDownload` operations. It therefore returned every key in the\\nblobstore to any caller able to reach the Nimbus Thrift port, which provides the key names that make the\\nabove practical. On its own the disclosure is metadata only.\\n\\nMitigation\\n\\nUpgrade to 3.1.0, where rebalance configuration overrides are validated exactly as submission-time\\nconfiguration is, against the rebalancing caller, and where `listBlobs` applies the configured\\nauthorization.\\n\\nUsers who cannot upgrade immediately should restrict rebalance rights to trusted principals, keeping in mind\\nthat membership of a topology\u0027s `topology.users` or `topology.groups` confers them.\\n\\nCredit\\n\\nThe ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.\"}],\"affected\":[{\"source\":\"security@apache.org\",\"affectedData\":[{\"vendor\":\"Apache Software Foundation\",\"product\":\"Apache Storm Nimbus\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://repo.maven.apache.org/maven2\",\"packageName\":\"org.apache.storm:storm-server\",\"versions\":[{\"version\":\"3.0.0\",\"lessThan\":\"3.1.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":5.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-09-14T20:03:04.876269Z\",\"id\":\"CVE-2026-82432\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-863\"}]}],\"references\":[{\"url\":\"https://lists.apache.org/thread/psy1gj77jhf9y3lhph9yz4f5fovmkz7b\",\"source\":\"security@apache.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/09/13/12\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/09/13/12\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-09-14T14:13:26.412Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-82432\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-09-14T20:03:04.876269Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-09-14T20:03:21.283Z\"}}], \"cna\": {\"title\": \"Apache Storm Nimbus: Blobstore Authorization Bypass via Rebalance Configuration Overrides\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"The ASF using Claude Agents\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"moderate\"}}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache Storm Nimbus\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.1.0\", \"versionType\": \"semver\"}], \"packageName\": \"org.apache.storm:storm-server\", \"collectionURL\": \"https://repo.maven.apache.org/maven2\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://lists.apache.org/thread/psy1gj77jhf9y3lhph9yz4f5fovmkz7b\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 1.0.3\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Description\\n\\nNimbus validated `topology.blobstore.map` against the calling subject at submission time only. The rebalance\\noperation accepts configuration overrides and stripped a small set of keys from them, but never re-ran that\\nvalidation, so a caller authorised to rebalance a topology could introduce a blobstore map entry naming a\\nblob whose ACL does not grant them access. Supervisors localise whatever key the map names, placing the\\nblob\u0027s contents into the topology\u0027s working directory.\\n\\nThe same advisory covers `listBlobs`, which performed no authorization check and passed no subject, unlike\\nthe neighbouring `getBlobMeta` and `beginBlobDownload` operations. It therefore returned every key in the\\nblobstore to any caller able to reach the Nimbus Thrift port, which provides the key names that make the\\nabove practical. On its own the disclosure is metadata only.\\n\\nMitigation\\n\\nUpgrade to 3.1.0, where rebalance configuration overrides are validated exactly as submission-time\\nconfiguration is, against the rebalancing caller, and where `listBlobs` applies the configured\\nauthorization.\\n\\nUsers who cannot upgrade immediately should restrict rebalance rights to trusted principals, keeping in mind\\nthat membership of a topology\u0027s `topology.users` or `topology.groups` confers them.\\n\\nCredit\\n\\nThe ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cb\u003eDescription\u003c/b\u003e\u003cbr\u003e\u003cbr\u003eNimbus validated `topology.blobstore.map` against the calling subject at submission time only. The rebalance\u003cbr\u003eoperation accepts configuration overrides and stripped a small set of keys from them, but never re-ran that\u003cbr\u003evalidation, so a caller authorised to rebalance a topology could introduce a blobstore map entry naming a\u003cbr\u003eblob whose ACL does not grant them access. Supervisors localise whatever key the map names, placing the\u003cbr\u003eblob\u0027s contents into the topology\u0027s working directory.\u003cbr\u003e\u003cbr\u003eThe same advisory covers `listBlobs`, which performed no authorization check and passed no subject, unlike\u003cbr\u003ethe neighbouring `getBlobMeta` and `beginBlobDownload` operations. It therefore returned every key in the\u003cbr\u003eblobstore to any caller able to reach the Nimbus Thrift port, which provides the key names that make the\u003cbr\u003eabove practical. On its own the disclosure is metadata only.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eMitigation\u003c/b\u003e\u003cbr\u003e\u003cbr\u003eUpgrade to 3.1.0, where rebalance configuration overrides are validated exactly as submission-time\u003cbr\u003econfiguration is, against the rebalancing caller, and where `listBlobs` applies the configured\u003cbr\u003eauthorization.\u003cbr\u003e\u003cbr\u003eUsers who cannot upgrade immediately should restrict rebalance rights to trusted principals, keeping in mind\u003cbr\u003ethat membership of a topology\u0027s `topology.users` or `topology.groups` confers them.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eCredit\u003c/b\u003e\u003cbr\u003e\u003cbr\u003eThe ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-863\", \"description\": \"CWE-863 Incorrect Authorization\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2026-09-14T14:11:27.374Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-82432\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-09-14T20:03:24.941Z\", \"dateReserved\": \"2026-08-29T10:23:29.749Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2026-09-14T14:11:27.374Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…