Python/setuptools/0.6b1
Easily download, build, install, upgrade, and uninstall Python packages
https://pypi.org/project/setuptools
PSF-2.0
OR
ZPL-2.1
3 Security Vulnerabilities
Setuptools vulnerable to Man-in-the-middle attacks
- https://nvd.nist.gov/vuln/detail/CVE-2013-1633
- https://pypi.python.org/pypi/setuptools/0.9.8#changes
- http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/
- https://github.com/advisories/GHSA-27x4-j476-jp5f
- https://github.com/pypa/advisory-database/tree/main/vulns/setuptools/PYSEC-2013-22.yaml
- http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a
easy_install in setuptools before 0.7 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 the default use of the product.
setuptools vulnerable to Command Injection via package URL
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.
pypa/setuptools vulnerable to Regular Expression Denial of Service (ReDoS)
- https://nvd.nist.gov/vuln/detail/CVE-2022-40897
- https://github.com/pypa/setuptools/blob/fe8a98e696241487ba6ac9f91faa38ade939ec5d/setuptools/package_index.py#L200
- https://pyup.io/posts/pyup-discovers-redos-vulnerabilities-in-top-python-packages/
- https://github.com/pypa/setuptools/issues/3659
- https://github.com/pypa/setuptools/commit/43a9c9bfa6aa626ec2a22540bea28d2ca77964be
- https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1
- https://pyup.io/vulnerabilities/CVE-2022-40897/52495/
- https://setuptools.pypa.io/en/latest/
- https://github.com/advisories/GHSA-r9hx-vwmv-q579
- https://security.netapp.com/advisory/ntap-20230214-0001/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ADES3NLOE5QJKBLGNZNI2RGVOSQXA37R/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNA2BAH2ACBZ4TVJZKFLCR7L23BG5C3H/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ADES3NLOE5QJKBLGNZNI2RGVOSQXA37R
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YNA2BAH2ACBZ4TVJZKFLCR7L23BG5C3H
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ADES3NLOE5QJKBLGNZNI2RGVOSQXA37R
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YNA2BAH2ACBZ4TVJZKFLCR7L23BG5C3H
- https://pyup.io/posts/pyup-discovers-redos-vulnerabilities-in-top-python-packages
- https://pyup.io/vulnerabilities/CVE-2022-40897/52495
- https://security.netapp.com/advisory/ntap-20230214-0001
- https://security.netapp.com/advisory/ntap-20240621-0006
- https://setuptools.pypa.io/en/latest
- https://github.com/pypa/advisory-database/tree/main/vulns/setuptools/PYSEC-2022-43012.yaml
Python Packaging Authority (PyPA)'s setuptools is a library designed to facilitate packaging Python projects. Setuptools version 65.5.0 and earlier could allow remote attackers to cause a denial of service by fetching malicious HTML from a PyPI package or custom PackageIndex page due to a vulnerable Regular Expression in package_index
. This has been patched in version 65.5.1.
583 Other Versions
Version | License | Security | Released | |
---|---|---|---|---|
20.9.0 | MIT | 2 | 2016-04-16 - 08:59 | over 8 years |
20.8.1 | MIT | 2 | 2016-04-15 - 07:07 | over 8 years |
20.8.0 | MIT | 2 | 2016-04-15 - 06:41 | over 8 years |
20.7.0 | MIT | 2 | 2016-04-10 - 19:24 | over 8 years |
20.6.8 | MIT | 2 | 2016-05-09 - 21:11 | over 8 years |
20.6.7 | MIT | 2 | 2016-03-31 - 14:49 | over 8 years |
20.6.6 | MIT | 2 | 2016-03-31 - 02:12 | over 8 years |
20.4 | MIT | 2 | 2016-03-29 - 16:29 | over 8 years |
20.3.1 | MIT | 2 | 2016-03-18 - 15:14 | over 8 years |
20.3 | MIT | 2 | 2016-03-15 - 21:11 | over 8 years |
20.2.2 | MIT | 2 | 2016-02-27 - 14:49 | over 8 years |
20.1.1 | MIT | 2 | 2016-02-12 - 16:12 | over 8 years |
20.1 | MIT | 2 | 2016-02-12 - 04:49 | over 8 years |
20.0 | MIT | 2 | 2016-02-07 - 14:41 | over 8 years |
19.7 | MIT | 2 | 2016-02-03 - 13:21 | almost 9 years |
19.6.2 | MIT | 2 | 2016-01-31 - 09:51 | almost 9 years |
19.6.1 | MIT | 2 | 2016-01-28 - 18:17 | almost 9 years |
19.6 | MIT | 2 | 2016-01-25 - 00:52 | almost 9 years |
19.5 | MIT | 2 | 2016-01-24 - 02:27 | almost 9 years |
19.4.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2016-01-23 - 23:31 | almost 9 years |
19.4 | PSF-2.0 OR ZPL-2.1 | 2 | 2016-01-16 - 22:39 | almost 9 years |
19.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2016-01-16 - 01:07 | almost 9 years |
19.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-25 - 15:53 | almost 9 years |
19.1.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-17 - 00:28 | almost 9 years |
19.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-16 - 13:18 | almost 9 years |
19.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-16 - 00:48 | almost 9 years |
18.8.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-13 - 16:58 | almost 9 years |
18.8 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-11 - 17:27 | almost 9 years |
18.7.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-12-01 - 19:14 | almost 9 years |
18.7 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-11-28 - 22:58 | almost 9 years |
18.6.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-11-24 - 23:53 | almost 9 years |
18.6 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-11-24 - 16:44 | almost 9 years |
18.5 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-11-02 - 00:20 | about 9 years |
18.4 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-10-11 - 01:04 | about 9 years |
18.3.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-09-19 - 16:30 | about 9 years |
18.3.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-09-07 - 07:18 | about 9 years |
18.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-09-06 - 18:04 | about 9 years |
18.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-08-19 - 16:46 | about 9 years |
18.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-08-02 - 18:51 | over 9 years |
18.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-06-24 - 21:00 | over 9 years |
18.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-06-23 - 22:51 | over 9 years |
17.1.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-06-08 - 17:36 | over 9 years |
17.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-06-07 - 14:38 | over 9 years |
17.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-05-29 - 02:22 | over 9 years |
16.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-05-18 - 07:08 | over 9 years |
15.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-04-26 - 15:02 | over 9 years |
15.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-04-15 - 13:16 | over 9 years |
15.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-04-03 - 22:26 | over 9 years |
14.3.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-20 - 20:08 | over 9 years |
14.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-15 - 13:47 | over 9 years |
14.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-15 - 12:18 | over 9 years |
14.1.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-15 - 02:45 | over 9 years |
14.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-15 - 01:31 | over 9 years |
14.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-06 - 22:30 | over 9 years |
13.0.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-06 - 16:09 | over 9 years |
13.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-06 - 01:43 | over 9 years |
13.0 | PSF-2.0 OR ZPL-2.1 | 2 | ||
12.4 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-03-04 - 16:08 | over 9 years |
12.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-02-26 - 19:15 | over 9 years |
12.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-02-16 - 15:24 | over 9 years |
12.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-02-11 - 01:16 | over 9 years |
12.0.5 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-26 - 13:35 | almost 10 years |
12.0.4 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-21 - 03:13 | almost 10 years |
12.0.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-19 - 01:48 | almost 10 years |
12.0.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-19 - 01:35 | almost 10 years |
12.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-16 - 22:37 | almost 10 years |
12.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-16 - 21:38 | almost 10 years |
11.3.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-06 - 15:12 | almost 10 years |
11.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-05 - 19:23 | almost 10 years |
11.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-05 - 18:03 | almost 10 years |
11.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-04 - 19:36 | almost 10 years |
11.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-03 - 03:28 | almost 10 years |
10.2.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-02 - 21:46 | almost 10 years |
10.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2015-01-02 - 19:29 | almost 10 years |
10.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-31 - 15:17 | almost 10 years |
10.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-30 - 17:40 | almost 10 years |
10.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-30 - 16:05 | almost 10 years |
9.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-29 - 18:15 | almost 10 years |
9.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-29 - 14:47 | almost 10 years |
9.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-29 - 01:57 | almost 10 years |
8.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-24 - 22:24 | almost 10 years |
8.2.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-19 - 01:54 | almost 10 years |
8.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-18 - 14:07 | almost 10 years |
8.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-18 - 13:39 | almost 10 years |
8.0.4 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-15 - 20:43 | almost 10 years |
8.0.3 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-15 - 18:32 | almost 10 years |
8.0.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-14 - 22:31 | almost 10 years |
8.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-14 - 02:42 | almost 10 years |
8.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-12-13 - 15:46 | almost 10 years |
7.0 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-10-19 - 12:35 | about 10 years |
6.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-10-11 - 23:37 | about 10 years |
6.0.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-09-29 - 15:43 | about 10 years |
6.0.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-09-27 - 13:41 | about 10 years |
5.8 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-09-18 - 11:40 | about 10 years |
5.7 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-08-15 - 13:55 | about 10 years |
5.6 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-08-14 - 16:57 | about 10 years |
5.5.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-08-10 - 23:56 | about 10 years |
5.5 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-08-10 - 18:50 | about 10 years |
5.4.2 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-08-01 - 20:24 | over 10 years |
5.4.1 | PSF-2.0 OR ZPL-2.1 | 2 | 2014-07-06 - 18:04 | over 10 years |