AIOHTTP: Out-of-bounds heap read in C HTTP response parser error path (malformed chunked response)
Description
Published to the GitHub Advisory Database
Aug 3, 2026
Reviewed
Aug 3, 2026
Last updated
Aug 3, 2026
Summary
An out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response.
Impact
An attacker controlled server, or possibly an accidental response could trigger a DoS in the client.
Workaround
If unable to upgrade, the Python parser is unaffected and can be used with
AIOHTTP_NO_EXTENSIONS=1.Patch: aio-libs/aiohttp@49f65d5
References