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

exploitDog

suse-cvrf логотип

SUSE-SU-2025:0521-1

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

Описание

Security update for python312

This update for python312 fixes the following issues:

  • CVE-2025-0938: Functions urllib.parse.urlsplit and urlparse accept domain names including square brackets (bsc#1236705).
  • CVE-2024-12254: Unbounded memory buffering in SelectorSocketTransport.writelines() (bsc#1234290).

Other bugfixes:

  • Position of SUSE Python interpreters on Externally managed environments (bsc#1228165).

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

Container bci/python:latest
libpython3_12-1_0-3.12.9-150600.3.18.1
python312-3.12.9-150600.3.18.1
python312-base-3.12.9-150600.3.18.1
python312-devel-3.12.9-150600.3.18.1
SUSE Linux Enterprise Module for Python 3 15 SP6
libpython3_12-1_0-3.12.9-150600.3.18.1
python312-3.12.9-150600.3.18.1
python312-base-3.12.9-150600.3.18.1
python312-curses-3.12.9-150600.3.18.1
python312-dbm-3.12.9-150600.3.18.1
python312-devel-3.12.9-150600.3.18.1
python312-idle-3.12.9-150600.3.18.1
python312-tk-3.12.9-150600.3.18.1
python312-tools-3.12.9-150600.3.18.1
openSUSE Leap 15.6
libpython3_12-1_0-3.12.9-150600.3.18.1
libpython3_12-1_0-32bit-3.12.9-150600.3.18.1
python312-3.12.9-150600.3.18.1
python312-32bit-3.12.9-150600.3.18.1
python312-base-3.12.9-150600.3.18.1
python312-base-32bit-3.12.9-150600.3.18.1
python312-curses-3.12.9-150600.3.18.1
python312-dbm-3.12.9-150600.3.18.1
python312-devel-3.12.9-150600.3.18.1
python312-doc-3.12.9-150600.3.18.1
python312-doc-devhelp-3.12.9-150600.3.18.1
python312-idle-3.12.9-150600.3.18.1
python312-testsuite-3.12.9-150600.3.18.1
python312-tk-3.12.9-150600.3.18.1
python312-tools-3.12.9-150600.3.18.1

Описание

Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines() method would not "pause" writing and signal to the Protocol to drain the buffer to the wire once the write buffer reached the "high-water mark". Because of this, Protocols would not periodically drain the write buffer potentially leading to memory exhaustion. This vulnerability likely impacts a small number of users, you must be using Python 3.12.0 or later, on macOS or Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true then your usage of Python is unaffected.


Затронутые продукты
Container bci/python:latest:libpython3_12-1_0-3.12.9-150600.3.18.1
Container bci/python:latest:python312-3.12.9-150600.3.18.1
Container bci/python:latest:python312-base-3.12.9-150600.3.18.1
Container bci/python:latest:python312-devel-3.12.9-150600.3.18.1

Ссылки

Описание

The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.


Затронутые продукты
Container bci/python:latest:libpython3_12-1_0-3.12.9-150600.3.18.1
Container bci/python:latest:python312-3.12.9-150600.3.18.1
Container bci/python:latest:python312-base-3.12.9-150600.3.18.1
Container bci/python:latest:python312-devel-3.12.9-150600.3.18.1

Ссылки