setuptools vulnerable to Command Injection via package URL
High severity
GitHub Reviewed
Published
Jul 15, 2024
to the GitHub Advisory Database
•
Updated Aug 4, 2024
Description
Published by the National Vulnerability Database
Jul 15, 2024
Published to the GitHub Advisory Database
Jul 15, 2024
Reviewed
Jul 15, 2024
Last updated
Aug 4, 2024
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 susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.References