Host-Only Cookie Vulnerability in AIOHTTP Framework for Python Applications
CVE-2026-54279
1.3LOW
What is CVE-2026-54279?
AIOHTTP, the asynchronous HTTP client/server framework for Python, has reported a vulnerability where host-only cookies saved with CookieJar.save() lose their critical host-only status upon being restored with CookieJar.load(). This flaw may expose sensitive cookie data, potentially leading to unauthorized access or session hijacking attacks. The issue has been addressed in version 3.14.1, which ensures that cookies maintain their intended restrictions upon retrieval.
Affected Version(s)
aiohttp < 3.14.1
