Описание
Security update for python-pip
This update for python-pip fixes the following issues
- CVE-2026-3219: pip doesn't reject concatenated ZIP (bsc#1262429).
- CVE-2026-6357: pip self-update functionality can import newly installed modules after wheel installation (bsc#1263442).
Список пакетов
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5
Ссылки
- Link for SUSE-SU-2026:2758-1
- E-Mail link for SUSE-SU-2026:2758-1
- SUSE Security Ratings
- SUSE Bug 1262429
- SUSE Bug 1263442
- SUSE CVE CVE-2026-3219 page
- SUSE CVE CVE-2026-6357 page
Описание
pip handles concatenated tar and ZIP files as ZIP files regardless of filename or whether a file is both a tar and ZIP file. This behavior could result in confusing installation behavior, such as installing "incorrect" files according to the filename of the archive. New behavior only proceeds with installation if the file identifies uniquely as a ZIP or tar archive, not as both.
Затронутые продукты
Ссылки
- CVE-2026-3219
- SUSE Bug 1262429
Описание
pip prior to version 26.1 would run self-update check functionality after installing wheel files which required importing well-known Python modules names. These module imports were intentionally deferred to increase startup time of the pip CLI. The patch changes self-update functionality to run before wheels are installed to prevent newly-installed modules from being imported shortly after the installation of a wheel package. Users should still review package contents prior to installation.
Затронутые продукты
Ссылки
- CVE-2026-6357
- SUSE Bug 1263442