CVE-2026-53426

HIGHPre-NVD 8.28.2
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 8.2 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 97% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
8.2
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.2Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
8.2
EG Score
8.2(medium)
EPSS
2.7%
KEV
Not listed

Published

June 29, 2026

Last Modified

June 30, 2026

Advisory Details (4)

Auto-updated Jun 29, 2026
Patch available. Sources: github, github_commit.
github_commit

commit 00fddf444220 (leandrocp/mdex)

Fix landed in leandrocp/mdex commit 00fddf444220 — awaiting tagged release

https://github.com/leandrocp/mdex/commit/00fddf444220a1f1cc0af0a1cab6738804878387
generic

OSV - Open Source Vulnerabilities

https://osv.dev/vulnerability/EEF-CVE-2026-53426
generic

Atom-table exhaustion denial-of-service via JSON parse_document in MDEx | Erlang Ecosystem Foundation CNA

https://cna.erlef.org/cves/CVE-2026-53426.html
github Patch Available

Atom-table exhaustion via JSON `parse_document` · Advisory · leandrocp/mdex · GitHub

https://github.com/leandrocp/mdex/security/advisories/GHSA-923r-7vf4-5vw8

Affected Packages

(1 across 1 ecosystem)
Hex(1)
PackageVulnerable rangeFixed inDependents
mdex0.10.0 ... 0.9.4 (40 versions)0.13.2

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 24× in last 7d / 39× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-12 00:40 UTCEG score recompute
  2. 2026-07-11 12:29 UTCEG score recompute
  3. 2026-07-11 08:27 UTCEPSS rescore
  4. 2026-07-11 08:27 UTCEPSS rescore
  5. 2026-07-11 00:18 UTCEG score recompute
  6. 2026-07-10 12:03 UTCEG score recompute
  7. 2026-07-09 23:50 UTCEG score recompute
  8. 2026-07-09 19:10 UTCEPSS rescore
  9. 2026-07-09 19:10 UTCEPSS rescore
  10. 2026-07-09 11:39 UTCEG score recompute
  11. 2026-07-08 23:26 UTCEG score recompute
  12. 2026-07-08 15:16 UTCEPSS rescore
  13. 2026-07-08 15:16 UTCEPSS rescore
  14. 2026-07-08 11:16 UTCEG score recompute
  15. 2026-07-07 23:05 UTCEG score recompute
  16. 2026-07-07 13:46 UTCEPSS rescore
  17. 2026-07-07 13:46 UTCEPSS rescore
  18. 2026-07-07 10:54 UTCEG score recompute
  19. 2026-07-06 22:18 UTCEG score recompute
  20. 2026-07-06 16:27 UTCEPSS rescore
  21. 2026-07-06 16:27 UTCEPSS rescore
  22. 2026-07-06 10:07 UTCEG score recompute
  23. 2026-07-05 21:48 UTCEG score recompute
  24. 2026-07-05 09:37 UTCEG score recompute
  25. 2026-07-04 21:26 UTCEG score recompute
Show 14 more
  1. 2026-07-04 09:15 UTCEG score recompute
  2. 2026-07-04 06:31 UTCEPSS rescore
  3. 2026-07-04 06:31 UTCEPSS rescore
  4. 2026-07-03 21:04 UTCEG score recompute
  5. 2026-07-03 08:52 UTCEG score recompute
  6. 2026-07-02 20:41 UTCEG score recompute
  7. 2026-07-02 08:28 UTCEG score recompute
  8. 2026-07-01 20:17 UTCEG score recompute
  9. 2026-07-01 08:06 UTCEG score recompute
  10. 2026-06-30 23:22 UTCEPSS rescore
  11. 2026-06-30 19:55 UTCEG score recompute
  12. 2026-06-30 07:44 UTCEG score recompute
  13. 2026-06-29 19:33 UTCEG score recompute
  14. 2026-06-29 19:32 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-53426?
CVE-2026-53426 is a high vulnerability published on June 29, 2026. Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parsedocument/2 accepts a {:json, json} source. In lib/mdex.ex, the private jsontonode/1 function passes the attacker-controlled nodetype value to Module.concat/1, which calls…
When was CVE-2026-53426 disclosed?
CVE-2026-53426 was first published in the National Vulnerability Database on June 29, 2026, with the most recent update on June 30, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53426 actively exploited?
CVE-2026-53426 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.7% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-53426?
CVE-2026-53426 has a CVSS v3 base score of 8.2 (NVD).
How do I remediate CVE-2026-53426?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53426, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-53426

Explore →

Is Your Infrastructure Affected by CVE-2026-53426?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.