---
id: CVE-2026-54491
title: 'Koel is a free, open-source music streaming solution'
summary: >-
  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…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'
cwe:
  - CWE-918
vendor: phanan
product: phanan/koel
affected:
  - phanan/koel <= 9.7.0
patched:
  - phanan/koel 9.7.1
published: '2026-08-19'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:15:59.613'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54491'
references:
  - url: >-
      https://github.com/koel/koel/commit/5f6ce2cefd08f437a269236b677ad971517ccbb6
    label: security-advisories@github.com
  - url: >-
      https://github.com/koel/koel/commit/c264a3d52513a83b21e1cc3a20e895caea97fc4a
    label: security-advisories@github.com
  - url: 'https://github.com/koel/koel/pull/2546'
    label: security-advisories@github.com
  - url: 'https://github.com/koel/koel/pull/2549'
    label: security-advisories@github.com
  - url: 'https://github.com/koel/koel/releases/tag/v9.7.1'
    label: security-advisories@github.com
  - url: 'https://github.com/koel/koel/security/advisories/GHSA-6qvr-wjmv-v8mm'
    label: security-advisories@github.com
  - url: 'https://github.com/koel/koel/security/advisories/GHSA-6qvr-wjmv-v8mm'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-6qvr-wjmv-v8mm'
tags:
  - nvd
  - ghsa
  - composer
epss: 0.00384
epssPercentile: 0.29701
aliases:
  - GHSA-6qvr-wjmv-v8mm
ecosystem: composer
ingestedAt: '2026-07-15T18:45:16.960Z'
---

## Overview

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 redirect target. PhanAn\Poddle\Poddle::fromUrl(), PodcastService::getStreamableUrl(), PodcastService::isPodcastObsolete(), App\Rules\HasAudioContentType, and App\Rules\SafeUrl can therefore follow an attacker-controlled redirect to an internal address or connect after DNS rebinding changes a public resolution to a private one. These paths are reachable through podcast and radio APIs, including createPodcastChannel, createInternetRadioStation, refreshPodcasts, apiResource podcasts, and radio/stations, allowing an authenticated user to request internal services or cloud metadata and potentially receive parsed or streamed response content. This issue is fixed in version 9.7.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54491)

Affected packages:

- `phanan/koel <= 9.7.0`

Patched in:

- `phanan/koel 9.7.1`

Source: https://github.com/advisories/GHSA-6qvr-wjmv-v8mm
