CVE-2026-72572 HIGH

CVE-2026-72572: o1lab xmysql - Unauthenticated Path Traversal via name Query Parameter

Vendor O1Lab
Product xmysql
Weakness CWE-22 · Path traversal
Published August 10, 2026
Last update August 10, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 10, 2026 CVE published
August 10, 2026 Record updated

Related vulnerabilities

04Related CVE