Vulnerability Description
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 be able to send oversized lines through the HTTP parser and use an excessive amount of memory, potentially leading to DoS. This vulnerability is fixed in 3.14.1.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Aiohttp | Aiohttp | < 3.14.1 |
Related Weaknesses (CWE)
References
- https://github.com/aio-libs/aiohttp/commit/5ab61bb4cd88f19b712f12c7c9295fe262bf8Patch
- https://github.com/aio-libs/aiohttp/security/advisories/GHSA-63hw-fmq6-xxg2Vendor Advisory
FAQ
What is CVE-2026-54277?
CVE-2026-54277 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 ...
How severe is CVE-2026-54277?
CVE-2026-54277 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54277?
Check the references section above for vendor advisories and patch information. Affected products include: Aiohttp Aiohttp.