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.
Sanitise such user input.
Patch: https://github.com/aio-libs/aiohttp/commit/bf88077ebb14f4c29924b8e8904cba20c55c28b8
| Score | Percentile |
|---|---|
| 0.04% | 11.67% |
| Base score | Version | Severity | Vector |
|---|---|---|---|
| 2.7 | 4.0 | — |
|
| Type | Value |
|---|---|
| GHSA | GHSA-m6qw-4cw2-hm4m ↗ |
| CVE | CVE-2026-50269 ↗ |
Vulnerable version ranges and first patched releases as published by GitHub.
| Ecosystem | Package | Vulnerable range | First patched | Vulnerable functions |
|---|---|---|---|---|
| pip | aiohttp | <= 3.13.5 | 3.14.0 | — |