VYPR
Vendor

Pypa

Products
6
CVEs
14
Across products
14
Status
Private

Products

6

Recent CVEs

14
  • CVE-2018-20225HigMay 8, 2020
    risk 0.51cvss 7.8epss 0.02

    An issue was discovered in pip (all versions) because it installs the version with the highest version number, even if the user had intended to obtain a private package from a private index. This only affects use of the --extra-index-url option, and exploitation requires that…

  • 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-48710MedMay 26, 2026
    risk 0.35cvss 6.5epss 0.01

    Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host`…

  • CVE-2025-8869MedSep 24, 2025
    risk 0.31cvss epss 0.00

    When extracting a tar archive pip may not check symbolic links point into the extraction directory if the tarfile module doesn't implement PEP 706. Note that upgrading pip to a "fixed" version for this vulnerability doesn't fix all known vulnerabilities that are remediated by…

  • CVE-2026-8643MedJun 1, 2026
    risk 0.29cvss 5.5epss 0.00

    pip would treat console_scripts and gui_scripts as paths instead of file names without sanitizing the resolved absolute path to the installation directory, leading to entry points being installed outside the installation directory.

  • CVE-2026-6357MedApr 27, 2026
    risk 0.27cvss epss 0.00

    pip prior to version 26.1 would run self-update check functionality after installing wheel files which required importing well-known Python modules names. These module imports were intentionally deferred to increase startup time of the pip CLI. The patch changes self-update…

  • CVE-2026-3219MedApr 20, 2026
    risk 0.23cvss epss 0.00

    pip handles concatenated tar and ZIP files as ZIP files regardless of filename or whether a file is both a tar and ZIP file. This behavior could result in confusing installation behavior, such as installing "incorrect" files according to the filename of the archive. New behavior…

  • CVE-2026-1703LowFeb 2, 2026
    risk 0.06cvss epss 0.00

    When pip is installing and extracting a maliciously crafted wheel archive, files may be extracted outside the installation directory. The path traversal is limited to prefixes of the installation directory, thus isn't able to inject or overwrite executable files in typical…

  • CVE-2026-24049Jan 22, 2026
    risk 0.00cvss epss 0.00

    wheel is a command line tool for manipulating Python wheel files, as defined in PEP 427. In versions 0.40.0 through 0.46.1, the unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the…

  • CVE-2026-22702Jan 10, 2026
    risk 0.00cvss epss 0.00

    virtualenv is a tool for creating isolated virtual python environments. Prior to version 20.36.1, TOCTOU (Time-of-Check-Time-of-Use) vulnerabilities in virtualenv allow local attackers to perform symlink-based attacks on directory creation operations. An attacker with local…

  • CVE-2025-47273May 17, 2025
    risk 0.00cvss epss 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-2014-8991Nov 24, 2014
    risk 0.00cvss epss 0.00

    pip 1.3 through 1.5.6 allows local users to cause a denial of service (prevention of package installation) by creating a /tmp/pip-build-* file for another user.

  • CVE-2013-1888Aug 17, 2013
    risk 0.00cvss epss 0.00

    pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.

  • CVE-2013-1629Aug 6, 2013
    risk 0.00cvss epss 0.06

    pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a "pip install" operation.