Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.apache.storm/storm-client
  4. ›
  5. CVE-2026-41081

CVE-2026-41081: Apache Storm's Improper Handling of TLS Client Authentication Failure Leads to Anonymous Principal Assignment

April 27, 2026 (updated May 5, 2026)

Improper Handling of TLS Client Authentication Failure Leading to Anonymous Principal Assignment in Apache Storm

Versions Affected: up to 2.8.7

Description: When TLS transport is enabled in Apache Storm without requiring client certificate authentication (the default configuration), the TlsTransportPlugin assigns a fallback principal (CN=ANONYMOUS) if no client certificate is presented or if certificate verification fails. The underlying SSLPeerUnverifiedException is caught and suppressed rather than rejecting the connection.

This fail-open behavior means an unauthenticated client can establish a TLS connection and receive a valid principal identity. If the configured authorizer (e.g., SimpleACLAuthorizer) does not explicitly deny access to CN=ANONYMOUS, this may result in unauthorized access to Storm services. The condition is logged at debug level only, reducing visibility in production.

Impact: Unauthenticated clients may be assigned a principal identity, potentially bypassing authorization in permissive or misconfigured environments.

Mitigation: Users should upgrade to 2.8.7 in which TLS authentication failures are handled in a fail-closed manner.

Users who cannot upgrade immediately should:

  • Enable mandatory client certificate authentication (nimbus.thrift.tls.client.auth.required: true)
  • Ensure authorization rules explicitly deny access to CN=ANONYMOUS
  • Review all ACL configurations for implicit default-allow behavior

References

  • github.com/advisories/GHSA-j2q8-xx3q-8fqh
  • github.com/apache/storm
  • lists.apache.org/thread/plxx5l29dvplk5rwzdcq53rdfl6v4gs8
  • nvd.nist.gov/vuln/detail/CVE-2026-41081

Code Behaviors & Features

Detect and mitigate CVE-2026-41081 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.8.7

Fixed versions

  • 2.8.7

Solution

Upgrade to version 2.8.7 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-287: Improper Authentication

Source file

maven/org.apache.storm/storm-client/CVE-2026-41081.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:00 +0000.