VYPR

Setuptools

by Pypa

pypi: setuptools

Source repositories

CVEs (3)

  • CVE-2025-47273HigMay 17, 2025
    risk 0.50cvss 8.8epss 0.01

    setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. A path traversal vulnerability in `PackageIndex` is present in setuptools prior to version 78.1.1. An attacker would be allowed to write files to arbitrary locations on…

  • CVE-2024-6345HigJul 15, 2024
    risk 0.50cvss 8.8epss 0.02

    A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are…

  • CVE-2026-59890MedJul 8, 2026
    risk 0.33cvss 6.1epss 0.00

    setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file…