Back to overview

CVE-2026-53426

HIGH
8.2
CVSS 4.0
Description
Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parse_document/2 accepts a {:json, json} source. In lib/mdex.ex, the private json_to_node/1 function passes the attacker-controlled node_type value to Module.concat/1, which calls String.to_atom/1 and interns a brand-new atom for every distinct value. Atoms are never garbage collected on the BEAM, so a crafted JSON document carrying a unique node_type at each (deeply nested) node mints one permanent atom per node. A single document can intern hundreds of thousands of atoms, and a large enough document exhausts the default atom table (around 1,048,576 atoms) and aborts the entire Erlang VM, taking down every process on the node. Any application that passes untrusted input to the {:json, ...} source of MDEx.parse_document is exposed to an unauthenticated denial-of-service. This issue affects mdex from 0.4.3 before 0.13.2.

Metadata

CVE ID
CVE-2026-53426
State
PUBLISHED
Assigner
EEF
Reserved
2026-06-09 11:01 UTC
Published
2026-06-29 19:11 UTC
Last updated
2026-06-29 20:49 UTC
Primary CWE
CWE-770
CWE-770 Allocation of Resources Without Limits or Throttling
Vendor / Product
leandrocp / mdex
Sources
cve.org  ·  NVD

Severity & Metrics

8.2 HIGH CVSS 4.0
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
partial
Affected products (2)
VendorProductPlatformVersions
leandrocp mdex 0.4.3 < 0.13.2
leandrocp mdex cbb59a3f792dbc343873adec3466f49c853dc309 < 00fddf444220a1f1cc0af0a1cab6738804878387
Weakness (CWE)
CWESourceDescription
CWE-770 cna CWE-770 Allocation of Resources Without Limits or Throttling
CVSS scores (1)
ScoreSeverityVersionSourceVector
8.2 HIGH 4.0 cna CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
Back to overview