Improper access control in aiohttp - CVE-2026-54279
Published: June 9, 2026
aiohttp
Detailed vulnerability description
The vulnerability allows a remote attacker to cause cookies intended for a single host to be sent to subdomains.
The vulnerability exists due to improper cookie scope handling in CookieJar persistence when saving and restoring host-only cookies with CookieJar.save() and CookieJar.load(). A remote attacker can cause a restored host-only cookie to be treated as a domain cookie to cause cookies intended for a single host to be sent to subdomains.
The issue occurs after cookies are persisted to disk and later reloaded.