Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-53429— Unbounded native memory leak in mdex escaped-tag rendering enables unauthenticated denial of service

AI Predicted 7.5 Difficulty: Easy EPSS 0.13% · P3

Affected Version Matrix 4

VendorProductVersion RangeStatus
leandrocpmdex0.11.0< 0.12.3affected
81e4d14dd3aa5b206e395c7f372b9b413793015f< 6ed94d905f97af188323f042698ae841c02293b4affected
leandrocpmdex_native0.1.0< 0.2.3affected
956528c5e31746253347029e810a969ab916fd27< cbd927fb5061b488de8d90a8ef6df65718ca1fe6affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-53429

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Unbounded native memory leak in mdex escaped-tag rendering enables unauthenticated denial of service
Source: NVD (National Vulnerability Database)
Vulnerability 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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
在移除最后引用时对内存的释放不恰当(内存泄露)
Source: NVD (National Vulnerability Database)
Vulnerability Title
Leandro Pereira MDExNative 资源管理错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Leandro Pereira MDExNative是加拿大Leandro Pereira个人开发者开源的一个服务器支撑系统。 Leandro Pereira MDExNative存在资源管理错误漏洞,该漏洞源于有效生命周期后内存未释放问题,可能导致控制已渲染文档的攻击者通过无界本机内存耗尽造成拒绝服务。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
leandrocpmdex 0.11.0 ~ 0.12.3 cpe:2.3:a:leandrocp:mdex:*:*:*:*:*:*:*:*
leandrocpmdex 81e4d14dd3aa5b206e395c7f372b9b413793015f ~ 6ed94d905f97af188323f042698ae841c02293b4 cpe:2.3:a:leandrocp:mdex:*:*:*:*:*:*:*:*
leandrocpmdex_native 0.1.0 ~ 0.2.3 cpe:2.3:a:leandrocp:mdex_native:*:*:*:*:*:*:*:*
leandrocpmdex_native 956528c5e31746253347029e810a969ab916fd27 ~ cbd927fb5061b488de8d90a8ef6df65718ca1fe6 cpe:2.3:a:leandrocp:mdex_native:*:*:*:*:*:*:*:*

II. Public POCs for CVE-2026-53429

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-53429

登录查看更多情报信息。

Patches & Fixes for CVE-2026-53429 (1)

Vendor Advisories for CVE-2026-53429 (3)

Same Patch Batch · leandrocp · 2026-06-29 · 6 CVEs total

CVE-2026-53426Atom-table exhaustion denial-of-service via JSON parse_document in MDEx
CVE-2026-53428Unbounded memory allocation in highlight_lines range expansion in mdex
CVE-2026-53427Cross-site scripting in MDEx via unescaped highlight_lines_class code-fence attribute
CVE-2026-54888Uncontrolled recursion over deeply nested Markdown crashes the BEAM in mdex
CVE-2026-54889Unsanitized URL schemes in MDEx Quill Delta output allow javascript: injection (XSS)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53429

No comments yet


Leave a comment