CVE-2026-54273: Aiohttp Unbounded Pipelined Request Queue

The HTTP/1 request parsing implementation lacks a boundary limit on the number of pipelined requests. The parser continuously processes socket data into parsed request messages and buffers them indefinitely in memory without applying backpressure.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Python
greprules fetch cve-2026-54273-aiohttp-unbounded-pipelined-request-queue --engine opengrep

Description

The HTTP/1 request parsing implementation lacks a boundary limit on the number of pipelined requests. The parser continuously processes socket data into parsed request messages and buffers them indefinitely in memory without applying backpressure.