一、 漏洞 CVE-2023-23608 基础信息
漏洞标题
Spotipy 路径遍历漏洞,可能导致URI处理代码类型混淆
来源:AIGC 神龙大模型
漏洞描述信息
spotipy中存在的路径遍历漏洞,可能导致URI处理代码中的类型混淆。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
来源:AIGC 神龙大模型
漏洞类别
N/A
来源:AIGC 神龙大模型
漏洞标题
spotipy Path traversal vulnerability that may lead to type confusion in URI handling code
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Spotipy is a light weight Python library for the Spotify Web API. In versions prior to 2.22.1, if a malicious URI is passed to the library, the library can be tricked into performing an operation on a different API endpoint than intended. The code Spotipy uses to parse URIs and URLs allows an attacker to insert arbitrary characters into the path that is used for API requests. Because it is possible to include "..", an attacker can redirect for example a track lookup via spotifyApi.track() to an arbitrary API endpoint like playlists, but this is possible for other endpoints as well. The impact of this vulnerability depends heavily on what operations a client application performs when it handles a URI from a user and how it uses the responses it receives from the API. This issue is patched in version 2.22.1.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
对路径名的限制不恰当(路径遍历)
来源:美国国家漏洞数据库 NVD
漏洞标题
Spotipy 路径遍历漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Spotipy是spotipy-dev个人开发者的用于 Spotify Web API 的轻量级 Python 库。 Spotipy 2.22.1之前版本存在路径遍历漏洞。攻击者利用该漏洞可以在API端点上执行操作。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
路径遍历
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-23608 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-23608 的情报信息