ALAS-2022-1593


Amazon Linux 1 Security Advisory: ALAS-2022-1593
Advisory Release Date: 2022-05-31 23:47 Pacific
Advisory Updated Date: 2022-06-09 18:53 Pacific
Severity: Medium

Issue Overview:

In Python3's Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP. (CVE-2020-27619)

The package python/cpython is vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter. (CVE-2021-23336)

There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability. (CVE-2021-3733)

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability. (CVE-2021-3737)

ftplib should not use the host from the PASV response (CVE-2021-4189)

A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like r and n in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks. (CVE-2022-0391)


Affected Packages:

python27


Issue Correction:
Run yum update python27 to update your system.

New Packages:
i686:
    python27-debuginfo-2.7.18-2.142.amzn1.i686
    python27-libs-2.7.18-2.142.amzn1.i686
    python27-2.7.18-2.142.amzn1.i686
    python27-test-2.7.18-2.142.amzn1.i686
    python27-tools-2.7.18-2.142.amzn1.i686
    python27-devel-2.7.18-2.142.amzn1.i686

src:
    python27-2.7.18-2.142.amzn1.src

x86_64:
    python27-debuginfo-2.7.18-2.142.amzn1.x86_64
    python27-tools-2.7.18-2.142.amzn1.x86_64
    python27-libs-2.7.18-2.142.amzn1.x86_64
    python27-devel-2.7.18-2.142.amzn1.x86_64
    python27-2.7.18-2.142.amzn1.x86_64
    python27-test-2.7.18-2.142.amzn1.x86_64