CyberRota Analysis
AI-GeneratedA path traversal vulnerability in o1lab/xmysql allows unauthenticated remote attackers to exploit the unsanitized req.query.name parameter, enabling them to read and download arbitrary files from the server. This could lead to exposure of sensitive system files, posing a significant risk to data confidentiality. Organizations using this software should prioritize patching this vulnerability to mitigate potential data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.