VYPR

apk package

wolfi/python-3.12-base-dev

pkg:apk/wolfi/python-3.12-base-dev

Vulnerabilities (22)

  • CVE-2025-6075Oct 31, 2025
    affected < 3.12.12-r2fixed 3.12.12-r2

    If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables.

  • CVE-2025-8291MedOct 7, 2025
    affected < 3.12.12-r0fixed 3.12.12-r0

    The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in the ZIP archive. This could be

  • CVE-2025-8194HigJul 28, 2025
    affected < 3.12.11-r6fixed 3.12.11-r6

    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-6069MedJun 17, 2025
    affected < 3.12.11-r1fixed 3.12.11-r1

    The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.

  • CVE-2025-4516MedMay 15, 2025
    affected < 3.12.10-r2fixed 3.12.10-r2

    There is an issue in CPython when using `bytes.decode("unicode_escape", error="ignore|replace")`. If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap th

  • CVE-2024-3220LowFeb 14, 2025
    affected < 0fixed 0

    There is a defect in the CPython standard library module “mimetypes” where on Windows the default list of known file locations are writable meaning other users can create invalid files to cause MemoryError to be raised on Python runtime startup or have file extensions be interpre

  • CVE-2025-0938MedJan 31, 2025
    affected < 3.12.9-r0fixed 3.12.9-r0

    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-12254HigDec 6, 2024
    affected < 3.12.8-r1fixed 3.12.8-r1

    Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines() method would not "pause" writing and signal to the Protocol to drain the buffer to the wire once the write buffer reached the "high-water mark". Because of this, Protocols would not periodically drain

  • CVE-2024-50602Oct 27, 2024
    affected < 3.12.8-r0fixed 3.12.8-r0

    An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.

  • CVE-2024-9287Oct 22, 2024
    affected < 3.12.7-r1fixed 3.12.7-r1

    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.12.5-r3fixed 3.12.5-r3

    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.12.5-r1fixed 3.12.5-r1

    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.12.5-r2fixed 3.12.5-r2

    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.12.5-r0fixed 3.12.5-r0

    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.12.4-r0fixed 3.12.4-r0

    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

  • CVE-2024-4030HigMay 7, 2024
    affected < 0fixed 0

    On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users w

  • CVE-2024-0450MedMar 19, 2024
    affected < 3.12.2-r0fixed 3.12.2-r0

    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.12.2-r0fixed 3.12.2-r0

    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-36632Jun 25, 2023
    affected < 0fixed 0

    The legacy email.utils.parseaddr function in Python through 3.11.4 allows attackers to trigger "RecursionError: maximum recursion depth exceeded while calling a Python object" via a crafted argument. This argument is plausibly an untrusted value from an application's input data t

  • CVE-2023-24329Feb 17, 2023
    affected < 0fixed 0

    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.

Page 1 of 2