VYPR

rpm package

opensuse/python-aiohttp&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/python-aiohttp&distro=openSUSE%20Tumbleweed

Vulnerabilities (29)

  • CVE-2026-69244HigAug 3, 2026
    affected < 3.14.3-1.1fixed 3.14.3-1.1

    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.14.3-1.1fixed 3.14.3-1.1

    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.14.3-1.1fixed 3.14.3-1.1

    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-54279HigJun 22, 2026
    affected < 3.14.1-1.1fixed 3.14.1-1.1

    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-54277HigJun 22, 2026
    affected < 3.14.1-1.1fixed 3.14.1-1.1

    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-54275HigJun 22, 2026
    affected < 3.14.1-1.1fixed 3.14.1-1.1

    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-54273HigJun 22, 2026
    affected < 3.14.1-1.1fixed 3.14.1-1.1

    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-50269HigJun 22, 2026
    affected < 3.14.1-1.1fixed 3.14.1-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.0, attacker-controlled input included into multipart/payload headers can be used to modify a request to inject additional headers or similar. In the unlikely situation that an applicatio

  • CVE-2026-34993MedJun 2, 2026
    affected < 3.14.0-1.1fixed 3.14.0-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is

  • CVE-2026-34520CriApr 1, 2026
    affected < 3.13.5-3.1fixed 3.13.5-3.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, the C parser (the default for most installs) accepted null bytes and control characters in response headers. This issue has been patched in version 3.13.4.

  • CVE-2026-34516HigApr 1, 2026
    affected < 3.13.5-3.1fixed 3.13.5-3.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, a response with an excessive number of multipart headers may be allowed to use more memory than intended, potentially allowing a DoS vulnerability. This issue has been patched

  • CVE-2026-34514MedApr 1, 2026
    affected < 3.13.5-2.1fixed 3.13.5-2.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the content_type parameter in aiohttp could use this to inject extra headers or similar exploits. This issue has been patched in version 3.13.4.

  • CVE-2025-69230MedJan 6, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, reading multiple invalid cookies can lead to a logging storm. If the cookies attribute is accessed in an application, then an attacker may be able to trigger a storm of w

  • CVE-2025-69229MedJan 6, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, handling of chunked messages can result in excessive blocking CPU usage when receiving a large number of chunks. If an application makes use of the request.read() method

  • CVE-2025-69228HigJan 6, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Requ

  • CVE-2025-69227HigJan 6, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow for an infinite loop to occur when assert statements are bypassed, resulting in a DoS attack when processing a POST body. If optimizations are enabled (-O or PYTHONOPTI

  • CVE-2025-69225MedJan 6, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below contain parser logic which allows non-ASCII decimals to be present in the Range header. There is no known impact, but there is the possibility that there's a method to exploi

  • CVE-2025-69226MedJan 5, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below enable an attacker to ascertain the existence of absolute path components through the path normalization logic for static files meant to prevent path traversal. If an applica

  • CVE-2025-69224MedJan 5, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below of the Python HTTP parser may allow a request smuggling attack with the presence of non-ASCII characters. If a pure Python version of AIOHTTP is installed (i.e. without the u

  • CVE-2025-69223HigJan 5, 2026
    affected < 3.13.3-1.1fixed 3.13.3-1.1

    AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust

Page 1 of 2