First published: Fri Feb 26 2021(Updated: )
### Impact Open redirect vulnerability — a maliciously crafted link to an aiohttp-based web-server could redirect the browser to a different website. It is caused by a bug in the `aiohttp.web_middlewares.normalize_path_middleware` middleware. ### Patches This security problem has been fixed in v3.7.4. Upgrade your dependency as follows: [`pip install aiohttp >= 3.7.4`] ### Workarounds If upgrading is not an option for you, a workaround can be to avoid using `aiohttp.web_middlewares.normalize_path_middleware` in your applications. ### References * [aiohttp @ PyPI] * [GHSA-v6wp-4m6f-gcjg] * [OWASP page on open redirects] ### For more information If you have any questions or comments about this advisory: * Open an issue in the [aiohttp repo](https://github.com/aio-libs/aiohttp/issues/new/choose) * Email us at wk+aio-libs-security@sydorenko.org.ua and/or andrew.svetlov+aio-libs-security@gmail.com Credit: [Jelmer Vernooij] and [Beast Glatisant]. [aiohttp @ PyPI]: https://pypi.org/p/aiohttp [`pip install aiohttp >= 3.7.4`]: https://pypi.org/project/aiohttp/3.7.4/ [GHSA-v6wp-4m6f-gcjg]: https://github.com/aio-libs/aiohttp/security/advisories/GHSA-v6wp-4m6f-gcjg [OWASP page on open redirects]: https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html [Jelmer Vernooij]: https://jelmer.uk [Beast Glatisant]: https://github.com/g147
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/python-aiohttp | 3.5.1-1+deb10u1 3.7.4-1 3.8.4-1 3.8.6-1 | |
Aiohttp Project Aiohttp | <3.7.4 | |
Debian Debian Linux | =10.0 | |
Fedoraproject Fedora | =33 | |
Fedoraproject Fedora | =34 | |
Aiohttp Aiohttp | <3.7.4 | |
pip/aiohttp | <3.7.4 | 3.7.4 |
redhat/python-aiohttp | <3.7.4 | 3.7.4 |
<3.7.4 | ||
=10.0 | ||
=33 | ||
=34 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The impact of CVE-2021-21330 is an open redirect vulnerability that could redirect the browser to a different website.
CVE-2021-21330 affects aiohttp-based web servers by allowing a maliciously crafted link to redirect the browser to a different website.
The vulnerability in aiohttp is caused by a bug in the `aiohttp.web_middlewares.normalize_path_middleware` middleware.
The severity of CVE-2021-21330 is medium with a CVSSv3 score of 6.1.
To fix CVE-2021-21330 in aiohttp, update to version 3.7.4.