VYPR

apk package

chainguard/mlflow-fips

pkg:apk/chainguard/mlflow-fips

Vulnerabilities (22)

  • CVE-2026-59890MedJul 8, 2026
    affected < 3.15.1-r2fixed 3.15.1-r2

    setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file na

  • CVE-2026-54283HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    Starlette is a lightweight ASGI framework/toolkit. From 0.4.1 until 1.3.1, request.form() accepts max_fields and max_part_size to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form

  • CVE-2026-54282LowJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    Starlette is a lightweight ASGI framework/toolkit. Prior to 1.3.0, the HTTP request path is not validated before being used to reconstruct request.url. Because request.url is rebuilt by concatenating {scheme}://{host}{path} and re-parsing the result, a path that does not begin wi

  • CVE-2026-54280HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, payload resources are not closed correctly when a client disconnects in the middle of a write. If a payload is using an open file or similar limited resource, then an attacker may be

  • CVE-2026-54279HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, host-only cookies that are saved with CookieJar.save() and then restored later with CookieJar.load() lose their host-only status. This vulnerability is fixed in 3.14.1.

  • CVE-2026-54278HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, during cleanup it is possible for a compressed request body to be decompressed into memory in one chunk. An attacker may be able to send a compressed payload in specific situations th

  • CVE-2026-54277HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, it is possible to bypass the max_line_size check in parts of an HTTP request in the C parser. If using the optimised C parser (the default in pre-built wheels), then an attacker may b

  • CVE-2026-54276MedJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, DigestAuthMiddleware can send an authentication response after following a cross-origin redirect. This likely requires an open redirect vulnerability or similar on the target domain f

  • CVE-2026-54275HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, the server_hostname TLS SNI check can be bypassed when an existing connection is reused. If an application makes multiple requests to the same domain, but with different per-request s

  • CVE-2026-54274HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, if an attacker sends large incomplete websocket frame payloads, it may be possible to bypass the usual size limits on memory use. This vulnerability is fixed in 3.14.1.

  • CVE-2026-54273HigJun 22, 2026
    affected < 3.13.0-r1fixed 3.13.0-r1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, no limit was present on the number of pipelined requests that could be queued. An attacker may be able to use pipelined requests to use excessive amounts of memory, potentially leadin

  • CVE-2026-45409MedJun 5, 2026
    affected < 3.12.0-r0fixed 3.12.0-r0

    Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `"\u0660" * N` or `"\u30fb" * N + "\u6f22"` utilize t

  • CVE-2026-44681MedMay 27, 2026
    affected < 3.11.1-r0fixed 3.11.1-r0

    Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.12 and 1.7.1, an unauthenticated open redirect in Authlib's OpenIDImplicitGrant and OpenIDHybridGrant authorization endpoint lets a remote attacker cause the authorization server to issue an H

  • CVE-2026-44432HigMay 13, 2026
    affected < 3.12.0-r0fixed 3.12.0-r0

    urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) w

  • CVE-2026-44431MedMay 13, 2026
    affected < 3.12.0-r0fixed 3.12.0-r0

    urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.

  • CVE-2026-44307HigMay 12, 2026
    affected < 3.12.0-r0fixed 3.12.0-r0

    Mako is a template library written in Python. Prior to 1.3.12, on Windows, a URI using backslash traversal (e.g. \..\..\ secret.txt) bypasses the directory traversal check in Template.__init__ and the posixpath-based normalization in TemplateLookup.get_template(), allowing reads

  • CVE-2026-44244HigMay 7, 2026
    affected < 3.12.0-r0fixed 3.12.0-r0

    GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.set_value() passes values to Python's configparser without validating for newlines. GitPython's own _write() converts embedded newlines into indented continuation lines

  • CVE-2026-42284HigMay 7, 2026
    affected < 3.11.1-r0fixed 3.11.1-r0

    GitPython is a python library used to interact with Git repositories. Prior to version 3.1.47, _clone() validates multi_options as the original list, then executes shlex.split(" ".join(multi_options)). A string like "--branch main --config core.hooksPath=/x" passes validation (st

  • CVE-2026-42215HigMay 7, 2026
    affected < 3.11.1-r0fixed 3.11.1-r0

    GitPython is a python library used to interact with Git repositories. From version 3.1.30 to before version 3.1.47, GitPython blocks dangerous Git options such as --upload-pack and --receive-pack by default, but the equivalent Python kwargs upload_pack and receive_pack bypass tha

  • CVE-2026-33866MedApr 7, 2026
    affected < 3.11.1-r0fixed 3.11.1-r0

    MLflow is vulnerable to an authorization bypass affecting the AJAX endpoint used to download saved model artifacts. Due to missing access‑control validation, a user without permissions to a given experiment can directly query this endpoint and retrieve model artifacts they are no

Page 1 of 2