SCA: security update for phanan/koel (GHSA-6p96-cfg5-4vhp)

high Tenable Cloud Security Plugin ID 444745

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2026-54493)

Solution

Update the phanan/koel library and its related packages to version 9.7.0 or later.

See Also

https://github.com/advisories/GHSA-6p96-cfg5-4vhp

Plugin Details

Severity: High

ID: 444745

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 7/15/2026

Updated: 8/20/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.3

Percentile: 51.2

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2026-54493

CVSS v3

Risk Factor: High

Base Score: 7.7

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/15/2026

Vulnerability Publication Date: 7/15/2026

Reference Information

CVE: CVE-2026-54493

cwe: CWE-918