Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2026:2634-1

Опубликовано: 25 июн. 2026
Источник: suse-cvrf

Описание

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).
  • CVE-2026-8643: path traversal via malicious entry point name in pip wheel installation allows arbitrary file overwrite (bsc#1266669).

Список пакетов

Container bci/python:3
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-HPC-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-Hardened-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAP
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAP-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAP-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAP-Hardened
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAP-Hardened-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAP-Hardened-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAPCAL
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-SAPCAL-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP5-HPC-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP5-HPC-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP5-SAPCAL-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP6-HPC
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP6-HPC-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP6-HPC-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-Azure-3P
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-Azure-Basic
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-Azure-Standard
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-HPC-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-HPC-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-Hardened-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-SAP-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-SAP-Azure-3P
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-SAP-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-SAP-Hardened-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-SAP-Hardened-BYOS-Azure
python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP7-SAPCAL-Azure
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Module for Public Cloud 15 SP4
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Module for Python 3 15 SP7
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Server 15 SP4-LTSS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Server 15 SP5-LTSS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Server 15 SP6-LTSS
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
python311-pip-22.3.1-150400.17.26.1
SUSE Linux Enterprise Server for SAP Applications 15 SP6
python311-pip-22.3.1-150400.17.26.1

Описание

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.


Затронутые продукты
Container bci/python:3:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-HPC-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-Hardened-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1

Ссылки

Описание

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.


Затронутые продукты
Container bci/python:3:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-HPC-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-Hardened-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1

Ссылки

Описание

pip would treat console_scripts and gui_scripts as paths instead of file names without sanitizing the resolved absolute path to the installation directory, leading to entry points being installed outside the installation directory.


Затронутые продукты
Container bci/python:3:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-HPC-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1
Image SLES15-SP4-Hardened-BYOS-Azure:python311-pip-22.3.1-150400.17.26.1

Ссылки