Information disclosure in scrapy - #VU127075

 

Information disclosure in scrapy - #VU127075

Published: February 14, 2024 / Updated: April 23, 2026


Vulnerability identifier: #VU127075
CSH Severity: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-200
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
scrapy
Software vendor:
scrapy.org

Description

The vulnerability allows a remote attacker to disclose sensitive information.

The vulnerability exists due to exposure of sensitive information in the built-in redirect middleware when following a cross-domain redirect after sending a request with an Authorization header. A remote attacker can trigger a redirect to a different domain to disclose sensitive information.

The issue occurs because the follow-up redirect request keeps the original Authorization header instead of dropping it.


Remediation

Install security update from vendor's website.

External links