Advisory [CVE-2026-82435] Apache Storm: 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
This security Apache Software Foundation advisory covers CVE-2026-82435 affecting Apache Storm.
Android app · Google Play
Monitor future Apache Software Foundation CVEs from your phone.
Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.
Summary
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.
Affected product named by the advisory: Apache Storm.
- Apache Storm Worker 3.0.0 before 3.1.0
Official advisory · medium-confidence parse· fetched 3 hours ago·verify at source
- 3.1.0
Official advisory · medium-confidence parse· fetched 3 hours ago·verify at source
Mitigation checklist
- 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.
Official advisory · medium-confidence parse· fetched 3 hours ago·verify at source
Discussion(0)
No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.
Sign in to join the discussion.