
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-69244 is an out-of-bounds heap read vulnerability in the C HTTP response parser of AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. The flaw exists in versions up to and including 3.14.2, and was fixed in version 3.14.3. It was first published by the aiohttp maintainers on July 25, 2026, and added to the GitHub Advisory Database on August 3, 2026. It carries a CVSS v4.0 base score of 7.1 (High) (Github Advisory).
The root cause is an out-of-bounds heap read (CWE-125) in aiohttp/_http_parser.pyx, compounded by potential uncontrolled resource consumption (CWE-400) and use-after-free conditions (CWE-416). When the C parser encountered a malformed HTTP response — such as an invalid chunked transfer encoding — it built an error message snippet by dereferencing the raw llhttp_get_error_pos() pointer directly, causing Cython to materialize a C string from a bare pointer without bounds checking. This allowed the parser to read past the end of the allocated buffer. The fix (commit 49f65d5) reworks the error-message construction to compute an integer offset from the error pointer and slice the snippet from the already-bounded data bytes object, keeping all memory access within the original buffer (Github Advisory, Fix PR).
Successful exploitation causes a Denial of Service (DoS) in the aiohttp client process. An attacker-controlled server — or even an accidentally malformed server response — can trigger the out-of-bounds read, potentially crashing the client application or causing it to hang. There is no confidentiality or integrity impact; the vulnerability is limited to availability of the affected client (Github Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported. The NVD SSVC assessment classifies exploitation as "none" and the vulnerability as non-automatable. The EPSS score is approximately 0.3% (22nd percentile), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires passive user interaction — specifically, the aiohttp client must connect to and receive a response from a malicious or malformed server (Github Advisory).
0\rX\r\n\r\n) or malformed bytes at the end of the response buffer.HttpResponseParserC) invokes llhttp_get_error_pos() and attempts to build an error message snippet using the raw pointer, reading past the end of the buffer.aiohttp/_http_parser.pyx or BadHttpMessage exceptions with error snippets from HTTP parsing.Upgrade aiohttp to version 3.14.3 or later, which contains the fix in commit 49f65d5 (aiohttp Release). For deployments that cannot immediately upgrade, the Python-based parser is unaffected by this vulnerability and can be enabled by setting the environment variable AIOHTTP_NO_EXTENSIONS=1 before starting the application (Github Advisory). Upgrading to 3.14.3 is the recommended long-term remediation.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."