CVE-2026-50269

Severity CVSS v4.0:
LOW
Type:
CWE-93 Improper Neutralization of CRLF Sequences ('CRLF Injection')
Publication date:
22/06/2026
Last modified:
26/06/2026

Description

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.0, attacker-controlled input included into multipart/payload headers can be used to modify a request to inject additional headers or similar. In the unlikely situation that an application is passing user-controlled strings into MultipartWriter.append(headers=...) or Payload.headers, then an attacker may be able to modify the request to inject headers or change the contents of the request. This vulnerability is fixed in 3.14.0.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:* 3.14.0 (excluding)