Lack of data validation In aiohttp
Description
AIOHTTP has HTTP response splitting via \r in reason phrase
Summary
An attacker who controls the reason parameter when creating a Response may be able to inject extra headers or similar exploits.
Impact
In the unlikely situation that an application allows untrusted data to be used in the response's reason parameter, then an attacker could manipulate the response to send something different from what the developer intended.
Patch: https://github.com/aio-libs/aiohttp/commit/53b35a2f8869c37a133e60bf1a82a1c01642ba2b
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
pypi | 3.13.4 | ||
debian 11 | 3.7.4-1+deb11u2 | ||
debian 12 | - | ||
debian 13 | - | ||
debian 14 | 3.13.5-1 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.