GHSA-hpj7-wq8m-9hgp on CTRL-OS 26.05
Aliases: GHSA-hpj7-wq8m-9hgp, CVE-2026-54276
Packages: python3Packages.aiohttp
Status: Plausible
Advisory Information
Summary
DigestAuthMiddlewarecan send an authentication response after following a cross-origin redirect.Impact
If the client follows a redirect (the default option) to an attacker controlled domain, the attacker may be able to extract the auth digest.
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.
Workaround
Disable
follow_redirectsif this is a concern.
Patch: https://github.com/aio-libs/aiohttp/commit/38d16060037e1bfcd6d677abababa3c2a4bb58fa
Updates
2026-07-10 22:13 CEST
Metadata changes:
- Status for package
python3Packages.aiohttp: “Plausible”
(Amended on: 2026-07-10 22:14 CEST)
2026-07-10 20:35 CEST
Metadata changes:
- Status for package
python3Packages.aiohttp: “New”