Vulnerability Description
A path traversal vulnerability in o1lab/xmysql (all versions) allows an unauthenticated remote attacker to read and download arbitrary files from the server. The lib/xapi.js file at lines 338 and 424 uses the user-controlled req.query.name parameter in path.join(cwd, name) without sanitization before passing it to res.download, enabling directory traversal via ../ sequences to access sensitive system files.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-72572?
CVE-2026-72572 is a vulnerability with a CVSS score of 7.5 (HIGH). A path traversal vulnerability in o1lab/xmysql (all versions) allows an unauthenticated remote attacker to read and download arbitrary files from the server. The lib/xapi.js file at lines 338 and 424 ...
How severe is CVE-2026-72572?
CVE-2026-72572 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72572?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.