Track vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
9.8

CVE-2026-82435: Apache Storm worker can be forced to allocate large memory

CVE-2026-82435 · published 11 days ago
Summary

The message decoder in Apache Storm workers processes data before checking authentication, allowing an unauthenticated network request to cause a very large memory allocation. This can lead to performance slowdown or a worker crash. Upgrade to version 3.1.0 or restrict network access to worker ports and enable authentication if possible.

What to do
  • Update apache software foundation apache storm worker to version 3.1.0 or later.
Affected software
VendorProductAffected versions
apache software foundation apache storm worker < 3.1.0
Original advisory text
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 buf...
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.
Severity
9.8 Critical
Exploitation
EPSS <1%
Type
CWE-789Memory Allocation with Excessive Size Value
Timeline
Published14 Sep 2026
Updated25 Sep 2026
First seen14 Sep 2026
Sources
CVE-2026-82435 · MITRE
Track software like this
Free during beta