VYPR

rpm package

almalinux/platform-python

pkg:rpm/almalinux/platform-python

Vulnerabilities (36)

  • CVE-2026-4786HigApr 13, 2026
    affected < 3.6.8-76.el8_10.alma.1fixed 3.6.8-76.el8_10.alma.1

    Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.

  • CVE-2026-6100CriApr 13, 2026
    affected < 3.6.8-76.el8_10.alma.1fixed 3.6.8-76.el8_10.alma.1

    Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The

  • CVE-2026-4519LowMar 20, 2026
    affected < 3.6.8-75.el8_10.alma.1fixed 3.6.8-75.el8_10.alma.1

    The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open().

  • CVE-2026-1299MedJan 23, 2026
    affected < 3.6.8-73.el8_10.alma.1fixed 3.6.8-73.el8_10.alma.1

    The email module, specifically the "BytesGenerator" class, didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized. This is only applicable if using "LiteralHeader" writing headers that don't

  • CVE-2026-0865MedJan 20, 2026
    affected < 3.6.8-73.el8_10.alma.1fixed 3.6.8-73.el8_10.alma.1

    User-controlled header names and values containing newlines can allow injecting HTTP headers.

  • CVE-2025-15367MedJan 20, 2026
    affected < 3.6.8-73.el8_10.alma.1fixed 3.6.8-73.el8_10.alma.1

    The poplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.

  • CVE-2025-15366MedJan 20, 2026
    affected < 3.6.8-73.el8_10.alma.1fixed 3.6.8-73.el8_10.alma.1

    The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.

  • CVE-2025-12084MedDec 3, 2025
    affected < 3.6.8-72.el8_10.alma.1fixed 3.6.8-72.el8_10.alma.1

    When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively nested documents.

  • CVE-2025-8194HigJul 28, 2025
    affected < 3.6.8-71.el8_10.alma.1fixed 3.6.8-71.el8_10.alma.1

    There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously cra

  • CVE-2025-4517CriJun 3, 2025
    affected < 3.6.8-70.el8_10.alma.1fixed 3.6.8-70.el8_10.alma.1

    Allows arbitrary filesystem writes outside the extraction directory during extraction with filter="data". You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= param

  • CVE-2025-4435HigJun 3, 2025
    affected < 3.6.8-70.el8_10.alma.1fixed 3.6.8-70.el8_10.alma.1

    When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not

  • CVE-2025-4330HigJun 3, 2025
    affected < 3.6.8-70.el8_10.alma.1fixed 3.6.8-70.el8_10.alma.1

    Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extrac

  • CVE-2025-4138HigJun 3, 2025
    affected < 3.6.8-70.el8_10.alma.1fixed 3.6.8-70.el8_10.alma.1

    Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extrac

  • CVE-2024-12718MedJun 3, 2025
    affected < 3.6.8-70.el8_10.alma.1fixed 3.6.8-70.el8_10.alma.1

    Allows modifying some file metadata (e.g. last modified) with filter="data" or file permissions (chmod) with filter="tar" of files outside the extraction directory. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.

  • CVE-2025-0938MedJan 31, 2025
    affected < 3.6.8-74.el8_10.alma.1fixed 3.6.8-74.el8_10.alma.1

    The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This

  • CVE-2024-11168LowNov 12, 2024
    affected < 3.6.8-69.el8_10.alma.1fixed 3.6.8-69.el8_10.alma.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-9287HigOct 22, 2024
    affected < 3.6.8-69.el8_10.alma.1fixed 3.6.8-69.el8_10.alma.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-6232HigSep 3, 2024
    affected < 3.6.8-67.el8_10.alma.1fixed 3.6.8-67.el8_10.alma.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-6923MedAug 1, 2024
    affected < 3.6.8-67.el8_10.alma.1fixed 3.6.8-67.el8_10.alma.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-4032HigJun 17, 2024
    affected < 3.6.8-67.el8_10.alma.1fixed 3.6.8-67.el8_10.alma.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

Page 1 of 2