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

exploitDog

oracle-oval логотип

ELSA-2026-1902

Опубликовано: 05 фев. 2026
Источник: oracle-oval
Платформа: Oracle Linux 10

Описание

ELSA-2026-1902: python-wheel security update (IMPORTANT)

[1:0.41.2-5.1]

  • Security fix for CVE-2026-24049 Resolves: RHEL-143630

Обновленные пакеты

Oracle Linux 10

Oracle Linux aarch64

python3-wheel

0.41.2-5.el10_1.1

python3-wheel-wheel

0.41.2-5.el10_1.1

Oracle Linux x86_64

python3-wheel

0.41.2-5.el10_1.1

python3-wheel-wheel

0.41.2-5.el10_1.1

Связанные CVE

Связанные уязвимости

CVSS3: 7.1
ubuntu
18 дней назад

wheel is a command line tool for manipulating Python wheel files, as defined in PEP 427. In versions 0.40.0 through 0.46.1, the unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts. This issue has been fixed in version 0.46.2.

CVSS3: 7.1
nvd
18 дней назад

wheel is a command line tool for manipulating Python wheel files, as defined in PEP 427. In versions 0.40.0 through 0.46.1, the unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts. This issue has been fixed in version 0.46.2.

CVSS3: 7.1
debian
18 дней назад

wheel is a command line tool for manipulating Python wheel files, as d ...

suse-cvrf
6 дней назад

Security update for python-wheel

CVSS3: 7.1
github
17 дней назад

Wheel Affected by Arbitrary File Permission Modification via Path Traversal in wheel unpack