Skip to main content

Lyrion Music Server CVE-2026-50232

| EUVDEUVD-2026-34831 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-06-05 VulnCheck GHSA-v3rr-mvqc-gmm2
5.1
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
P
Scope
X

Lifecycle Timeline

3
Severity Changed
Jun 05, 2026 - 14:22 NVD
HIGH MEDIUM
CVSS changed
Jun 05, 2026 - 14:22 NVD
7.2 (HIGH) 5.1 (MEDIUM)
Analysis Generated
Jun 05, 2026 - 14:15 vuln.today

DescriptionCVE.org

Lyrion Music Server 9.2.0 contains a stored cross-site scripting vulnerability that allows attackers to inject malicious scripts through media file metadata tags like GENRE, ARTIST, and ALBUM. Attackers can craft files with XSS payloads in metadata tags that execute in the web interface when users view track information or play files, enabling access to management functions and settings disclosure.

AnalysisAI

Stored cross-site scripting in Lyrion Music Server 9.2.0 allows remote attackers to inject JavaScript payloads via media file metadata fields (GENRE, ARTIST, ALBUM) that execute when other users browse the web interface. With CVSS 7.2 and a changed scope, successful exploitation can reach management functions and disclose settings. No public exploit identified at time of analysis, and no CISA KEV listing.

Technical ContextAI

Lyrion Music Server (formerly Logitech Media Server, maintained by the LMS Community per CPE cpe:2.3:a:lms_community:lyrion_music_server) is a network media streaming server that indexes audio files and exposes a browser-based management UI. The flaw is a classic CWE-79 (Improper Neutralization of Input During Web Page Generation): metadata tags embedded in audio files (ID3 GENRE, ARTIST, ALBUM, etc.) are read into the indexer and rendered to the web UI without sufficient HTML/JS escaping, so scripts stored in tag values execute under the origin of the music server when the track view or playback view is loaded.

RemediationAI

No vendor-released patch identified at time of analysis in the supplied references, so operators should monitor the Lyrion Music Server project (LMS Community) for a fixed release beyond 9.2.0 and apply it once published; consult the VulnCheck advisory (https://www.vulncheck.com/advisories/lyrion-music-server-stored-xss-via-metadata-tags) and the Zero Science Lab advisory (https://www.zeroscience.mk/en/vulnerabilities/ZSL-2026-5990.php) for ongoing updates. In the interim, restrict the web UI to trusted networks via firewall or reverse-proxy ACLs to limit who can render poisoned metadata, and avoid indexing audio files sourced from untrusted parties - pre-scrub library files by rewriting ID3/Vorbis tags with a sanitizer such as Mutagen or eyeD3 to strip angle brackets and script-like content (trade-off: this rewrites legitimate metadata and may affect display). Where the UI is exposed, fronting the server with a reverse proxy that injects a strict Content-Security-Policy disallowing inline script execution can blunt the payload, at the cost of breaking any in-UI scripting the application itself relies on.

Share

CVE-2026-50232 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy