漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Koel: Authenticated Full-Read SSRF via Subsonic Internet Radio Stations
Vulnerability Description
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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Vulnerability Type
服务端请求伪造(SSRF)
Vulnerability Title
Koel 服务端请求伪造漏洞
Vulnerability Description
Koel是德国Koel社区开源的一款个人音乐流媒体服务软件。 Koel 9.7.0之前版本存在服务端请求伪造漏洞,该漏洞源于对streamUrl参数未进行SafeUrl和HasAudioContentType检查,可能导致服务端请求伪造,允许访问回环地址、RFC1918、Docker桥接或其他内部HTTP服务。
CVSS Information
N/A
Vulnerability Type
N/A