VYPR

Pyinstaller

by Pyinstaller

pypi: pyinstaller

Source repositories

CVEs (3)

  • CVE-2025-59042HigSep 9, 2025
    risk 0.39cvss epss 0.00

    PyInstaller bundles a Python application and all its dependencies into a single package. Due to a special entry being appended to `sys.path` during the bootstrap process of a PyInstaller-frozen application, and due to the bootstrap script attempting to load an optional module…

  • CVE-2023-49797Dec 9, 2023
    risk 0.00cvss epss 0.00

    PyInstaller bundles a Python application and all its dependencies into a single package. A PyInstaller built application, elevated as a privileged process, may be tricked by an unprivileged attacker into deleting files the unprivileged user does not otherwise have access to. A…

  • CVE-2019-16784Jan 14, 2020
    risk 0.00cvss epss 0.01

    In PyInstaller before version 3.6, only on Windows, a local privilege escalation vulnerability is present in this particular case: If a software using PyInstaller in "onefile" mode is launched by a privileged user (at least more than the current one) which have his "TempPath"…