CVE-2026-82435 Details
Description
Description The worker's Netty message decoder is installed ahead of the SASL authentication handlers in the pipeline and acts on frames before any authentication has taken place. It allocated buffers sized from a length field carried in the frame, so a single frame from an unauthenticated peer able to reach a worker slot port could drive a large allocation. `storm.messaging.netty.authentication` defaults to false, and the decoder runs before the handler that enforces it in any case, so no credentials are required. The attacker needs only TCP reachability to a worker port. The effect of a single frame at the default 768 MB worker heap has not been measured to distinguish sustained worker loss from transient garbage-collection pressure. The severity assigned to this advisory reflects the more conservative reading; consumers who require a precise figure should test against their own worker heap configuration. Mitigation Upgrade to 3.1.0, where frames are decoded only after the handshake completes. Users who cannot upgrade immediately should ensure that worker slot ports are reachable only from within the cluster, as the security model already recommends, and should enable `storm.messaging.netty.authentication` where the deployment permits it. Credit The ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.
A memory exhaustion vulnerability has been identified in the Apache Storm Worker component (org.apache.storm:storm-client) versions 3.0.0 prior to 3.1.0. The issue arises because the Netty message decoder is positioned before the SASL authentication handlers in the processing pipeline. This allows the decoder to handle frames from unauthenticated peers before any authentication has occurred. The vulnerability can be exploited by sending a single frame that triggers a large memory allocation, potentially exhausting the worker's resources. By default, the 'storm.messaging.netty.authentication' option is disabled, and the decoder bypasses the authentication handler, leaving the worker ports exposed to unauthenticated TCP traffic.
Users are advised to upgrade to Apache Storm version 3.1.0 or later, where this vulnerability has been addressed by ensuring that frames are only decoded after the SASL handshake is completed. For those unable to upgrade immediately, it is recommended to restrict access to worker slot ports so that they are only reachable from within the cluster, and to enable 'storm.messaging.netty.authentication' where possible.
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/15 | CVE | AdvisoryMailing ListRemedy |
| https://lists.apache.org/thread/wqfy7qb8c76f4c3wr2w6bhoz62vcnpb7 | [email protected] | AdvisoryMailing ListRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-789 | Memory Allocation with Excessive Size Value | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Apache Storm Worker | >= 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