CVE-2026-69244 PUBLISHED

AIOHTTP: Out-of-bounds heap read in C HTTP response parser error path (malformed chunked response)

Assigner: GitHub_M
Reserved: 03.08.2026 Published: 03.08.2026 Updated: 04.08.2026

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 response, could trigger a DoS in the client. The vulnerable path was error message construction in aiohttp/_http_parser.pyx, where an llhttp error-position pointer was used to build a snippet for malformed chunked responses and malformed request or response bytes at the buffer end. This issue is fixed in version 3.14.3.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor aio-libs
Product aiohttp
Versions
  • Version < 3.14.3 is affected

References

Problem Types

  • CWE-400: Uncontrolled Resource Consumption CWE
  • CWE-416: Use After Free CWE
  • CWE-125: Out-of-bounds Read CWE