๐Ÿ” CVE Alert

CVE-2026-82439

CRITICAL 9.8

Apache Storm DRPC: Unauthenticated Unbounded Memory Growth in DRPC

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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. 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, and 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. 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. Credit The ASF -- found using Claude agents to study the security of open-source projects, validated and reported by Apache Storm.

CWE CWE-770
Vendor apache software foundation
Product apache storm drpc
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache storm drpc

Be the first to know when new critical vulnerabilities affecting apache software foundation apache storm drpc are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Apache Software Foundation / Apache Storm DRPC
3.0.0 < 3.1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
lists.apache.org: https://lists.apache.org/thread/7sgzvv5lzz93jn6vy74qfk105bhmkrzs openwall.com: http://www.openwall.com/lists/oss-security/2026/09/13/18

Credits

The ASF using Claude Agents