CVE-2026-63416
3.7 LOWpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows unauthenticated requests to inject traversal segments and access unintended internal routes, potentially exposing sensitive endpoints.
- Exploitability
- Exploitation is relatively easy with preconditions of traversal segment inclusion in a request.
- Blast radius
- If exploited, it could lead to unauthorized access to critical internal services or actions.
- Prioritized remediation
- Update to version 30.2.7 or later to mitigate the 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.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.
CVSS vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Weaknesses
CWE-22
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
- HIGHCVE-2026-15979
- CRITICALCVE-2026-16940
- HIGHCVE-2026-60009PoC
- HIGHCVE-2026-14553
- HIGHCVE-2026-36467PoC
- MEDIUMCVE-2026-46650PoC
- HIGHCVE-2026-55159PoC
- HIGHCVE-2026-55897PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.