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

exploitDog

suse-cvrf логотип

SUSE-SU-2025:02297-1

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

Описание

Security update for python36

This update for python36 fixes the following issues:

  • CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)
  • CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)
  • CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)
  • CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)
  • CVE-2025-4516: Fixed denial of service due to DecodeError handling vulnerability (bsc#1243273)
  • CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter='data' (bsc#1244032)
  • CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)

Other fixes:

  • Add python36-* provides/obsoletes to enable SLE-12 -> SLE-15 migration (bsc#1233012)
  • Update vendored ipaddress module to 3.8 equivalent
  • Limit buffer size for IPv6 address parsing (bsc#1244401).

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

SUSE Linux Enterprise Server 12 SP5-LTSS
libpython3_6m1_0-3.6.15-84.1
libpython3_6m1_0-32bit-3.6.15-84.1
python36-3.6.15-84.1
python36-base-3.6.15-84.1
python36-devel-3.6.15-84.1
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5
libpython3_6m1_0-3.6.15-84.1
libpython3_6m1_0-32bit-3.6.15-84.1
python36-3.6.15-84.1
python36-base-3.6.15-84.1
python36-devel-3.6.15-84.1

Описание

Allows modifying some file metadata (e.g. last modified) with filter="data" or file permissions (chmod) with filter="tar" of files outside the extraction directory. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of "data" or "tar". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don't include the extraction filter feature. Note that for Python 3.14 or later the default value of filter= changed from "no filtering" to `"data", so if you are relying on this new default behavior then your usage is also affected. Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки

Описание

Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of "data" or "tar". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Note that for Python 3.14 or later the default value of filter= changed from "no filtering" to `"data", so if you are relying on this new default behavior then your usage is also affected. Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки

Описание

Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of "data" or "tar". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Note that for Python 3.14 or later the default value of filter= changed from "no filtering" to `"data", so if you are relying on this new default behavior then your usage is also affected. Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки

Описание

When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки

Описание

There is an issue in CPython when using `bytes.decode("unicode_escape", error="ignore|replace")`. If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки

Описание

Allows arbitrary filesystem writes outside the extraction directory during extraction with filter="data". You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of "data" or "tar". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Note that for Python 3.14 or later the default value of filter= changed from "no filtering" to `"data", so if you are relying on this new default behavior then your usage is also affected. Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки

Описание

The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-84.1
SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-84.1

Ссылки