CVE-2026-72572
7.5o1lab · xmysql
The xmysql application is vulnerable to path traversal, allowing unauthenticated remote attackers to read and download arbitrary files from the server.
Executive summary
The xmysql application is affected by a critical path traversal vulnerability that permits unauthenticated remote attackers to read arbitrary files from the host system.
Vulnerability
This is a path traversal vulnerability (CWE-22) that allows an unauthenticated attacker to manipulate file paths to escape the intended directory, resulting in unauthorized file access.
Business impact
This vulnerability carries a CVSS score of 7.5, reflecting its high severity and potential for full disclosure of sensitive system files, configuration files, or credentials. Unauthorized access to these files can lead to a total compromise of the server and the data stored within the connected database.
Remediation
Immediate Action: Since no specific patch version is documented in the provided data, users must monitor the official o1lab GitHub repository for security updates and apply them immediately upon release.
Proactive Monitoring: Monitor server logs for directory traversal patterns such as "../" sequences in request parameters, which may indicate active scanning or exploitation attempts.
Compensating Controls: Implement strict filesystem permissions to restrict the application user from accessing sensitive directories outside the web root, and utilize a WAF to filter malicious path traversal payloads.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
This vulnerability represents a severe risk to any environment running xmysql, as it allows for arbitrary file reads without authentication. Organizations should immediately restrict external access to the xmysql interface and track the vendor repository for the release of a security patch.