Async http client/server framework (asyncio).
Security Fix(es):
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.2, the HTTP parsers were vulnerable to a request smuggling attack relating to WebSocket upgrades. If using the server-side component, an attacker may be able to execute a request smuggling vulnerability using an edge case in the WebSocket upgrade procedure. A WebSocket upgrade request with a body could cause the parser to switch protocols before the complete request body was received, leaving trailing bytes to be handled as upgraded-protocol or pipelined data rather than normal HTTP body data. This issue is fixed in version 3.14.2.(CVE-2026-69243)
{
"severity": "Medium"
}{
"x86_64": [
"python-aiohttp-debuginfo-3.14.3-1.oe2403sp4.x86_64.rpm",
"python-aiohttp-debugsource-3.14.3-1.oe2403sp4.x86_64.rpm",
"python-aiohttp-help-3.14.3-1.oe2403sp4.x86_64.rpm",
"python3-aiohttp-3.14.3-1.oe2403sp4.x86_64.rpm"
],
"aarch64": [
"python-aiohttp-debuginfo-3.14.3-1.oe2403sp4.aarch64.rpm",
"python-aiohttp-debugsource-3.14.3-1.oe2403sp4.aarch64.rpm",
"python-aiohttp-help-3.14.3-1.oe2403sp4.aarch64.rpm",
"python3-aiohttp-3.14.3-1.oe2403sp4.aarch64.rpm"
],
"src": [
"python-aiohttp-3.14.3-1.oe2403sp4.src.rpm"
]
}