CVE-2026-82437

MEDIUMPre-NVD 4.34.3—
EchelonGraph scoreHIGH confidence

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

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

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

Description

The Logviewer offers logs.users and logs.groups so operators can control who may read log content. For daemon logs those settings were not applied: the access decision combined the "this is a daemon log" flag with the authorizer result in a way that discarded the authorizer's answer whenever the flag was set, and the daemon log page and download endpoints reached the handler without consulting an authorizer at all. Any user able to pass the configured servlet filter could therefore read nimbus.log, supervisor.log and the other daemon logs on every reachable node, which contain other tenants' topology names, owners and configuration fragments.

The same advisory covers the log listing endpoints, which accepted a user argument and never applied it, so /listLogs and /searchLogs returned every tenant's topology and worker log file names regardless of the caller. That part is metadata only.

There was no configuration that closed either behaviour.

Mitigation

Upgrade to 3.1.0, where the daemon log paths evaluate the same configured user and group lists that the worker log paths already used, and the listing endpoints filter by the requesting user.

Users who cannot upgrade immediately should place the Logviewer behind a reverse proxy that restricts the daemon log endpoints, and should treat daemon log content as readable by any filter-authenticated user.

Credit

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

CVSS v3
4.3
EG Score
4.3(high)
EG Risk
19(Track)
EG Risk 19/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
Severity43% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
18%
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-82437(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 / 36× 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-25 01:10 UTCEG score recompute
  2. 2026-09-25 01:10 UTCGHSA enrichment
  3. 2026-09-24 14:04 UTCEPSS rescore
  4. 2026-09-24 00:45 UTCEG score recompute
  5. 2026-09-24 00:45 UTCGHSA enrichment
  6. 2026-09-23 17:54 UTCEPSS rescore
  7. 2026-09-23 00:21 UTCEG score recompute
  8. 2026-09-23 00:21 UTCGHSA enrichment
  9. 2026-09-22 16:01 UTCEPSS rescore
  10. 2026-09-21 23:56 UTCEG score recompute
  11. 2026-09-21 23:56 UTCGHSA enrichment
  12. 2026-09-21 21:09 UTCEPSS rescore
  13. 2026-09-20 23:32 UTCEG score recompute
  14. 2026-09-20 23:32 UTCGHSA enrichment
  15. 2026-09-20 20:16 UTCEPSS rescore
  16. 2026-09-19 23:07 UTCEG score recompute
  17. 2026-09-19 23:07 UTCGHSA enrichment
  18. 2026-09-18 22:42 UTCEG score recompute
  19. 2026-09-18 22:42 UTCGHSA enrichment
  20. 2026-09-18 19:28 UTCEPSS rescore
  21. 2026-09-17 22:18 UTCEG score recompute
  22. 2026-09-17 22:18 UTCGHSA enrichment
  23. 2026-09-16 21:53 UTCEG score recompute
  24. 2026-09-16 21:53 UTCGHSA enrichment
  25. 2026-09-16 14:08 UTCEPSS rescore
Show 11 more
  1. 2026-09-16 05:15 UTCEPSS rescore
  2. 2026-09-15 21:28 UTCEG score recompute
  3. 2026-09-15 21:28 UTCGHSA enrichment
  4. 2026-09-14 21:03 UTCGHSA enrichment
  5. 2026-09-14 20:24 UTCGHSA enrichment
  6. 2026-09-14 20:00 UTCEG score recompute▲ 4.30
  7. 2026-09-14 20:00 UTCGHSA enrichment
  8. 2026-09-14 19:59 UTCMITRE cvelistV5CVSS v3 → 4.3 · severity → MEDIUM
  9. 2026-09-14 15:21 UTCNVD update
  10. 2026-09-14 14:25 UTCEG score recompute
  11. 2026-09-14 14:24 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-82437?
CVE-2026-82437 is a medium vulnerability published on September 14, 2026. Description The Logviewer offers logs.users and logs.groups so operators can control who may read log content. For daemon logs those settings were not applied: the access decision combined the "this is a daemon log" flag with the authorizer result in a way that discarded the authorizer's answer…
When was CVE-2026-82437 disclosed?
CVE-2026-82437 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-82437 actively exploited?
CVE-2026-82437 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 81.7% of all scored CVEs.
What is the CVSS score of CVE-2026-82437?
CVE-2026-82437 has a CVSS v3.1 base score of 4.3 (CISA-ADP / Vulnrichment enrichment; NVD's own analysis pending).
How do I remediate CVE-2026-82437?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-82437, 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-82437

Explore →

Is Your Infrastructure Affected by CVE-2026-82437?

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