Advisory [CVE-2026-82439] Apache Storm: Description The DRPC server kept a map from function name to request queue and created an entry the first time a function name was seen
This security Apache Software Foundation advisory covers CVE-2026-82439 affecting Apache Storm DRPC.
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 DRPC server kept a map from function name to request queue and created an entry the first time a function name was seen.
No code path ever removed an entry: request cleanup removed the request from its queue, and the shutdown path drained queues, but the queue object and its map entry remained for the life of
the process.
Function names come from the client and are not constrained to functions any topology has registered, so the number of retained entries is bounded only by the number of distinct names an attacker chooses to send,
each retained entry holds the name itself. `drpc.authorizer` is unset by default, so no credentials are
required to reach the endpoint.
The retained state is permanent rather than a transient load spike, so the effect accumulates until the DRPC server exhausts its heap.
Affected product named by the advisory: Apache Storm DRPC.
- Apache Storm DRPC 3.0.0 before 3.1.0
Official advisory · medium-confidence parse· fetched 59 minutes ago·verify at source
- 3.1.0
Official advisory · medium-confidence parse· fetched 59 minutes ago·verify at source
Mitigation checklist
- Mitigation Upgrade to 3.1.0, where a function's queue is removed once nothing is waiting in it.
- Users who cannot upgrade immediately should configure `drpc.authorizer` so that only trusted principals can reach the DRPC endpoints, and should ensure the DRPC ports are not reachable from untrusted networks.
Official advisory · medium-confidence parse· fetched 59 minutes 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.