CVE-2026-82437: Apache Storm Logviewer: Log Access Controls Not Enforced by Logviewer

Published Sep 13, 2026
·
Updated

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.

Affected Software

1 affected component
Apache Apache Storm Logviewer<3.1.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Apache Storm Logviewer to a version that resolves this vulnerability.

    Fixed in 3.1.0
  2. Compensating control

    For users who cannot upgrade immediately, place the Logviewer behind a reverse proxy that restricts access to the /listLogs and /searchLogs endpoints so they do not return other tenants' topology and worker log file names regardless of the caller.

  3. Compensating control

    Treat daemon log content as readable by any filter-authenticated user, because in the affected behavior the daemon log paths and access decision are not consistently enforcing the configured logs.users/logs.groups and the servlet filter authorizer result is discarded when the 'this is a daemon log' flag is set.

Event History

Sep 14, 2026
CVE Published
via MITRE·02:05 PM
Data Sourced
via MITRE·02:05 PM
DescriptionWeakness

Frequently Asked Questions

1

Who is exposed to this issue?

Any user who can pass the configured servlet filter can read daemon logs on every reachable node. This includes access to logs such as nimbus.log and supervisor.log.

2

Can the configured logs.users and logs.groups settings prevent the affected access?

No. There was no configuration that closed either the daemon-log access behavior or the unfiltered log-listing behavior.

3

What information can be disclosed?

Daemon logs can expose other tenants' topology names, owners, and configuration fragments. The listLogs and searchLogs endpoints disclose metadata only: topology and worker log file names for every tenant.

4

What remediation is available?

Upgrade to Apache Storm 3.1.0. In that release, daemon log paths apply the configured user and group lists, and listing endpoints filter results by the requesting user.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203