Header Injection Vulnerability in AIOHTTP Framework by aio-libs
CVE-2026-50269
2.7LOW
What is CVE-2026-50269?
AIOHTTP, the popular asynchronous HTTP client/server framework for Python, is susceptible to a header injection flaw prior to version 3.14.0. This vulnerability arises when attacker-controlled input in multipart/payload headers can alter a request by injecting additional headers. Specifically, if a user-controlled string is inadvertently utilized in MultipartWriter.append(headers=...) or Payload.headers, an attacker can manipulate the request's headers or contents. The issue has been addressed in version 3.14.0, ensuring applications utilizing the framework are secured against this risk.
Affected Version(s)
aiohttp < 3.14.0
