CVE-2026-34519 PUBLISHED

AIOHTTP: HTTP response splitting via \r in reason phrase

Assigner: GitHub_M
Reserved: 30.03.2026 Published: 01.04.2026 Updated: 02.04.2026

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, an attacker who controls the reason parameter when creating a Response may be able to inject extra headers or similar exploits. This issue has been patched in version 3.13.4.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
CVSS Score: 2.7

Product Status

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

References

Problem Types

  • CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') CWE