EEF-CVE-2026-54888

Source
https://cna.erlef.org/osv/EEF-CVE-2026-54888.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-54888.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-54888
Aliases
  • CVE-2026-54888
  • GHSA-3w4f-53g2-f66p
Published
2026-06-29T19:10:38.151Z
Modified
2026-06-30T04:37:59.369Z
Severity
  • 6.9 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
Uncontrolled recursion over deeply nested Markdown crashes the BEAM in mdex
Details

Summary

Uncontrolled Recursion vulnerability in leandrocp mdex allows denial of service via deeply nested Markdown input.

mdex converts between an Elixir %MDEx.Document{} struct and Comrak's internal AST using two mutually recursive Rust functions, ex_document_to_comrak_ast and comrak_ast_to_ex_document, in the NIF source file document.rs. Neither function enforces a maximum nesting depth, so the recursion depth is bounded only by the structure of the input. An attacker who can get a Markdown document rendered (for example through MDEx.parse_document!/1 or MDEx.to_html/1) can supply a document with thousands of nested block quotes, which drives unbounded recursion across the NIF boundary and exhausts the native C stack.

Because the resulting stack overflow is an uncatchable SIGSEGV raised inside a NIF, it cannot be contained by the Erlang runtime. It terminates the operating system process running the BEAM, killing every Elixir and Erlang process on the node, not just the caller that triggered the render. No authentication or special privileges are required.

The vulnerable conversion code was extracted from mdex into the separate mdex_native package starting in mdex 0.12.3. This issue affects mdex from 0.3.0 before 0.12.3 and mdex_native from 0.1.0 before 0.2.3.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:leandrocp:mdex:*:*:*:*:*:*:*:*",
        "cpe:2.3:a:leandrocp:mdex_native:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-130"
    ],
    "cwe_ids": [
        "CWE-674"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Leandro Pereira - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - ANALYST

Affected packages

Hex / mdex

Package

Name
mdex
Purl
pkg:hex/mdex

Affected ranges

Type
SEMVER
Events
Introduced
0.3.0
Fixed
0.12.3

Affected versions

0.*
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.6.1
0.6.2
0.7.0
0.7.1
0.7.2
0.7.3
0.7.4
0.7.5
0.8.0
0.8.1
0.8.2
0.8.3
0.8.4
0.8.5
0.8.6
0.9.0
0.9.1
0.9.2
0.9.3
0.9.4
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.11.7
0.12.0
0.12.1
0.12.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-54888.json"

Hex / mdex_native

Package

Name
mdex_native
Purl
pkg:hex/mdex_native

Affected ranges

Type
SEMVER
Events
Introduced
0.1.0
Fixed
0.2.3

Affected versions

0.*
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.2.0
0.2.1
0.2.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-54888.json"

Git / github.com/leandrocp/mdex

Affected ranges

Type
GIT
Repo
https://github.com/leandrocp/mdex
Events

Affected versions

v0.*
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.11.3
v0.11.4
v0.11.5
v0.11.6
v0.11.7
v0.12.0
v0.12.1
v0.12.2
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.6.1
v0.6.2
v0.7.0
v0.7.1
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.8.0
v0.8.1
v0.8.2
v0.8.3
v0.8.4
v0.8.5
v0.8.6
v0.9.0
v0.9.1
v0.9.2
v0.9.3
v0.9.4

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-54888.json"

Git / github.com/leandrocp/mdex_native

Affected ranges

Type
GIT
Repo
https://github.com/leandrocp/mdex_native
Events

Affected versions

v0.*
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.2.0
v0.2.1
v0.2.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-54888.json"