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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:1947-1

Опубликовано: 18 мая 2026
Источник: suse-cvrf

Описание

Security update for python310

This update for python310 fixes the following issues

Security issues:

  • CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).
  • CVE-2026-3446: base64 decoding stops at first padded quad by default (bsc#1261970).
  • CVE-2026-4786: incomplete mitigation of , %action expansion for command injection to webbrowser.open() (bsc#1262319).
  • CVE-2026-6019: BaseCookie.js_output() does not neutralize characters in cookie values embedded in JS (bsc#1262654).
  • CVE-2026-6100: arbitrary code execution or information disclosure via use-after-free in decompression modules (bsc#1262098).

Non security issue:

  • Conflicts between different versions of Python (bsc#1258364).

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

SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
libpython3_10-1_0-3.10.20-150400.4.112.1
python310-3.10.20-150400.4.112.1
python310-base-3.10.20-150400.4.112.1
python310-curses-3.10.20-150400.4.112.1
python310-dbm-3.10.20-150400.4.112.1
python310-devel-3.10.20-150400.4.112.1
python310-idle-3.10.20-150400.4.112.1
python310-tk-3.10.20-150400.4.112.1
python310-tools-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
libpython3_10-1_0-3.10.20-150400.4.112.1
python310-3.10.20-150400.4.112.1
python310-base-3.10.20-150400.4.112.1
python310-curses-3.10.20-150400.4.112.1
python310-dbm-3.10.20-150400.4.112.1
python310-devel-3.10.20-150400.4.112.1
python310-idle-3.10.20-150400.4.112.1
python310-tk-3.10.20-150400.4.112.1
python310-tools-3.10.20-150400.4.112.1
SUSE Linux Enterprise Server 15 SP4-LTSS
libpython3_10-1_0-3.10.20-150400.4.112.1
python310-3.10.20-150400.4.112.1
python310-base-3.10.20-150400.4.112.1
python310-curses-3.10.20-150400.4.112.1
python310-dbm-3.10.20-150400.4.112.1
python310-devel-3.10.20-150400.4.112.1
python310-idle-3.10.20-150400.4.112.1
python310-tk-3.10.20-150400.4.112.1
python310-tools-3.10.20-150400.4.112.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
libpython3_10-1_0-3.10.20-150400.4.112.1
python310-3.10.20-150400.4.112.1
python310-base-3.10.20-150400.4.112.1
python310-curses-3.10.20-150400.4.112.1
python310-dbm-3.10.20-150400.4.112.1
python310-devel-3.10.20-150400.4.112.1
python310-idle-3.10.20-150400.4.112.1
python310-tk-3.10.20-150400.4.112.1
python310-tools-3.10.20-150400.4.112.1

Описание

CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1

Ссылки

Описание

When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use "validate=True" to enable stricter processing of base64 data.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1

Ссылки

Описание

Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1

Ссылки

Описание

http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1

Ссылки

Описание

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1

Ссылки
Уязвимость SUSE-SU-2026:1947-1