Name
python3-setuptools
Version
69.1.1
Type
library
Description
Download, build, install, upgrade, and uninstall Python packages
Licenses
MIT
PURL
-
CPE
cpe:2.3:*:python:setuptools:69.1.1:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
conditionally do not fetch code by easy_install
Hongxu Jia <hongxu.jia@windriver.com>
2
Add a check to ensure the name resolves relative to the
"Jason R. Coombs" <jaraco@jaraco.com>
CVE-2025-47273
3
_distutils/sysconfig.py: make it possible to substite the
Alexander Kanavin <alex@linutronix.de>
4
Extract _resolve_download_filename with test.
"Jason R. Coombs" <jaraco@jaraco.com>
CVE-2025-47273
5
Merge pull request #4332 from pypa/debt/package-index-vcs
Jason R. Coombs <jaraco@jaraco.com>
CVE-2024-6345
Vulnerabilities#
Name
Analysis
Description
Patched
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 the filesystem with the permissions of the process running the Python code, which could escalate to remote code execution depending on the context. Version 78.1.1 fixes the issue.
Patched
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.