CVE-2026-82437 Details
Description
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.
A vulnerability in Apache Storm Logviewer versions 3.0.0 prior to 3.1.0 allows unauthorized access to daemon logs. The Logviewer is supposed to enforce access controls based on user and group settings, but these were not applied to daemon logs. As a result, any user who could pass the configured servlet filter could read sensitive log files such as 'nimbus.log' and 'supervisor.log' from all reachable nodes. These logs contain confidential information about other tenants' topology names, owners, and configuration details. Additionally, the log listing endpoints '/listLogs' and '/searchLogs' failed to apply user filters, exposing metadata about every tenant's log files regardless of the requester.
Users are advised to upgrade to Apache Storm Logviewer version 3.1.0 or later, where the access controls for daemon logs have been properly implemented. For those unable to upgrade immediately, it is recommended to place the Logviewer behind a reverse proxy that restricts access to the daemon log endpoints and to treat the content of daemon logs as accessible to any user authenticated through the filter.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 14, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://www.openwall.com/lists/oss-security/2026/09/13/16 | CVE | AdvisoryMailing ListRemedy |
| https://lists.apache.org/thread/hqyj3spllmbj6vg9vmx29b1tjhzysdkl | [email protected] | AdvisoryMailing ListRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Apache Storm Logviewer | >= 3.0.0, < 3.1.0 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 14, 2026 | New CVE Received | [email protected] |
| Sep 14, 2026 | CVE Modified | CVE |
Volerion