CVE-2023-23608

NONE

spotipy < 2.22.1 - Path Traversal via URI Parsing

Title source: llm
STIX 2.1

Description

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.

References (1)

Core 1
Core References
Exploit, Patch, Third Party Advisory x_refsource_confirm
https://github.com/spotipy-dev/spotipy/security/advisories/GHSA-q764-g6fm-555v

Scores

CVSS v3 0.0
EPSS 0.0065
EPSS Percentile 46.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-22
Status published
Products (2)
pypi/spotipy 0 - 2.22.1PyPI
spotipy_project/spotipy < 2.22.1
Published Jan 26, 2023
Tracked Since Feb 18, 2026