CVE Catalog

CVE-2026-10108

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.51%

40th percentile - higher than 40% of all known CVEs

Summary

xiaomusic v0.5.7 contains an unauthenticated path traversal vulnerability in the GET /music/{file_path:path} endpoint. Attackers can read arbitrary files outside the intended music directory by exploiting an incomplete path prefix check.

Risk Assessment

The risk is that an unauthenticated attacker can read sensitive system or configuration files, potentially leading to data leakage or further attack escalation.

Recommendation

Immediately update to the latest version of xiaomusic that fixes this vulnerability, and ensure a trailing separator is added to the path prefix in the comparison logic.

Related vulnerabilities

Original NVD description (English source)

xiaomusic v0.5.7 contains an unauthenticated path traversal vulnerability in the GET /music/{file_path:path} endpoint that allows unauthenticated attackers to read arbitrary files outside the intended music directory by exploiting an incomplete path prefix check. Attackers can request files from sibling directories whose names share the music_path prefix by crafting traversal sequences, bypassing the path restriction due to the missing trailing separator in the comparison logic to retrieve arbitrary files from the server.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS