Lucene search
+L

59 matches found

NVD
NVD
added 2026/08/19 9:16 p.m.15 views

CVE-2026-54491

Koel is a free, open-source music streaming solution. Prior to 9.7.1, outbound podcast and radio fetch paths perform a point-in-time App\Helpers\Network::isPublicHost or isSafeUrl check without pinning the validated address, and most paths lack redirect-hop validation and do not revalidate every...

7.1CVSS0.00241EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/19 9:16 p.m.7 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
NVD
NVD
added 2026/08/19 9:16 p.m.9 views

CVE-2026-54493

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
NVD
NVD
added 2026/08/19 9:16 p.m.8 views

CVE-2026-54494

Koel is a free, open-source music streaming solution. Prior to 9.7.1, App\Helpers\Network::isPublicHost uses filtervar with FILTERFLAGNOPRIVRANGE and FILTERFLAGNORESRANGE, which treats NAT64 64:ff9b::/96 and 6to4 2002::/16 wrappers of private, loopback, or link-local IPv4 addresses as public. An...

5.3CVSS0.00272EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/19 8:48 p.m.9 views

CVE-2026-54491 Koel: Incomplete fix for CVE-2026-47260 — systemic SSRF in podcast & radio fetch paths

Koel is a free, open-source music streaming solution. Prior to 9.7.1, outbound podcast and radio fetch paths perform a point-in-time App\Helpers\Network::isPublicHost or isSafeUrl check without pinning the validated address, and most paths lack redirect-hop validation and do not revalidate every...

7.1CVSS5.3AI score0.00302EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 8:48 p.m.41 views

CVE-2026-54491 Koel: Incomplete fix for CVE-2026-47260 — systemic SSRF in podcast & radio fetch paths

Koel is a free, open-source music streaming solution. Prior to 9.7.1, outbound podcast and radio fetch paths perform a point-in-time App\Helpers\Network::isPublicHost or isSafeUrl check without pinning the validated address, and most paths lack redirect-hop validation and do not revalidate every...

7.1CVSS0.00241EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/19 8:48 p.m.36 views

CVE-2026-54491

Koel versions prior to 9.7.1 contain an authenticated SSRF: any low-privilege user can supply a URL that 302-redirects to internal addresses or cloud metadata IPs (e.g., 169.254.169.254), since isPublicHost()/isSafeUrl() checks are point-in-time with no IP pinning and per-hop redirect validation ...

7.1CVSS5.4AI score0.00241EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/19 8:48 p.m.9 views

CVE-2026-54491 Koel: Incomplete fix for CVE-2026-47260 — systemic SSRF in podcast & radio fetch paths

Koel is a free, open-source music streaming solution. Prior to 9.7.1, outbound podcast and radio fetch paths perform a point-in-time App\Helpers\Network::isPublicHost or isSafeUrl check without pinning the validated address, and most paths lack redirect-hop validation and do not revalidate every...

7.1CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/19 8:46 p.m.37 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.13 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.36 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
CVE
CVE
added 2026/08/19 8:46 p.m.31 views

CVE-2026-54494

Koel (open-source music streaming, Laravel) prior to 9.7.1 has a full-read SSRF (CWE-918) in its outbound-URL guard App\Helpers\Network::isPublicHost(). PHP's filter_var() with FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE does not reject NAT64 (64:ff9b::/96) or 6to4 (2002::/16) IPv6 trans...

5.3CVSS5.4AI score0.00272EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:46 p.m.6 views

CVE-2026-54494 Koel: Full-read SSRF via podcast enclosure URL: isPublicHost() filter_var guard does not reject NAT64 (64:ff9b::/96) or 6to4 (2002::/16) IPv6-transition wrappers of internal IPv4

Koel is a free, open-source music streaming solution. Prior to 9.7.1, App\Helpers\Network::isPublicHost uses filtervar with FILTERFLAGNOPRIVRANGE and FILTERFLAGNORESRANGE, which treats NAT64 64:ff9b::/96 and 6to4 2002::/16 wrappers of private, loopback, or link-local IPv4 addresses as public. An...

5.3CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/19 8:46 p.m.34 views

CVE-2026-54494 Koel: Full-read SSRF via podcast enclosure URL: isPublicHost() filter_var guard does not reject NAT64 (64:ff9b::/96) or 6to4 (2002::/16) IPv6-transition wrappers of internal IPv4

Koel is a free, open-source music streaming solution. Prior to 9.7.1, App\Helpers\Network::isPublicHost uses filtervar with FILTERFLAGNOPRIVRANGE and FILTERFLAGNORESRANGE, which treats NAT64 64:ff9b::/96 and 6to4 2002::/16 wrappers of private, loopback, or link-local IPv4 addresses as public. An...

5.3CVSS0.00272EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:44 p.m.12 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
Cvelist
Cvelist
added 2026/08/19 8:44 p.m.39 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
CVE
CVE
added 2026/08/19 8:44 p.m.31 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
Circl
Circl
added 2026/07/15 8:35 p.m.12 views

CVE-2026-54494

creationtimestamp| type| source ---|---|--- 2026-07-15 20:35:03+00:00| published-proof-of-concept| https://github.com/koel/koel/security/advisories/GHSA-rjg7-r26h-cfp2...

5.3CVSS6.1AI score0.00272EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/15 6:35 p.m.17 views

CVE-2026-54491

creationtimestamp| type| source ---|---|--- 2026-07-15 18:35:12+00:00| published-proof-of-concept| https://github.com/koel/koel/security/advisories/GHSA-6qvr-wjmv-v8mm...

7.1CVSS6.1AI score0.00241EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/15 6:35 p.m.24 views

CVE-2026-54492

creationtimestamp| type| source ---|---|--- 2026-07-15 18:35:09+00:00| published-proof-of-concept| https://github.com/koel/koel/security/advisories/GHSA-w79m-f3jx-779v...

4.3CVSS6.1AI score0.00265EPSS
SaveExploits0References1
Rows per page
Query Builder