Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. scrapy
  4. ›
  5. GMS-2024-288

GMS-2024-288: Scrapy authorization header leakage on cross-domain redirect

February 15, 2024

Impact

When you send a request with the Authorization header to one domain, and the response asks to redirect to a different domain, Scrapy’s built-in redirect middleware creates a follow-up redirect request that keeps the original Authorization header, leaking its content to that second domain.

The right behavior would be to drop the Authorization header instead, in this scenario.

Patches

Upgrade to Scrapy 2.11.1.

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

Workarounds

If you cannot upgrade, make sure that you are not using the Authentication header, either directly or through some third-party plugin.

If you need to use that header in some requests, add "dont_redirect": True to the request.meta dictionary of those requests to disable following redirects for them.

If you need to keep (same domain) redirect support on those requests, make sure you trust the target website not to redirect your requests to a different domain.

Acknowledgements

This security issue was reported by @ranjit-git through huntr.com.

References

  • github.com/advisories/GHSA-cw9j-q3vf-hrrv
  • github.com/scrapy/scrapy/commit/ee7bd9d217fc126063575d5649f00bdeeca2faae
  • github.com/scrapy/scrapy/security/advisories/GHSA-cw9j-q3vf-hrrv

Code Behaviors & Features

Detect and mitigate GMS-2024-288 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.8.4, all versions starting from 2 before 2.11.1

Fixed versions

  • 1.8.4
  • 2.11.1

Solution

Upgrade to versions 1.8.4, 2.11.1 or above.

Source file

pypi/scrapy/GMS-2024-288.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:19 +0000.