CVE-2025-59042

Severity CVSS v4.0:
HIGH
Type:
CWE-94 Code Injection
Publication date:
09/09/2025
Last modified:
11/09/2025

Description

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 for bytecode decryption while this entry is still present in `sys.path`, an application built with PyInstaller