Vulnerability Description
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, DigestAuthMiddleware can send an authentication response after following a cross-origin redirect. This likely requires an open redirect vulnerability or similar on the target domain for an attacker to be able to execute. Further, the attacker is only receiving the digest, so should only be able to extract the user's credentials if the cryptography is weak or there is some kind of password reuse. This vulnerability is fixed in 3.14.1.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Aiohttp | Aiohttp | < 3.14.1 |
Related Weaknesses (CWE)
References
- https://github.com/aio-libs/aiohttp/commit/38d16060037e1bfcd6d677abababa3c2a4bb5Patch
- https://github.com/aio-libs/aiohttp/security/advisories/GHSA-hpj7-wq8m-9hgpVendor Advisory
FAQ
What is CVE-2026-54276?
CVE-2026-54276 is a vulnerability with a CVSS score of 6.1 (MEDIUM). AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, DigestAuthMiddleware can send an authentication response after following a cross-origin redirect. This ...
How severe is CVE-2026-54276?
CVE-2026-54276 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54276?
Check the references section above for vendor advisories and patch information. Affected products include: Aiohttp Aiohttp.