SCA: security update for phanan/koel (GHSA-jr4p-4xjh-fwvw)

medium Tenable Self-Hosted Container Security Plugin ID 444738

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 version 9.7.1, Koel contains a Server-Side
Request Forgery (SSRF) vulnerability in the radio station creation endpoint (POST /api/radio/stations).
The url field validation rules are declared without the bail keyword, so the HasAudioContentType rule —
which issues HTTP requests to the supplied URL — still executes even after the SafeUrl rule has rejected
the URL as pointing to a private/reserved address. Any authenticated, non-admin user can therefore coerce
the server into making HEAD/GET requests to arbitrary internal hosts. This issue has been patched in
version 9.7.1. (CVE-2026-50552)

Solution

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

See Also

https://github.com/advisories/GHSA-jr4p-4xjh-fwvw

Plugin Details

Severity: Medium

ID: 444738

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/15/2026

Updated: 7/15/2026

Risk Information

VPR

Risk Factor: Low

Score: 2.8

Percentile: 22.57

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 4.8

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

CVSS Score Source: CVE-2026-50552

CVSS v3

Risk Factor: Medium

Base Score: 6.3

Temporal Score: 5.5

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

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: 6/12/2026

Reference Information

CVE: CVE-2026-50552

cwe: CWE-918