CVE-2022-0577: Exposure of Sensitive Information to an Unauthorized Actor in scrapy/scrapy

Published Mar 1, 2022
·
Updated

Impact

If you manually define cookies on a Request object, and that Request object gets a redirect response, the new Request object scheduled to follow the redirect keeps those user-defined cookies, regardless of the target domain.

Patches

Upgrade to Scrapy 2.6.0, which resets cookies when creating Request objects to follow redirects¹, and drops the Cookie header if manually-defined if the redirect target URL domain name does not match the source URL domain name².

If you are using Scrapy 1.8 or a lower version, and upgrading to Scrapy 2.6.0 is not an option, you may upgrade to Scrapy 1.8.2 instead.

¹ At that point the original, user-set cookies have been processed by the cookie middleware into the global or request-specific cookiejar, with their domain restricted to the domain of the original URL, so when the cookie middleware processes the new (redirect) request it will incorporate those cookies into the new request as long as the domain of the new request matches the domain of the original request.

² This prevents cookie leaks to unintended domains even if the cookies middleware is not used.

Workarounds

If you cannot upgrade, set your cookies using a list of dictionaries instead of a single dictionary, as described in the Request documentation, and set the right domain for each cookie.

Alternatively, you can disable cookies altogether, or limit target domains to domains that you trust with all your user-set cookies.

References Originally reported at huntr.dev

For more information

If you have any questions or comments about this advisory: Open an issue Email us

Other sources

Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository scrapy/scrapy prior to 2.6.1.

Affected Software

4 affected componentsFixes available
pip/scrapy>=2.0.0<2.6.0
2.6.1
pip/scrapy<1.8.2
1.8.2
scrapy scrapy<2.6.1
Debian Debian Linux=9.0

Event History

Mar 1, 2022
Advisory Published
10:12 PM
Mar 2, 2022
CVE Published
via MITRE·04:05 AM
Data Sourced
via MITRE·04:05 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·04:15 AM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2022-0577?

CVE-2022-0577 has been classified as a medium severity vulnerability.

2

How do I fix CVE-2022-0577?

To fix CVE-2022-0577, upgrade to Scrapy versions 2.6.1 or 1.8.2.

3

What does CVE-2022-0577 impact?

CVE-2022-0577 impacts Scrapy versions prior to 2.6.1 and 1.8.2, specifically when handling redirects with user-defined cookies.

4

Is CVE-2022-0577 actively exploited?

As of now, there are no reports indicating that CVE-2022-0577 is actively being exploited in the wild.

5

What kind of systems are affected by CVE-2022-0577?

CVE-2022-0577 affects systems running vulnerable versions of Scrapy, including those on Debian GNU/Linux 9.0.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203