CVE-2026-58504
6.1 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- A vulnerability allows execution of attacker-controlled JavaScript when processing crafted .drawio files, potentially exposing sensitive data and cookies.
- Exploitability
- Exploitation requires a user to open or import a malicious .drawio file; moderately difficult due to specific conditions needed for the exploit to succeed.
- Blast radius
- If exploited, can lead to significant data exposure including browser storage and same-origin actions.
- Prioritized remediation
- Update to draw.io version 30.2.5 immediately to mitigate this vulnerability.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.2.5, opening or importing a crafted .drawio file can execute attacker-controlled JavaScript in the draw.io origin when selected cells are processed by TextFormatPanel.addFont() in src/main/webapp/js/grapheditor/Format.js. An HTML sibling cell keeps the formatted-label path enabled while an editable=0 plain-text sibling is excluded from the merged selection style but remains in the iteration set. graph.cellRenderer.getLabelValue() returns that plain-text label without HTML encoding, and mxUtils.canConvertHtmlToSvg() parses it as HTML, bypassing the earlier CVE-2026-46642 remediation. Successful exploitation can expose diagram data, browser storage, non-HttpOnly cookies, and same-origin actions available to the victim. This issue is fixed in version 30.2.5.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weaknesses
CWE-79, CWE-116
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- MEDIUMCVE-2025-71419PoC
- MEDIUMCVE-2026-46650PoC
- HIGHCVE-2026-55105PoC
- CRITICALCVE-2026-58491PoC
- HIGHCVE-2026-59814PoC
- HIGHCVE-2026-70486PoC
- HIGHCVE-2026-70492PoC
- HIGHCVE-2026-71285PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.