VYPR

apk package

chainguard/text-generation-inference

pkg:apk/chainguard/text-generation-inference

Vulnerabilities (61)

  • CVE-2026-69244HigAug 3, 2026
    affected < 3.3.7-r23fixed 3.3.7-r23

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.3, an out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. An attacker controlled server, or possibly an accidental resp

  • CVE-2026-69243MedAug 3, 2026
    affected < 3.3.7-r23fixed 3.3.7-r23

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.2, the HTTP parsers were vulnerable to a request smuggling attack relating to WebSocket upgrades. If using the server-side component, an attacker may be able to execute a request smuggli

  • CVE-2026-59881MedJul 30, 2026
    affected < 3.3.7-r23fixed 3.3.7-r23

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.2, the WebSocket client accepts and decompresses frames with the RSV1 bit set even when the permessage-deflate extension was not negotiated, allowing a malicious server to cause unexpect

  • CVE-2026-59200HigJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. From 5.1.0 until 12.3.0, PdfParser.PdfStream.decode() in PIL/PdfParser.py calls zlib.decompress() with bufsize set to the PDF stream Length field without bounding the decompressed output size, allowing a crafted FlateDecode PDF stream to exhaus

  • CVE-2026-59197HigJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, Pillow's public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size vali

  • CVE-2026-54058CriJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, when Pillow loads an uncompressed McIdas AREA image from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width, causing pixel access such as Image.t

  • CVE-2026-59205HigJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, Pillow's ImageCms.ImageCmsTransform.apply(im, imOut) API can trigger controlled native heap corruption when the caller supplies an output image whose mode does not match the transform's declared output mode. This issue is fixed

  • CVE-2026-59204HigJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. From 8.2.0 through 12.2.0, src/libImaging/Jpeg2KDecode.c accumulates total_component_width across every tile in a JPEG2000 image instead of recomputing it per tile, allowing a crafted tiled JPEG2000 file to force substantially higher transient

  • CVE-2026-59203MedJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. From 12.0.0 through 12.2.0, Pillow's EPS parser in PIL/EpsImagePlugin.py accepts a negative byte count in the %%BeginBinary directive, allowing a crafted EPS file to cause Image.open() to seek backwards to the same directive and parse it repeat

  • CVE-2026-59199HigJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, Pillow public image coordinate APIs can trigger a native heap out-of-bounds write when given coordinates near the signed 32-bit integer limits in Image.paste(), Image.crop(), or Image.alpha_composite(). This issue is fixed in v

  • CVE-2026-59198MedJul 14, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. From 5.2.0 until 12.3.0, Pillow's TGA RLE encoder reads past its packed row buffer when saving a mode 1 image with TGA RLE compression, allowing adjacent process heap bytes to be copied into the generated TGA file. This issue is fixed in versio

  • CVE-2026-59890MedJul 8, 2026
    affected < 3.3.7-r22fixed 3.3.7-r22

    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-55798MedJul 6, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.get_command() constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen(..., shell=True), allowing shell metacharacters in th

  • CVE-2026-55380HigJul 6, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, PIL/GdImageFile.py GdImageFile._open() read image dimensions from the GD 2.x header and stored them in self._size without calling Image._decompression_bomb_check(), allowing a crafted .gd file to trigger excessive C-heap alloca

  • CVE-2026-55379HigJul 6, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, PIL/BdfFontFile.py bdf_char() read the BBX width and height field from a BDF font file and passed attacker-controlled dimensions to Image.new() without calling Image._decompression_bomb_check(), bypassing Pillow's documented de

  • CVE-2026-54060HigJul 6, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, PIL/FontFile.py FontFile.compile() assembled per-glyph images into a combined bitmap with Image.new("1", (xsize, ysize)) without calling Image._decompression_bomb_check(), allowing a font to trigger excessive allocation during

  • CVE-2026-54059HigJul 6, 2026
    affected < 3.3.7-r20fixed 3.3.7-r20

    Pillow is a Python imaging library. Prior to 12.3.0, PIL/PcfFontFile.py _load_bitmaps() read glyph dimensions from the PCF METRICS section and passed them directly to Image.frombytes() without calling Image._decompression_bomb_check(), allowing crafted PCF font data to cause exce

  • CVE-2026-54280HigJun 22, 2026
    affected < 3.3.7-r16fixed 3.3.7-r16

    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.3.7-r16fixed 3.3.7-r16

    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.3.7-r16fixed 3.3.7-r16

    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

Page 1 of 4