VYPR

rpm package

opensuse/python3&distro=openSUSE Leap Micro 5.5

pkg:rpm/opensuse/python3&distro=openSUSE%20Leap%20Micro%205.5

Vulnerabilities (6)

  • CVE-2024-11168LowNov 12, 2024
    affected < 3.6.15-150300.10.78.1fixed 3.6.15-150300.10.78.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.6.15-150300.10.75.1fixed 3.6.15-150300.10.75.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.6.15-150300.10.72.1fixed 3.6.15-150300.10.72.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-7592Aug 19, 2024
    affected < 3.6.15-150300.10.72.1fixed 3.6.15-150300.10.72.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.6.15-150300.10.72.1fixed 3.6.15-150300.10.72.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.6.15-150300.10.72.1fixed 3.6.15-150300.10.72.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