Am I affected?

type your mdex version to check

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 × 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.

Weaknesses & attack patterns

Weakness

CWE-401 · Missing Release of Memory after Effective Lifetime in catalog → MITRE ↗

Attack patterns

CAPEC-130 · Excessive Allocation MITRE ↗

Affected — Hex / mdex Hex.pm ↗ Repository ↗

0.11.0 < 0.12.3 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:leandrocp:mdex:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.MDEx' · comrak_nif
source files native/comrak_nif/src/types/document.rs
routines comrak_nif::document_to_html_with_options · 'Elixir.MDEx.Native':document_to_html_with_options/2 · 'Elixir.MDEx':to_html/1

Affected — GitHub / leandrocp/mdex Repository ↗

81e4d14 < 6ed94d9 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:leandrocp:mdex:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.MDEx' · comrak_nif
source files native/comrak_nif/src/types/document.rs
routines comrak_nif::document_to_html_with_options · 'Elixir.MDEx.Native':document_to_html_with_options/2 · 'Elixir.MDEx':to_html/1

Affected — Hex / mdex_native Hex.pm ↗ Repository ↗

0.1.0 < 0.2.3 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:leandrocp:mdex_native:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.MDExNative.Comrak' · mdex_native_nif
source files native/mdex_native_nif/src/types/document.rs
routines mdex_native_nif::document_to_html_with_options · 'Elixir.MDExNative.Native':document_to_html_with_options/2 · 'Elixir.MDExNative.Comrak':document_to_html/2

Affected — GitHub / leandrocp/mdex_native Repository ↗

956528c < cbd927f affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:leandrocp:mdex_native:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.MDExNative.Comrak' · mdex_native_nif
source files native/mdex_native_nif/src/types/document.rs
routines mdex_native_nif::document_to_html_with_options · 'Elixir.MDExNative.Native':document_to_html_with_options/2 · 'Elixir.MDExNative.Comrak':document_to_html/2

References

Credits

Peter Ullrich Finder
Leandro Pereira Remediation developer
Jonatan Männchen / EEF Analyst

CVSS breakdown

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
« All CVEs