VYPR

apk package

chainguard/dask-gateway-server

pkg:apk/chainguard/dask-gateway-server

Vulnerabilities (82)

  • CVE-2025-61723HigOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs.

  • CVE-2025-58189MedOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    When Conn.Handshake fails during ALPN negotiation the error contains attacker controlled information (the ALPN protocols sent by the client) which is not escaped.

  • CVE-2025-58188HigOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    Validating certificate chains which contain DSA public keys can cause programs to panic, due to a interface cast that assumes they implement the Equal method. This affects programs which validate arbitrary certificate chains.

  • CVE-2025-58187HigOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    Due to the design of the name constraint checking algorithm, the processing time of some inputs scale non-linearly with respect to the size of the certificate. This affects programs which validate arbitrary certificate chains.

  • CVE-2025-58186MedOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption.

  • CVE-2025-58185MedOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    Parsing a maliciously crafted DER payload could allocate large amounts of memory, causing memory exhaustion.

  • CVE-2025-58183MedOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When r

  • CVE-2025-47912MedOct 29, 2025
    affected < 2025.4.0-r5fixed 2025.4.0-r5

    The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresse

  • CVE-2025-47907HigAug 7, 2025
    affected < 2025.4.0-r3fixed 2025.4.0-r3

    Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the ex

  • CVE-2025-50182MedJun 19, 2025
    affected < 2025.4.0-r1fixed 2025.4.0-r1

    urllib3 is a user-friendly HTTP client library for Python. Starting in version 2.2.0 and prior to 2.5.0, urllib3 does not control redirects in browsers and Node.js. urllib3 supports being used in a Pyodide runtime utilizing the JavaScript Fetch API or falling back on XMLHttpReque

  • CVE-2025-4673MedJun 11, 2025
    affected < 2025.4.0-r1fixed 2025.4.0-r1

    Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.

  • CVE-2025-22874HigJun 11, 2025
    affected < 2025.4.0-r1fixed 2025.4.0-r1

    Calling Verify with a VerifyOptions.KeyUsages that contains ExtKeyUsageAny unintentionally disabledpolicy validation. This only affected certificate chains which contain policy graphs, which are rather uncommon.

  • CVE-2024-47081MedJun 9, 2025
    affected < 2025.4.0-r2fixed 2025.4.0-r2

    Requests is a HTTP library. Due to a URL parsing issue, Requests releases prior to 2.32.4 may leak .netrc credentials to third parties for specific maliciously-crafted URLs. Users should upgrade to version 2.32.4 to receive a fix. For older versions of Requests, use of the .netrc

  • CVE-2025-22866MedFeb 6, 2025
    affected < 2024.1.0-r15fixed 2024.1.0-r15

    Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recover

  • CVE-2024-56326HigDec 23, 2024
    affected < 2024.1.0-r13fixed 2024.1.0-r13

    Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs t

  • CVE-2024-56201HigDec 23, 2024
    affected < 2024.1.0-r13fixed 2024.1.0-r13

    Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja's sandbox is used. To exploit

  • CVE-2024-52804HigNov 22, 2024
    affected < 2024.1.0-r12fixed 2024.1.0-r12

    Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This par

  • CVE-2024-52304HigNov 18, 2024
    affected < 2024.1.0-r11fixed 2024.1.0-r11

    aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.10.11, the Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of ai

  • CVE-2024-34158HigSep 6, 2024
    affected < 2024.1.0-r10fixed 2024.1.0-r10

    Calling Parse on a "// +build" build tag line with deeply nested expressions can cause a panic due to stack exhaustion.

  • CVE-2024-34156HigSep 6, 2024
    affected < 2024.1.0-r10fixed 2024.1.0-r10

    Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.