CVE-2026-50552 Details
Description
Koel is a free, open-source music streaming solution. Prior to version 9.7.1, Koel contains a Server-Side Request Forgery (SSRF) vulnerability in the radio station creation endpoint (POST /api/radio/stations). The url field validation rules are declared without the bail keyword, so the HasAudioContentType rule — which issues HTTP requests to the supplied URL — still executes even after the SafeUrl rule has rejected the URL as pointing to a private/reserved address. Any authenticated, non-admin user can therefore coerce the server into making HEAD/GET requests to arbitrary internal hosts. This issue has been patched in version 9.7.1.
A Server-Side Request Forgery (SSRF) vulnerability has been identified in Koel, a music streaming application, in versions prior to 9.7.1. The issue arises in the radio station creation endpoint (POST /api/radio/stations), where the URL validation rules allow for private or reserved addresses to be accessed. This vulnerability can be exploited by authenticated, non-admin users to make HEAD or GET requests to internal hosts, potentially leading to unauthorized access or manipulation of internal resources.
Users can update to Koel version 9.7.1 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 12, 2026CISA-ADP
Assessed Jun 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/koel/koel/security/advisories/GHSA-jr4p-4xjh-fwvw | CISA-ADP | AdvisoryRemedyVendor |
| https://github.com/koel/koel/commit/5f6ce2cefd08f437a269236b677ad971517ccbb6 | [email protected] | Source CodeVendor |
| https://github.com/koel/koel/security/advisories/GHSA-jr4p-4xjh-fwvw | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Koel | <= 9.7.0 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 15, 2026 | CVE Modified | CISA-ADP |
| Jun 12, 2026 | New CVE Received | [email protected] |
Volerion