VYPR

Koel

by Koel

Source repositories

CVEs (7)

  • CVE-2021-33563HigMay 24, 2021
    risk 0.49cvss 7.5epss 0.01

    Koel before 5.1.4 lacks login throttling, lacks a password strength policy, and shows whether a failed login attempt had a valid username. This might make brute-force attacks easier.

  • CVE-2026-54493HigAug 19, 2026
    risk 0.43cvss 7.7epss 0.00

    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…

  • CVE-2026-47260HigJun 12, 2026
    risk 0.43cvss 7.7epss 0.00

    Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule (DNS resolution + public IP check), but the individual episode values extracted from the RSS XML are stored directly into…

  • CVE-2026-54491HigAug 19, 2026
    risk 0.39cvss 7.1epss 0.00

    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…

  • CVE-2026-50552MedJun 12, 2026
    risk 0.34cvss 6.3epss 0.00

    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,…

  • CVE-2026-54494MedAug 19, 2026
    risk 0.27cvss epss 0.00

    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…

  • CVE-2026-54492MedAug 19, 2026
    risk 0.21cvss 4.3epss 0.00

    Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createPodcastChannel.view route accepts an authenticated user's private URL because app/Http/Requests/Subsonic/CreatePodcastChannelRequest.php does not apply the SafeUrl validation used…