Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
Lyrion Music Server 9.2.0 contains a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files by exploiting directory traversal in the web server context. Attackers can manipulate file path parameters to access sensitive files outside the intended directory structure.
AnalysisAI
Unauthenticated arbitrary file read in Lyrion Music Server 9.2.0 allows remote attackers to retrieve sensitive files from the host by manipulating directory traversal sequences in file path parameters handled by the embedded web server. The flaw is network-reachable with no authentication or user interaction required, and publicly available exploit code exists via the Zero Science Lab advisory ZSL-2026-5992. No CISA KEV listing or EPSS score was provided, so widespread opportunistic exploitation has not been confirmed, but the low barrier to abuse makes opportunistic scanning likely.
Technical ContextAI
Lyrion Music Server (formerly Logitech Media Server, maintained by the LMS Community) is an open-source streaming audio server that exposes an HTTP-based web interface and API for media browsing and control. The vulnerability is a classic CWE-22 'Improper Limitation of a Pathname to a Restricted Directory' issue in which the web server fails to canonicalize or restrict path parameters before reading files from disk, allowing '../' style sequences to escape the intended document root. The affected CPE 'cpe:2.3:a:lms_community:lyrion_music_server' confirms the LMS Community fork is in scope, and the bug lives in the HTTP request handling layer rather than in a media decoding component, making it directly reachable on whatever interface and port the server listens on (default TCP/9000).
RemediationAI
No vendor-released patch identified at time of analysis - neither reference points to a fixed version, so operators should monitor the LMS Community project for an updated release beyond 9.2.0 and consult the VulnCheck advisory at https://www.vulncheck.com/advisories/lyrion-music-server-path-traversal-file-read and Zero Science Lab advisory at https://www.zeroscience.mk/en/vulnerabilities/ZSL-2026-5992.php for fix tracking. Until a patch ships, restrict the web server (default TCP/9000) to trusted LAN segments via host firewall or perimeter ACL and remove any port-forwarding or reverse-proxy exposure to the internet, accepting the trade-off that remote control via the web UI will no longer be reachable from outside the network. Placing the service behind an authenticating reverse proxy (e.g., a basic-auth-protected nginx) blunts unauthenticated abuse and is the lowest-friction compensating control, though it does not fix the underlying traversal and a compromised authenticated user could still trigger the read.
More in Lyrion Music Server
View allReflected cross-site scripting in Lyrion Music Server 9.2.0 allows a remote unauthenticated attacker to inject and execu
Arbitrary filesystem directory listing in Lyrion Music Server 9.2.0 exposes any host directory to remote unauthenticated
Stored cross-site scripting in Lyrion Music Server 9.2.0 allows remote attackers to inject JavaScript payloads via media
Reflected cross-site scripting in Lyrion Music Server 9.2.0 allows unauthenticated remote attackers to inject arbitrary
Stored cross-site scripting in Lyrion Music Server 9.2.0's log viewer allows unauthenticated remote attackers to inject
A stored cross-site scripting (XSS) vulnerability exists in the web interface of Lyrion Music Server <= 9.0.3. An authen
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34833
GHSA-c46g-chv5-xw5r