CVE-2026-47260

HIGH EPSS 17.6%
Published Jun 12, 20263w ago · Modified Jun 17, 20262w ago
7.7 CVSS 3.1
High
Find Similar
Published Jun 12, 2026 3w ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
7.7
Exploitability
3.1
Impact
4.0
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Changed
Confidentiality High
Integrity None
Availability None

Threat Intelligence

EPSS Exploit Probability
17.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-918 Server-Side Request Forgery (SSRF) Validation

References 2

  • github.com https://github.com/koel/koel/commit/8708f077efd7d8a332b32e954d65bc837f3a413a
  • github.com https://github.com/koel/koel/security/advisories/GHSA-7j2f-6h2r-6cqc

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.