GHSA-mfx4-hv73-q22v: Pip/aiohttp vulnerability
Summary
The HTTP parsers were vulnerable to a request smuggling attack relating to WebSocket upgrades.
Impact
If using the server-side component, it may be possible for an attacker to execute a request smuggling vulnerability using an edge case in the WebSocket upgrade procedure. AIOHTT is unaware of any public exploit code.
---
Patch: https://github.com/aio-libs/aiohttp/commit/6ae358f0983c3f4d6f67692b2f8e65dc8e091c98
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
pip/aiohttpto a version that resolves this vulnerability.Fixed in 3.14.2 - Upgrade
Upgrade
aio-libs/aiohttpto a version that resolves this vulnerability.Patch 6ae358f0983c3f4d6f67692b2f8e65dc8e091c98 - Compensating control
If using the server-side component, mitigate potential request smuggling via WebSocket upgrade procedure by addressing the HTTP parser vulnerability described (request smuggling relating to WebSocket upgrades).