VYPR

rpm package

almalinux/platform-python

pkg:rpm/almalinux/platform-python

Vulnerabilities (36)

  • CVE-2024-0450MedMar 19, 2024
    affected < 3.6.8-62.el8_10.alma.1fixed 3.6.8-62.el8_10.alma.1

    An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed

  • CVE-2023-6597HigMar 19, 2024
    affected < 3.6.8-62.el8_10.alma.1fixed 3.6.8-62.el8_10.alma.1

    An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which c

  • CVE-2023-40217MedAug 25, 2023
    affected < 3.6.8-51.el8_8.2.alma.1fixed 3.6.8-51.el8_8.2.alma.1

    An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buf

  • CVE-2022-48564MedAug 22, 2023
    affected < 3.6.8-56.el8_9.2.alma.1fixed 3.6.8-56.el8_9.2.alma.1

    read_ints in plistlib.py in Python through 3.9.1 is vulnerable to a potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format.

  • CVE-2022-48560HigAug 22, 2023
    affected < 3.6.8-56.el8_9.2.alma.1fixed 3.6.8-56.el8_9.2.alma.1

    A use-after-free exists in Python through 3.9 via heappushpop in heapq.

  • CVE-2023-27043MedApr 19, 2023
    affected < 3.6.8-56.el8_9.3.alma.1fixed 3.6.8-56.el8_9.3.alma.1

    The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which applica

  • CVE-2023-24329HigFeb 17, 2023
    affected < 3.6.8-51.el8_8.1.almafixed 3.6.8-51.el8_8.1.alma

    An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.

  • CVE-2022-45061HigNov 9, 2022
    affected < 3.6.8-48.el8_7.1.almafixed 3.6.8-48.el8_7.1.alma

    An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hos

  • CVE-2020-10735HigSep 9, 2022
    affected < 3.6.8-48.el8_7.1.almafixed 3.6.8-48.el8_7.1.alma

    A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int("text"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2

  • CVE-2021-4189MedAug 24, 2022
    affected < 3.6.8-45.el8.almafixed 3.6.8-45.el8.alma

    A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP

  • CVE-2021-28861HigAug 23, 2022
    affected < 3.6.8-48.el8_7.1.almafixed 3.6.8-48.el8_7.1.alma

    Python 3.x through 3.10 has an open redirection vulnerability in lib/http/server.py due to no protection against multiple (/) at the beginning of URI path which may leads to information disclosure. NOTE: this is disputed by a third party because the http.server.html documentation

  • CVE-2015-20107HigApr 13, 2022
    affected < 3.6.8-47.el8_6.almafixed 3.6.8-47.el8_6.alma

    In Python (aka CPython) up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validati

  • CVE-2021-3737HigMar 4, 2022
    affected < 3.6.8-45.el8.almafixed 3.6.8-45.el8.alma

    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 syst

  • CVE-2022-0391HigFeb 9, 2022
    affected < 3.6.8-47.el8_6.almafixed 3.6.8-47.el8_6.alma

    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. Th

  • CVE-2021-3426MedMay 20, 2021
    affected < 3.6.8-41.el8.almafixed 3.6.8-41.el8.alma

    There's a flaw in Python 3's pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normal

  • CVE-2007-4559CriAug 28, 2007
    affected < 3.6.8-56.el8_9.alma.1fixed 3.6.8-56.el8_9.alma.1

    Directory traversal vulnerability in the (1) extract and (2) extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. (dot dot) sequence in filenames in a TAR archive, a related issue to CVE-2001-1267.

Page 2 of 2