Bugzilla – Bug 1222886
VUL-0: CVE-2024-3574: python-Scrapy: Authorization header leakage on cross-domain redirect
Last modified: 2024-05-29 17:33:14 UTC
In scrapy version 2.10.1, an issue was identified where the Authorization header, containing credentials for server authentication, is leaked to a third-party site during a cross-domain redirect. This vulnerability arises from the failure to remove the Authorization header when redirecting across domains. The exposure of the Authorization header to unauthorized actors could potentially allow for account hijacking. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-3574 https://www.cve.org/CVERecord?id=CVE-2024-3574 https://github.com/scrapy/scrapy/commit/5bcb8fd5019c72d05c4a96da78a7fcb6ecb55b75 https://huntr.com/bounties/49974321-2718-43e3-a152-62b16eed72a9 https://github.com/scrapy/scrapy/security/advisories/GHSA-cw9j-q3vf-hrrv
already fixed, only missing reference. Closing