CVE-2026-47260

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule (DNS resolution + public IP check), but the individual episode <enclosure url="..."> values extracted from the RSS XML are stored directly into the database without any SSRF validation. When a user plays an episode, the server downloads the full HTTP response from the unvalidated enclosure URL via Http::sink()->get() and streams it back to the user, enabling full-read SSRF against internal services. This issue has been patched in version 9.3.5.
Configurations

No configuration.

History

13 Jun 2026, 04:17

Type Values Removed Values Added
References () https://github.com/koel/koel/security/advisories/GHSA-7j2f-6h2r-6cqc - () https://github.com/koel/koel/security/advisories/GHSA-7j2f-6h2r-6cqc -

12 Jun 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-12 20:16

Updated : 2026-06-13 04:17


NVD link : CVE-2026-47260

Mitre link : CVE-2026-47260

CVE.ORG link : CVE-2026-47260


JSON object : View

Products Affected

No product.

CWE
CWE-918

Server-Side Request Forgery (SSRF)