CVE-2026-82439: Description The DRPC server kept a map from function name to request queue and created an entry the first time a functi
Summary
A DRPC server (a system for handling remote procedure calls, or requests to run functions on a distant computer) has a memory leak vulnerability where it keeps growing a map of function names even after requests are completed. Since function names come from clients and aren't validated against registered functions, an attacker can send unlimited unique function names to gradually exhaust the server's memory, and no credentials are required by default to exploit this.
Solution / Mitigation
Upgrade to version 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.
Vulnerability Details
EPSS: 0.0%
September 14, 2026
Classification
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-82439
First tracked: September 14, 2026 at 02:11 PM
Classified by LLM (prompt v3) · confidence: 95%