Koel is a free, open-source music streaming solution. Prior to 9.7.1, App\Helpers\Network::isPublicHost() uses filter_var() with FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE, which treats NAT64 64:ff9b::/96 and 6to4 2002::/16 wrappers of private, loopback, or link-local IPv4 addresses as public. An authenticated user can place such an address in a podcast RSS and reach app/Values/Podcast/EpisodePlayable.php through EpisodePlayable::createForEpisode(), where isSafeUrl() accepts the target and Http::sink($file)->get($url) fetches it. On a host with NAT64 or 6to4 routing, Koel can request internal services or cloud metadata and return the response body to the user. This issue is fixed in version 9.7.1
CVE-2026-54494
This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 81% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(medium)
- EG Risk
- 55(Attend)EG Risk 55/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 19%
- KEV
- Not listed
Published
July 15, 2026
Last Modified
August 25, 2026
Advisory Details (4)
Auto-updated Aug 19, 2026v9.7.1
Patch available: koel/koel v9.7.1
https://github.com/koel/koel/releases/tag/v9.7.1commit 5f6ce2cefd08 (koel/koel)
Patch available: koel/koel v9.7.1 (contains commit 5f6ce2cefd08)
https://github.com/koel/koel/commit/5f6ce2cefd08f437a269236b677ad971517ccbb6fix: close remaining SSRF advisories (DNS rebinding, IPv6 transition, bail)
Patch available: koel/koel v9.7.1 (PR #2549 merged 2026-06-04)
https://github.com/koel/koel/pull/2549Full-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 · Advisory · koel/koel · GitHub
https://github.com/koel/koel/security/advisories/GHSA-rjg7-r26h-cfp2Vendor Advisories for CVE-2026-54494(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Packagist(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| phanan/koel | 1.0.0-beta ... v9.7.0 (170 versions) | 9.7.1 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 20× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 03:49 UTCEG score recompute
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-28 21:41 UTCEPSS rescore
- 2026-08-28 01:52 UTCEG score recompute
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-26 23:05 UTCEG score recompute
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 15:25 UTCEG score recompute
- 2026-08-25 14:35 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 05:15 UTCEG score recompute
- 2026-08-23 01:52 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 00:24 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 21:21 UTCEG score recompute
- 2026-08-19 20:54 UTCEG score recompute▲ 5.30
- 2026-08-19 20:52 UTCMITRE cvelistV5CVSS v3 → 5.3 · CVSS v4 → 5.3
- 2026-08-01 09:23 UTCEG score recompute
- 2026-07-26 11:32 UTCEG score recompute
- 2026-07-23 03:19 UTCEG score recompute
- 2026-07-15 18:54 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-918
- CVE-2016-10927EG 10.0CRITICAL
- CVE-2016-10926EG 10.0CRITICAL
- CVE-2018-10511EG 10.0CRITICAL
- CVE-2018-1000124EG 10.0CRITICAL
- CVE-2017-11291EG 10.0EPSS p91CRITICAL
- CVE-2017-12905EG 10.0CRITICAL
- CVE-2017-8794EG 10.0CRITICAL
- CVE-2017-13667EG 9.9CRITICAL
- CVE-2017-17674EG 9.8CRITICAL
- CVE-2013-4864EG 9.8EPSS p93CRITICAL
Frequently asked(5)
What is CVE-2026-54494?
When was CVE-2026-54494 disclosed?
Is CVE-2026-54494 actively exploited?
What is the CVSS score of CVE-2026-54494?
How do I remediate CVE-2026-54494?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-54494
Is Your Infrastructure Affected by CVE-2026-54494?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.