Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. spotipy
  4. ›
  5. CVE-2023-23608

CVE-2023-23608: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

January 26, 2023 (updated February 6, 2023)

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

  • github.com/advisories/GHSA-q764-g6fm-555v
  • github.com/spotipy-dev/spotipy/security/advisories/GHSA-q764-g6fm-555v
  • nvd.nist.gov/vuln/detail/CVE-2023-23608

Code Behaviors & Features

Detect and mitigate CVE-2023-23608 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.22.1

Fixed versions

  • 2.22.1

Solution

Upgrade to version 2.22.1 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

pypi/spotipy/CVE-2023-23608.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:33 +0000.