CVE-2026-48853
Last modified
CVE-2026-48853 is a critical-severity vulnerability rated 9.2/10 on the CVSS scale. Deserialization of Untrusted Data and Allocation of Resources Without Limits or Throttling vulnerabilities in elixir-grpc grpc allow unauthenticated attackers to crash the BEAM node via atom table exhaustion and, when a decoded term flows into a call site that invokes it, achieve remote code execution on the server. 'Elixir.GRPC.Codec.Erlpack':decode/2 (lib/grpc/codec/erlpack.ex) calls :erlang.binary_to_term/1 on the raw gRPC message body without the :safe option, no size bound, and no type guard. Any unauthenticated peer that sends a request with Content-Type: application/grpc+erlpack can send a crafted payload that mints arbitrary new atoms (which are never garbage-collected, exhausting the bounded atom table and crashing the VM) or that encodes a fun term which, if applied anywhere downstream, executes attacker-controlled code inside the server process. This issue affects grpc from 0.4.0 before 1.0.0.. EPSS estimates a 0.57% chance of exploitation in the next 30 days.
Description
Deserialization of Untrusted Data and Allocation of Resources Without Limits or Throttling vulnerabilities in elixir-grpc grpc allow unauthenticated attackers to crash the BEAM node via atom table exhaustion and, when a decoded term flows into a call site that invokes it, achieve remote code execution on the server. 'Elixir.GRPC.Codec.Erlpack':decode/2 (lib/grpc/codec/erlpack.ex) calls :erlang.binary_to_term/1 on the raw gRPC message body without the :safe option, no size bound, and no type guard. Any unauthenticated peer that sends a request with Content-Type: application/grpc+erlpack can send a crafted payload that mints arbitrary new atoms (which are never garbage-collected, exhausting the bounded atom table and crashing the VM) or that encodes a fun term which, if applied anywhere downstream, executes attacker-controlled code inside the server process. This issue affects grpc from 0.4.0 before 1.0.0.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48853?
How severe is CVE-2026-48853?
How do I fix CVE-2026-48853?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48848Roundcube Webmail 1.6.x before 1.6.16 and 1.7.x before 1.7 h…7.2
- CVE-2026-48849In Roundcube Webmail 1.6.x before 1.6.16 and 1.7.x before 1.…4.4
- CVE-2026-4885The Piotnet Addons for Elementor Pro plugin for WordPress is…9.8
- CVE-2026-48850PuTTY 0.72 before 0.84 has a double free in RSA KEX.5.9
- CVE-2026-48851PuTTY 0.77 before 0.84 uses a copy of the PuTTY icon as a tr…3.1
- CVE-2026-48852PuTTY 0.71 before 0.84 has an assertion failure in ECDSA sig…3.7
- CVE-2026-48854Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-48855Exposure of Sensitive Information to an Unauthorized Actor v…6.5
- CVE-2026-48856Sensitive Data Exposure vulnerability in Erlang OTP inets (h…6.5
- CVE-2026-48858Server-Side Request Forgery (SSRF) vulnerability in Erlang/O…6.5
- CVE-2026-48859Observable Timing Discrepancy vulnerability in Erlang/OTP ss…5.3
- CVE-2026-48860Reliance on IP Address for Authentication vulnerability in E…6.5
Are you affected by CVE-2026-48853?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
