CVE-2026-54889

MEDIUMPre-NVD 5.15.1
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 5.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 77% 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
Elevated
5.1
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 5.1Exploit: NoneExposed: 0

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

Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in leandrocp mdex allows cross-site scripting via unsanitized URL schemes in Quill Delta output.

'Elixir.MDEx':to_delta/2 converts Markdown into a Quill Delta. 'Elixir.MDEx.DeltaConverter':default_convert_node/3 in lib/mdex/delta_converter.ex copies the URL of a link, wikilink, or image node directly from the parsed Markdown into the Delta "link" or "image" attribute without applying a scheme allowlist or any normalization.

An attacker who controls the Markdown text can supply a javascript: URL (for example click)) that survives verbatim into the Delta attribute. When the Delta is rendered to HTML by a downstream renderer (such as quill-delta-to-html or the Quill client), the attribute becomes an or , and the javascript: scheme executes in the browser of anyone who views the rendered content. The link and wikilink cases are the strongest vectors because javascript: in an href executes on click; the image case is lower impact because javascript: in generally does not execute in modern browsers.

This issue affects mdex: from 0.8.3 before 0.13.2.

CVSS v3
5.1
EG Score
5.1(medium)
EPSS
22.8%
KEV
Not listed

Published

June 29, 2026

Last Modified

June 30, 2026

Advisory Details (4)

Auto-updated Jun 29, 2026
🔬 Proof of concept available. Patch available. Sources: github, github_commit.
github_commit

commit 2817147f5b87 (leandrocp/mdex)

Fix landed in leandrocp/mdex commit 2817147f5b87 — awaiting tagged release

https://github.com/leandrocp/mdex/commit/2817147f5b87ce7186aa604c9ee72499485b8f2f
generic

OSV - Open Source Vulnerabilities

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

Unsanitized URL schemes in MDEx Quill Delta output allow javascript: injection (XSS) | Erlang Ecosystem Foundation CNA

https://cna.erlef.org/cves/CVE-2026-54889.html
github Patch Available🟡 PoC Available

Unsanitized URL schemes in links/wikilinks/images allow `javascript:` injection (XSS) · Advisory · leandrocp/mdex · GitHub

https://github.com/leandrocp/mdex/security/advisories/GHSA-4383-7xfp-gpph

Affected Packages

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

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 19× in last 7d / 32× 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-11 19:58 UTCEG score recompute
  2. 2026-07-11 08:27 UTCEPSS rescore
  3. 2026-07-11 08:27 UTCEPSS rescore
  4. 2026-07-10 19:57 UTCEG score recompute
  5. 2026-07-09 19:55 UTCEG score recompute
  6. 2026-07-09 19:10 UTCEPSS rescore
  7. 2026-07-09 19:10 UTCEPSS rescore
  8. 2026-07-08 19:54 UTCEG score recompute
  9. 2026-07-08 15:16 UTCEPSS rescore
  10. 2026-07-08 15:16 UTCEPSS rescore
  11. 2026-07-07 19:48 UTCEG score recompute
  12. 2026-07-07 13:46 UTCEPSS rescore
  13. 2026-07-07 13:46 UTCEPSS rescore
  14. 2026-07-06 19:47 UTCEG score recompute
  15. 2026-07-06 16:27 UTCEPSS rescore
  16. 2026-07-06 16:27 UTCEPSS rescore
  17. 2026-07-06 02:23 UTCEPSS rescore
  18. 2026-07-06 02:23 UTCEPSS rescore
  19. 2026-07-05 19:38 UTCEG score recompute
  20. 2026-07-05 02:31 UTCEPSS rescore
  21. 2026-07-05 02:30 UTCEPSS rescore
  22. 2026-07-04 19:37 UTCEG score recompute
  23. 2026-07-04 06:31 UTCEPSS rescore
  24. 2026-07-04 06:31 UTCEPSS rescore
  25. 2026-07-03 19:36 UTCEG score recompute
Show 7 more
  1. 2026-07-02 19:36 UTCEG score recompute
  2. 2026-07-01 19:34 UTCEG score recompute
  3. 2026-07-01 15:07 UTCEPSS rescore
  4. 2026-06-30 23:22 UTCEPSS rescore
  5. 2026-06-30 19:33 UTCEG score recompute
  6. 2026-06-29 19:33 UTCEG score recompute
  7. 2026-06-29 19:32 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-54889?
CVE-2026-54889 is a medium vulnerability published on June 29, 2026. Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in leandrocp mdex allows cross-site scripting via unsanitized URL schemes in Quill Delta output. 'Elixir.MDEx':todelta/2 converts Markdown into a Quill Delta. 'Elixir.MDEx.DeltaConverter':defaultconvertnode/3 in…
When was CVE-2026-54889 disclosed?
CVE-2026-54889 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-54889 actively exploited?
CVE-2026-54889 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 22.8% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-54889?
CVE-2026-54889 has a CVSS v3 base score of 5.1 (NVD).
How do I remediate CVE-2026-54889?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-54889, 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-54889

Explore →

Is Your Infrastructure Affected by CVE-2026-54889?

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