VYPR

apk package

chainguard/authentik-fips-2025.12

pkg:apk/chainguard/authentik-fips-2025.12

Vulnerabilities (34)

  • CVE-2026-54274Jun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary If an attacker sends large incomplete websocket frame payloads, it may be possible to bypass the usual size limits on memory use. ### Impact If a web application has WebSocket endpoints, it may be possible for an attacker to execute a DoS attack through excessive m

  • CVE-2026-54275lowJun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary The `server_hostname` TLS SNI check can be bypassed when an existing connection is reused. ### Impact If an application makes multiple requests to the same domain, but with different per-request `server_hostname` parameters, then the later calls may succeed by reus

  • CVE-2026-54280lowJun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary Payload resources are not closed correctly when a client disconnects in the middle of a write. ### Impact If a payload is using an open file or similar limited resource, then an attacker may be able to cause resource starvation temporarily until garbage collection

  • CVE-2026-54273Jun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary No limit was present on the number of pipelined requests that could be queued. ### Impact An attacker may be able to use pipelined requests to use excessive amounts of memory, potentially leading to DoS. ----- Patch: https://github.com/aio-libs/aiohttp/commit/dfd

  • CVE-2026-54278Jun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary During cleanup it is possible for a compressed request body to be decompressed into memory in one chunk. ### Impact An attacker may be able to send a compressed payload in specific situations that could be decompressed into memory, potentially leading to DoS (a zip

  • CVE-2026-54277Jun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary It is possible to bypass the max_line_size check in parts of an HTTP request in the C parser. ### Impact If using the optimised C parser (the default in pre-built wheels), then an attacker may be able to send oversized lines through the HTTP parser and use an exces

  • CVE-2026-54276Jun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary ``DigestAuthMiddleware`` can send an authentication response after following a cross-origin redirect. ### Impact If the client follows a redirect (the default option) to an attacker controlled domain, the attacker may be able to extract the auth digest. This likel

  • CVE-2026-54279lowJun 15, 2026
    affected < 2025.12.6-r2fixed 2025.12.6-r2

    ### Summary Host-only cookies that are saved with ``CookieJar.save()`` and then restored later with ``CookieJar.load()`` lose their host-only status. ### Impact Host-only cookies that have been loaded from disk may get sent to subdomains that previously should have been disall

  • CVE-2026-45409MedJun 5, 2026
    affected < 2025.12.6-r1fixed 2025.12.6-r1

    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-39824LowMay 22, 2026
    affected < 0fixed 0

    NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.

  • CVE-2026-44503HigMay 14, 2026
    affected < 2025.12.4-r7fixed 2025.12.4-r7

    The RedirectHandler middleware in microsoft/kiota-java (com.microsoft.kiota:microsoft-kiota-http-okHttp v1.9.0) and other Kiota libraries fails to strip sensitive HTTP headers when following 3xx redirects to a different host or scheme. Only the Authorization header is removed; Co

  • CVE-2026-44432HigMay 13, 2026
    affected < 2025.12.4-r7fixed 2025.12.4-r7

    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 < 2025.12.4-r7fixed 2025.12.4-r7

    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-6907MedMay 5, 2026
    affected < 2025.12.4-r7fixed 2025.12.4-r7

    An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14. `django.middleware.cache.UpdateCacheMiddleware` erroneously caches requests where the `Vary` header contained an asterisk (`'*'`). This can lead to private data being stored and served. Earlier, unsupported Django

  • CVE-2026-5766MedMay 5, 2026
    affected < 2025.12.4-r7fixed 2025.12.4-r7

    An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14. ASGI requests with a missing or understated `Content-Length` header can bypass the `FILE_UPLOAD_MAX_MEMORY_SIZE` limit, potentially loading large files into memory and causing service degradation. As a reminde

  • CVE-2026-35192MedMay 5, 2026
    affected < 2025.12.4-r7fixed 2025.12.4-r7

    An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14. Response headers do not vary on cookies if a session is not modified, but `SESSION_SAVE_EVERY_REQUEST` is `True`. A remote attacker can steal a user's session after that user visits a cached public page. Earlier,

  • CVE-2026-41066HigApr 24, 2026
    affected < 2025.12.4-r4fixed 2025.12.4-r4

    lxml is a library for processing XML and HTML in the Python language. Prior to 6.1.0, using either of the two parsers in the default configuration (with resolve_entities=True) allows untrusted XML input to read local files. Setting the resolve_entities option explicitly to resolv

  • CVE-2026-28684MedApr 20, 2026
    affected < 2025.12.4-r4fixed 2025.12.4-r4

    python-dotenv reads key-value pairs from a .env file and can set them as environment variables. Prior to version 1.2.2, `set_key()` and `unset_key()` in python-dotenv follow symbolic links when rewriting `.env` files, allowing a local attacker to overwrite arbitrary files via a c

  • CVE-2026-39373MedApr 7, 2026
    affected < 2025.12.4-r4fixed 2025.12.4-r4

    JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to 1.5.7, an unauthenticated attacker can exhaust server memory by sending crafted JWE tokens with ZIP compression. The existing patch for CVE-2024-28102 limits input token size to 250KB but do

  • CVE-2026-4292LowApr 7, 2026
    affected < 2025.12.4-r3fixed 2025.12.4-r3

    An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. Admin changelist forms using `ModelAdmin.list_editable` incorrectly allowed new instances to be created via forged `POST` data. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.

Page 1 of 2