CVE-2026-53429
Last modified
CVE-2026-53429 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. Missing Release of Memory after Effective Lifetime vulnerability in leandrocp mdex and mdex_native allows an attacker who controls a rendered document to cause a denial of service through unbounded native memory exhaustion. The native rendering code permanently leaks memory when rendering a document that contains escaped-tag nodes. The conversion of each %MDEx.EscapedTag{} node into its native representation (From<ExEscapedTag> for NodeValue in the Rust NIF) calls Box::leak on the caller-supplied literal string, which surrenders the backing allocation so that it lives for the entire lifetime of the operating system process and is never freed. Both the byte length of each literal and the number of escaped-tag nodes in a document are attacker-controlled, and there is no size cap, rate limit, or string interning on this path. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Missing Release of Memory after Effective Lifetime vulnerability in leandrocp mdex and mdex_native allows an attacker who controls a rendered document to cause a denial of service through unbounded native memory exhaustion. The native rendering code permanently leaks memory when rendering a document that contains escaped-tag nodes. The conversion of each %MDEx.EscapedTag{} node into its native representation (From<ExEscapedTag> for NodeValue in the Rust NIF) calls Box::leak on the caller-supplied literal string, which surrenders the backing allocation so that it lives for the entire lifetime of the operating system process and is never freed. Both the byte length of each literal and the number of escaped-tag nodes in a document are attacker-controlled, and there is no size cap, rate limit, or string interning on this path. Every render of a document containing escaped-tag nodes therefore leaks literal_size x node_count bytes that can never be reclaimed, and repeated renders accumulate without bound. Rendering reaches this path through the public MDEx.to_html/1 entry point and any other API that renders a supplied %MDEx.Document{}. Any application that uses mdex (or mdex_native directly) to render documents derived from user-supplied content is affected. Because the leaked memory is never reclaimed for the life of the BEAM process, an attacker can drive resident memory upward without limit until the node exhausts memory and crashes, taking down every process on it. The vulnerable native code originally shipped inside mdex (in native/comrak_nif/src/types/document.rs) and was later extracted into the separate mdex_native package (native/mdex_native_nif/src/types/document.rs), where it remains unpatched. This issue affects mdex from 0.11.0 before 0.12.3, and mdex_native from 0.1.0 before 0.2.3.
Metrics
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| leandrocp | mdex | >= 0.11.0, < 0.12.3 |
| leandrocp | mdex | >= 81e4d14dd3aa5b206e395c7f372b9b413793015f, < 6ed94d905f97af188323f042698ae841c02293b4 |
| leandrocp | mdex_native | >= 0.1.0, < 0.2.3 |
| leandrocp | mdex_native | >= 956528c5e31746253347029e810a969ab916fd27, < cbd927fb5061b488de8d90a8ef6df65718ca1fe6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53429?
How severe is CVE-2026-53429?
How do I fix CVE-2026-53429?
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-53421Improper Isolation or Compartmentalization vulnerability in …9.8
- CVE-2026-53422Observable Response Discrepancy vulnerability in Erlang OTP …4.3
- CVE-2026-53423Allocation of Resources Without Limits or Throttling vulnera…5.9
- CVE-2026-53426Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-53427Improper Neutralization of Input During Web Page Generation …2.3
- CVE-2026-53428Memory Allocation with Excessive Size Value vulnerability in…6.9
- CVE-2026-5343Improper Check for Unusual or Exceptional Conditions vulnera…7.4
- CVE-2026-53430Improper Handling of Highly Compressed Data (Data Amplificat…8.7
- CVE-2026-53432fzf is vulnerable to Integer Overflow leading to crash in Fu…7.5
- CVE-2026-53433fzf is vulnerable to a Denial of Service (DoS) due to ineffi…7.5
- CVE-2026-53434Detection of Error Condition Without Action vulnerability in…9.1
- CVE-2026-53435In Jenkins 2.567 and earlier, LTS 2.555.2 and earlier, it is…8.8
Are you affected by CVE-2026-53429?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
