VYPR

rpm package

suse/python39&distro=SUSE Linux Enterprise Module for Legacy 15 SP5

pkg:rpm/suse/python39&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Legacy%2015%20SP5

Vulnerabilities (9)

  • CVE-2024-11168LowNov 12, 2024
    affected < 3.9.20-150300.4.58.1fixed 3.9.20-150300.4.58.1

    The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.

  • CVE-2024-9287Oct 22, 2024
    affected < 3.9.20-150300.4.55.1fixed 3.9.20-150300.4.55.1

    A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This

  • CVE-2024-6232Sep 3, 2024
    affected < 3.9.20-150300.4.52.1fixed 3.9.20-150300.4.52.1

    There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.

  • CVE-2024-8088HigAug 22, 2024
    affected < 3.9.20-150300.4.52.1fixed 3.9.20-150300.4.52.1

    There is a HIGH severity vulnerability affecting the CPython "zipfile" module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of "zipfile.Path" like "na

  • CVE-2024-7592Aug 19, 2024
    affected < 3.9.20-150300.4.52.1fixed 3.9.20-150300.4.52.1

    There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in

  • CVE-2024-6923MedAug 1, 2024
    affected < 3.9.19-150300.4.49.1fixed 3.9.19-150300.4.49.1

    There is a MEDIUM severity vulnerability affecting CPython. The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized.

  • CVE-2024-5642MedJun 27, 2024
    affected < 3.9.19-150300.4.49.1fixed 3.9.19-150300.4.49.1

    CPython 3.9 and earlier doesn't disallow configuring an empty list ("[]") for SSLContext.set_npn_protocols() which is an invalid value for the underlying OpenSSL API. This results in a buffer over-read when NPN is used (see CVE-2024-5535 for OpenSSL). This vulnerability is of low

  • CVE-2024-0397HigJun 17, 2024
    affected < 3.9.19-150300.4.46.1fixed 3.9.19-150300.4.46.1

    A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the

  • CVE-2024-4032HigJun 17, 2024
    affected < 3.9.19-150300.4.46.1fixed 3.9.19-150300.4.46.1

    The “ipaddress” module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Addr