SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-54493

HIGH · CVSS 7.7 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Koel music streaming solution prior to version 9.7.0 is vulnerable due to insufficient validation of user-provided stream URLs in its Subsonic-compatible routes, allowing attackers to access internal services, including those on the Docker bridge and other private networks. This could lead to unauthorized data exposure and potential exploitation of internal resources. Organizations using Koel for music streaming should prioritize upgrading to version 9.7.0 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54493
Severity
HIGH
CVSS
7.7
EPSS
0.32%
Docker

Original NVD 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.