Remote Code Execution Vulnerability in AIOHTTP Framework by aio-libs
CVE-2026-34993
6.4MEDIUM
What is CVE-2026-34993?
The AIOHTTP framework, designed for asynchronous HTTP communication in Python, is vulnerable to a remote code execution issue due to improper handling of untrusted input in the CookieJar.load() method. This flaw allows an attacker to execute arbitrary code if they can manipulate the files being loaded. While most applications utilize this function with trusted user data, those that allow external files to be loaded are at significant risk. The vulnerability has been resolved in AIOHTTP version 3.14.0 and users are encouraged to upgrade to mitigate potential exploitation. For those using older versions, implementing file sanitization measures is recommended before loading any input.
Affected Version(s)
aiohttp < 3.14.0
