Lucene search
+L

180 matches found

Nuclei
Nuclei
added 2026/08/25 6:03 a.m.179 views

Navidrome <=0.54.5 - Authentication Bypass in Subsonic API

Navidrome is an open source web-based music collection server and streamer. Starting in version 0.52.0 and prior to version 0.54.5, in certain Subsonic API endpoints, a flaw in the authentication check process allows an attacker to specify any arbitrary username that does not exist on the system,...

6.9CVSS5.8AI score0.00947EPSS
SaveExploits1References1
NVD
NVD
added 2026/08/19 9:16 p.m.4 views

CVE-2026-54492

Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createPodcastChannel.view route accepts an authenticated user's private URL because app/Http/Requests/Subsonic/CreatePodcastChannelRequest.php does not apply the SafeUrl validation used by the regular...

4.3CVSS0.00265EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 8:46 p.m.33 views

CVE-2026-54493 Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations

Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createInternetRadioStation.view and updateInternetRadioStation.view routes accept an authenticated user's streamUrl without the SafeUrl and HasAudioContentType checks used by the regular radio API...

7.7CVSS0.00264EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:46 p.m.8 views

CVE-2026-54493 Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations

Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createInternetRadioStation.view and updateInternetRadioStation.view routes accept an authenticated user's streamUrl without the SafeUrl and HasAudioContentType checks used by the regular radio API...

7.7CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 8:46 p.m.31 views

CVE-2026-54493

Koel (open-source music streaming, PHP/Laravel) versions prior to 9.7.0 are vulnerable to an authenticated full-read SSRF via its Subsonic-compatible radio endpoints. The createInternetRadioStation.view and updateInternetRadioStation.view routes accept a user-supplied streamUrl without the SafeUr...

7.7CVSS5.3AI score0.00264EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 8:44 p.m.34 views

CVE-2026-54492 Koel: Authenticated Blind SSRF via Subsonic Podcast Channel Creation

Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createPodcastChannel.view route accepts an authenticated user's private URL because app/Http/Requests/Subsonic/CreatePodcastChannelRequest.php does not apply the SafeUrl validation used by the regular...

4.3CVSS0.00265EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:44 p.m.9 views

CVE-2026-54492 Koel: Authenticated Blind SSRF via Subsonic Podcast Channel Creation

Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createPodcastChannel.view route accepts an authenticated user's private URL because app/Http/Requests/Subsonic/CreatePodcastChannelRequest.php does not apply the SafeUrl validation used by the regular...

4.3CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 8:44 p.m.27 views

CVE-2026-54492

Koel (open-source music streaming) versions prior to 9.7.0 are vulnerable to an authenticated blind SSRF via the Subsonic-compatible createPodcastChannel.view route. The CreatePodcastChannelRequest.php validator omits the SafeUrl rule applied by the regular podcast API, allowing an authenticated ...

4.3CVSS5.6AI score0.00265EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/30 4:43 p.m.9 views

SUSE CVE-2026-49338

gonic is a music streaming server / free-software subsonic server API implementation. Prior to version 0.21.0, the Subsonic API endpoints /rest/deletePlaylist.view and /rest/getPlaylist.view perform no per-resource authorization. Once authenticated as any user admin or not, an attacker can delete...

7.1CVSS7.7AI score0.00288EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:43 p.m.9 views

SUSE CVE-2026-49340

gonic is a music streaming server / free-software subsonic server API implementation. Prior to version 0.21.0, a logic error in ServeCreateOrUpdatePlaylist allows any authenticated Subsonic user including non-admin to write playlist M3U content to an attacker-controlled absolute filesystem path o...

8.1CVSS7.7AI score0.00428EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/15 5:13 p.m.16 views

Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations

Summary Koel v9.6.0 validates radio station URLs on the regular web API, but the Subsonic-compatible radio endpoints do not apply the same SSRF protections. An authenticated user can create or update a radio station with a private URL and then use Koel's radio streaming feature to make the server...

7.7CVSS6.1AI score0.00264EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/07/15 5:13 p.m.11 views

Server-side Request Forgery (SSRF)

Overview phanan/koel is a personal audio streaming service. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the openStream function. An attacker can retrieve sensitive information from internal network resources by supplying a crafted URL to the...

7.7CVSS5.3AI score0.00264EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/15 5:13 p.m.14 views

GHSA-6P96-CFG5-4VHP Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations

Summary Koel v9.6.0 validates radio station URLs on the regular web API, but the Subsonic-compatible radio endpoints do not apply the same SSRF protections. An authenticated user can create or update a radio station with a private URL and then use Koel's radio streaming feature to make the server...

7.7CVSS6.1AI score0.00264EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/15 5:07 p.m.25 views

GHSA-W79M-F3JX-779V Koel: Authenticated Blind SSRF via Subsonic Podcast Channel Creation

Summary Koel v9.6.0 protects the regular podcast subscription API with SafeUrl, but the Subsonic-compatible createPodcastChannel.view route does not apply the same protection. An authenticated user can supply a private URL and cause Koel to fetch it server-side during podcast parsing. This was...

4.3CVSS6.2AI score0.00265EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/15 5:07 p.m.12 views

Koel: Authenticated Blind SSRF via Subsonic Podcast Channel Creation

Summary Koel v9.6.0 protects the regular podcast subscription API with SafeUrl, but the Subsonic-compatible createPodcastChannel.view route does not apply the same protection. An authenticated user can supply a private URL and cause Koel to fetch it server-side during podcast parsing. This was...

4.3CVSS6.2AI score0.00265EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/15 12:00 a.m.17 views

PT-2026-60384

Name of the Vulnerable Software and Affected Versions Koel versions prior to 9.7.0 Description An authenticated user can trigger server-side requests to internal destinations, such as loopback, Docker bridge, or RFC1918 HTTP addresses, because the Subsonic-compatible createPodcastChannel.view...

4.3CVSS5.5AI score0.00265EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/15 12:00 a.m.23 views

PT-2026-60385

Name of the Vulnerable Software and Affected Versions Koel versions prior to 9.7.0 Description An authenticated user can perform a Server-Side Request Forgery SSRF via Subsonic-compatible endpoints. The createInternetRadioStation.view and updateInternetRadioStation.view routes fail to implement t...

7.7CVSS5.2AI score0.00264EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/07 3:26 p.m.14 views

GO-2026-5830 Subsonic API: any authenticated user can delete or read any other user's playlist (IDOR) in go.senan.xyz/gonic

Subsonic API: any authenticated user can delete or read any other user's playlist IDOR in go.senan.xyz/gonic...

7.1CVSS5.9AI score0.00288EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/26 11:33 p.m.19 views

EUVD-2026-38067

Subsonic API: any authenticated user can delete or read any other user's playlist IDOR...

7.1CVSS5.8AI score0.00288EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/26 11:33 p.m.17 views

GHSA-HMGP-W9JM-VP95 Subsonic API: any authenticated user can delete or read any other user's playlist (IDOR)

Summary In gonic, the Subsonic API endpoints /rest/deletePlaylist.view and /rest/getPlaylist.view perform no per-resource authorization. Once authenticated as any user admin or not, an attacker can: 1. Delete any playlist owned by any other user including admin by passing its id. 2. Read the full...

7.1CVSS5.8AI score0.00288EPSS
SaveExploits0References4
Rows per page
Query Builder