mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
https://nvd.nist.gov/vuln/detail/CVE-2024-6345
Upstream-patch:
|
||
|---|---|---|
| .. | ||
| 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | ||
| 0001-conditionally-do-not-fetch-code-by-easy_install.patch | ||
| CVE-2024-6345.patch | ||