Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/hanxi/xiaomusic/commit/88404da7a283f2c0a796a4cd16bbb6e6aa1f47
- https://github.com/hanxi/xiaomusic/issues/890
- https://github.com/hanxi/xiaomusic/pull/891
- https://www.vulncheck.com/advisories/xiaomusic-path-traversal-via-get-music-endp
- https://github.com/hanxi/xiaomusic/issues/890
FAQ
What is CVE-2026-10108?
CVE-2026-10108 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-10108?
CVE-2026-10108 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-10108?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.