| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-6p96-cfg5-4vhp | Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Fri, 21 Aug 2026 19:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 20 Aug 2026 01:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Koel
Koel koel |
|
| Vendors & Products |
Koel
Koel koel |
Wed, 19 Aug 2026 21:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | 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. app/Http/Requests/Subsonic/CreateInternetRadioStationRequest.php and app/Http/Requests/Subsonic/UpdateInternetRadioStationRequest.php pass the stored URL through app/Services/RadioService.php to app/Services/Radio/RadioStreamProxy.php, where RadioStreamProxy::openStream() calls fopen($url, 'r', false, $context). Streaming /radio/stream/{id} returns the upstream response body, allowing access to loopback, RFC1918, Docker bridge, metadata, or other internal HTTP services reachable from the Koel server. This issue is fixed in version 9.7.0. | |
| Title | Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations | |
| Weaknesses | CWE-918 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-21T18:13:02.201Z
Reserved: 2026-06-15T18:01:15.510Z
Link: CVE-2026-54493
Updated: 2026-08-21T18:12:54.308Z
Status : Received
Published: 2026-08-19T21:16:57.743
Modified: 2026-08-21T19:17:03.347
Link: CVE-2026-54493
No data.
OpenCVE Enrichment
Updated: 2026-08-20T08:45:12Z
Github GHSA