CVE-2026-63416
draw.io: Path traversal in ExportProxyServlet allows access to arbitrary backend endpoints
Description
draw.io is a configurable diagramming and whiteboarding application. Prior to version 30.2.7, src/main/java/com/mxgraph/online/ExportProxyServlet.java uses request.getPathInfo() to build a proxyPath and appends it directly to EXPORT_URL without rejecting dot segments or confirming that the normalized destination remains under the configured export path. An unauthenticated request containing traversal segments can therefore address unintended routes on the internal export server, and the servlet forwards all request headers and the request body to that destination, allowing arbitrary header injection. Depending on the export service configuration, exploitation can expose administration, debugging, health, or configuration endpoints and can permit unintended internal actions. This issue is fixed in version 30.2.7.
INFO
Published Date :
Sept. 21, 2026, 4:18 p.m.
Last Modified :
Sept. 21, 2026, 4:18 p.m.
Remotely Exploit :
No
Source :
GitHub_M
Solution
- Update draw.io to version 30.2.7 or later.
- Apply vendor patches if available.
- Review export service configuration.
- Limit access to internal endpoints.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-63416 vulnerability anywhere in the article.