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

exploitDog

suse-cvrf логотип

openSUSE-SU-2020:2333-1

Опубликовано: 29 дек. 2020
Источник: suse-cvrf

Описание

Security update for python3

This update for python3 fixes the following issues:

  • Fixed CVE-2020-27619 (bsc#1178009), where Lib/test/multibytecodec_support calls eval() on content retrieved via HTTP.
  • Change setuptools and pip version numbers according to new wheels
  • Handful of changes to make python36 compatible with SLE15 and SLE12 (jsc#ECO-2799, jsc#SLE-13738)
  • add triplets for mips-r6 and riscv
  • RISC-V needs CTYPES_PASS_BY_REF_HACK

Update to 3.6.12 (bsc#1179193)

  • Ensure python3.dll is loaded from correct locations when Python is embedded
  • The hash() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface incorrectly generated constant hash values of 32 and 128 respectively. This resulted in always causing hash collisions. The fix uses hash() to generate hash values for the tuple of (address, mask length, network address).
  • Prevent http header injection by rejecting control characters in http.client.putrequest(…).
  • Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now UnpicklingError instead of crashing.
  • Avoid infinite loop when reading specially crafted TAR files using the tarfile module
  • This release also fixes CVE-2020-26116 (bsc#1177211) and CVE-2019-20907 (bsc#1174091).

Update to 3.6.11:

  • Disallow CR or LF in email.headerregistry. Address arguments to guard against header injection attacks.
  • Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. (bsc#1155094)
  • CVE-2020-8492: The AbstractBasicAuthHandler class of the urllib.request module uses an inefficient regular expression which can be exploited by an attacker to cause a denial of service. Fix the regex to prevent the catastrophic backtracking. Vulnerability reported by Ben Caller and Matt Schwager.

This update was imported from the SUSE:SLE-15:Update update project.

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

openSUSE Leap 15.1
libpython3_6m1_0-3.6.12-lp151.6.32.1
libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
python3-3.6.12-lp151.6.32.1
python3-32bit-3.6.12-lp151.6.32.1
python3-base-3.6.12-lp151.6.32.1
python3-base-32bit-3.6.12-lp151.6.32.1
python3-curses-3.6.12-lp151.6.32.1
python3-dbm-3.6.12-lp151.6.32.1
python3-devel-3.6.12-lp151.6.32.1
python3-doc-3.6.12-lp151.6.32.1
python3-doc-devhelp-3.6.12-lp151.6.32.1
python3-idle-3.6.12-lp151.6.32.1
python3-testsuite-3.6.12-lp151.6.32.1
python3-tk-3.6.12-lp151.6.32.1
python3-tools-3.6.12-lp151.6.32.1

Описание

The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

In Python 3 through 3.9.0, the Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки

Описание

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.


Затронутые продукты
openSUSE Leap 15.1:libpython3_6m1_0-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-3.6.12-lp151.6.32.1
openSUSE Leap 15.1:python3-32bit-3.6.12-lp151.6.32.1

Ссылки
Уязвимость openSUSE-SU-2020:2333-1