CVE-2026-82426

MEDIUMPre-NVD 6.56.5—
EchelonGraph scoreHIGH confidence

Score 6.5 from GitHub Security Advisory published 2026-09-14. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 6.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cisa-adp, epss, ghsa
Trending — 3 sources updated this week
6.5EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 6.5Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Description

Nimbus accepted the uploadedJarLocation argument of submitTopology / submitTopologyWithOpts as a server-side path and opened it directly, without checking that it referred to a file the caller had actually uploaded. The intended flow is that a client first calls beginFileUpload, which returns a path inside the Nimbus inbox, and uploads the jar in chunks to that location; nothing bound submission to that flow, and the uploaders map populated by beginFileUpload was never consulted at submit time.

An authenticated user with topology submission rights could therefore submit any path readable by the Nimbus daemon user as their topology jar. Nimbus copied the file into the topology's jar blob, and the blob ACL grants the submitting subject read access, so the contents could then be retrieved with the ordinary blob download RPCs. Candidate targets include the Nimbus Kerberos keytab, Thrift and UI TLS private keys, and storm.yaml with the ZooKeeper authentication payload. Possession of the Nimbus keytab turns an ordinary tenant into a cluster administrator.

In a deployment configured as the documentation recommends, submission is available to every authenticated principal when nimbus.users is unset, so no elevated privilege is required.

Mitigation

Upgrade to 3.1.0, where the submitted location is canonicalised and must resolve inside the Nimbus inbox.

Users who cannot upgrade immediately should restrict topology submission to trusted principals via nimbus.users or nimbus.groups, and should treat any file readable by the Nimbus daemon user as potentially exposed to submitters: rotate the Nimbus keytab and any TLS private keys or ZooKeeper credentials reachable from that account. Local mode is unaffected.

Credit

Independently reported to the Apache Storm PMC by n0mi1k, with a proof of concept.

Also found by the ASF using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.

CVSS v3
6.5
EG Score
6.5(high)
EG Risk
29(Track)
EG Risk 29/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity65% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
34%
KEV
Not listed

Published

September 14, 2026

Last Modified

September 14, 2026

Advisory Details (1)

Auto-updated Sep 14, 2026
No patch confirmed yet.

Vendor Advisories for CVE-2026-82426(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 20× in last 7d / 37× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-24 23:06 UTCEG score recompute
  2. 2026-09-24 23:06 UTCGHSA enrichment
  3. 2026-09-24 14:04 UTCEPSS rescore
  4. 2026-09-24 00:59 UTCEG score recompute
  5. 2026-09-24 00:59 UTCGHSA enrichment
  6. 2026-09-23 17:54 UTCEPSS rescore
  7. 2026-09-23 03:07 UTCEG score recompute
  8. 2026-09-23 03:07 UTCGHSA enrichment
  9. 2026-09-22 16:01 UTCEPSS rescore
  10. 2026-09-22 05:14 UTCEG score recompute
  11. 2026-09-22 05:14 UTCGHSA enrichment
  12. 2026-09-21 21:09 UTCEPSS rescore
  13. 2026-09-21 07:22 UTCEG score recompute
  14. 2026-09-21 07:22 UTCGHSA enrichment
  15. 2026-09-20 20:16 UTCEPSS rescore
  16. 2026-09-20 09:31 UTCEG score recompute
  17. 2026-09-20 09:31 UTCGHSA enrichment
  18. 2026-09-19 11:39 UTCEG score recompute
  19. 2026-09-19 11:39 UTCGHSA enrichment
  20. 2026-09-18 19:28 UTCEPSS rescore
  21. 2026-09-18 13:42 UTCEG score recompute
  22. 2026-09-18 13:42 UTCGHSA enrichment
  23. 2026-09-17 15:48 UTCGHSA enrichment
  24. 2026-09-16 17:56 UTCEG score recompute
  25. 2026-09-16 17:56 UTCGHSA enrichment
Show 12 more
  1. 2026-09-16 14:08 UTCEPSS rescore
  2. 2026-09-16 05:15 UTCEPSS rescore
  3. 2026-09-15 18:55 UTCEG score recompute
  4. 2026-09-15 18:55 UTCGHSA enrichment
  5. 2026-09-14 21:03 UTCGHSA enrichment
  6. 2026-09-14 20:24 UTCGHSA enrichment
  7. 2026-09-14 20:00 UTCEG score recompute▲ 6.50
  8. 2026-09-14 20:00 UTCGHSA enrichment
  9. 2026-09-14 19:59 UTCMITRE cvelistV5CVSS v3 → 6.5 · severity → MEDIUM
  10. 2026-09-14 15:21 UTCNVD update
  11. 2026-09-14 14:25 UTCEG score recompute
  12. 2026-09-14 14:24 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-82426?
CVE-2026-82426 is a medium vulnerability published on September 14, 2026. Description Nimbus accepted the uploadedJarLocation argument of submitTopology / submitTopologyWithOpts as a server-side path and opened it directly, without checking that it referred to a file the caller had actually uploaded. The intended flow is that a client first calls beginFileUpload, which…
When was CVE-2026-82426 disclosed?
CVE-2026-82426 was first published in the National Vulnerability Database on September 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-82426 actively exploited?
CVE-2026-82426 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 66.1% of all scored CVEs.
What is the CVSS score of CVE-2026-82426?
CVE-2026-82426 has a CVSS v3.1 base score of 6.5 (CISA-ADP / Vulnrichment enrichment; NVD's own analysis pending).
How do I remediate CVE-2026-82426?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-82426, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-82426

Explore →

Is Your Infrastructure Affected by CVE-2026-82426?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.