CVE Catalog

CVE-2026-58504

MediumCVSS 6.1
Published: Translated: NVD NIST

Summary

draw.io prior to version 30.2.5 allows execution of attacker-controlled JavaScript in the draw.io origin when a crafted .drawio file is opened or imported. The vulnerability lacks HTML encoding in certain labels, bypassing the previous CVE-2026-46642 fix. An attacker can compromise diagram data, non-HttpOnly cookies, and perform same-origin actions on the victim's behalf.

Risk Assessment

Successful exploitation can lead to data theft, session hijacking, and unauthorized actions within the application, posing a severe risk to confidentiality and integrity.

Recommendation

Update draw.io to version 30.2.5 or later, which includes a fix preventing malicious script execution.

Other vulnerabilities in draw.io

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS