CVE Catalog

CVE-2026-63334

MediumCVSS 6.8
Published: Translated: NVD NIST

Summary

draw.io prior to version 30.2.7 in deployments with ENABLE_DRAWIO_PROXY=1 is vulnerable to server-side request forgery because the private-address check in Utils.sanitizeUrl() uses one DNS resolution, while ProxyServlet.java later calls URL.openConnection() and performs a second resolution. An attacker-controlled hostname can resolve to a public address during validation and then to a private, link-local, or cloud metadata address when the connection is opened.

Risk Assessment

Successful exploitation can return cloud instance metadata or responses from internal HTTP services through the proxy. The risk affects the confidentiality of internal data and cloud infrastructure.

Recommendation

Update draw.io to version 30.2.7 or later, which fixes the SSRF vulnerability. Consider disabling ENABLE_DRAWIO_PROXY if not required and restricting access to cloud metadata.

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.7, deployments with ENABLE_DRAWIO_PROXY=1 are vulnerable to server-side request forgery because src/main/java/com/mxgraph/online/Utils.java performs the private-address check in Utils.sanitizeUrl() using one DNS resolution, while src/main/java/com/mxgraph/online/ProxyServlet.java later calls URL.openConnection() and performs a second resolution. An attacker-controlled hostname can resolve to a public address during validation and then to a private, link-local, or cloud metadata address when the connection is opened. Successful exploitation can return cloud instance metadata or responses from internal HTTP services through the proxy. This issue is fixed in version 30.2.7.

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