Lucene search
+L

300 matches found

OSV
OSV
added 2024/05/20 8:15 a.m.10 views

UBUNTU-CVE-2024-1968

In scrapy/scrapy, an issue was identified where the Authorization header is not removed during redirects that only change the scheme e.g., HTTPS to HTTP but remain within the same domain. This behavior contravenes the Fetch standard, which mandates the removal of Authorization headers in...

7.5CVSS5.8AI score0.00688EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2024/05/20 8:03 a.m.23 views

CVE-2024-1968 Authorization Header Leakage in scrapy/scrapy on Scheme Change Redirects

In scrapy/scrapy, an issue was identified where the Authorization header is not removed during redirects that only change the scheme e.g., HTTPS to HTTP but remain within the same domain. This behavior contravenes the Fetch standard, which mandates the removal of Authorization headers in...

7.5CVSS6.1AI score0.00688EPSS
SaveExploits1References2
CVE
CVE
added 2024/05/20 8:03 a.m.100 views

CVE-2024-1968

CVE-2024-1968 affects Scrapy’s redirect middleware, specifically the _build_redirect_request path, where the Authorization header is not stripped when a redirect downgrades from HTTPS to HTTP within the same domain. This can leak credentials in plaintext during cross-origin-like redirects that ch...

7.5CVSS7AI score0.00688EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/20 8:03 a.m.53 views

CVE-2024-1968

In scrapy/scrapy, an issue was identified where the Authorization header is not removed during redirects that only change the scheme e.g., HTTPS to HTTP but remain within the same domain. This behavior contravenes the Fetch standard, which mandates the removal of Authorization headers in...

7.5CVSS7.3AI score0.00688EPSS
SaveExploits1
OSV
OSV
added 2024/05/20 8:03 a.m.25 views

CVE-2024-1968 Authorization Header Leakage in scrapy/scrapy on Scheme Change Redirects

In scrapy/scrapy, an issue was identified where the Authorization header is not removed during redirects that only change the scheme e.g., HTTPS to HTTP but remain within the same domain. This behavior contravenes the Fetch standard, which mandates the removal of Authorization headers in...

7.5CVSS7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/20 8:03 a.m.54 views

CVE-2024-1968 Authorization Header Leakage in scrapy/scrapy on Scheme Change Redirects

In scrapy/scrapy, an issue was identified where the Authorization header is not removed during redirects that only change the scheme e.g., HTTPS to HTTP but remain within the same domain. This behavior contravenes the Fetch standard, which mandates the removal of Authorization headers in...

7.5CVSS7.1AI score0.00688EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2024/05/20 12:00 a.m.18 views

scrapy 信息泄露漏洞

Scrapy is a free and open source web crawler framework written in Python. An information disclosure vulnerability exists in scrapy that stems from the fact that the authorization header may be inadvertently exposed in plaintext, leading to the disclosure of potentially sensitive information...

7.5CVSS7.2AI score0.00688EPSS
SaveExploits1References3
Veracode
Veracode
added 2024/05/15 8:30 a.m.20 views

Information Disclosure

scrapy is vulnerable to Information Disclosure. The vulnerability is due to redirects ignoring scheme specific proxy settings, which results in http / https schemes using the wrong proxy if the proxy was configured to be scheme specific...

7.5CVSS6.7AI score0.00688EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2024/05/15 7:57 a.m.12 views

Authorization Header Leakage

scrapy is vulnerable to Authorization Header Leakage. The vulnerability is due to including the authorization header during redirects, where the domain remains the same but the scheme or port changes...

7AI score
SaveExploits0
Veracode
Veracode
added 2024/05/15 7:27 a.m.12 views

Open Redirect

scrapy is vulnerable to Open Redirect. The vulnerability is due to indiscriminate handling of redirects across different URL schemes, which can result in redirecting requests to potentially malicious destinations, such as local files, malicious FTP servers, or S3 buckets. If an attacker has acces...

6.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/05/14 8:14 p.m.16 views

Scrapy allows redirect following in protocols other than HTTP

Impact Scrapy was following redirects regardless of the URL protocol, so redirects were working for data://, file://, ftp://, s3://, and any other scheme defined in the DOWNLOADHANDLERS setting. However, HTTP redirects should only work between URLs that use the http:// or https:// schemes. A...

7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/14 8:14 p.m.13 views

GHSA-23J4-MW76-5V7H Scrapy allows redirect following in protocols other than HTTP

Impact Scrapy was following redirects regardless of the URL protocol, so redirects were working for data://, file://, ftp://, s3://, and any other scheme defined in the DOWNLOADHANDLERS setting. However, HTTP redirects should only work between URLs that use the http:// or https:// schemes. A...

6.5CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/05/14 8:14 p.m.17 views

Scrapy's redirects ignoring scheme-specific proxy settings

Impact When using system proxy settings, which are scheme-specific i.e. specific to http:// or https:// URLs, Scrapy was not accounting for scheme changes during redirects. For example, an HTTP request would use the proxy configured for HTTP and, when redirected to an HTTPS URL, the new HTTPS...

7.1AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/14 8:14 p.m.26 views

Scrapy leaks the authorization header on same-domain but cross-origin redirects

Impact Since version 2.11.1, Scrapy drops the Authorization header when a request is redirected to a different domain. However, it keeps the header if the domain remains the same but the scheme http/https or the port change, all scenarios where the header should also be dropped. In the context of...

7.5CVSS7AI score0.00688EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/05/14 8:14 p.m.10 views

GHSA-4QQQ-9VQF-3H3F Scrapy leaks the authorization header on same-domain but cross-origin redirects

Impact Since version 2.11.1, Scrapy drops the Authorization header when a request is redirected to a different domain. However, it keeps the header if the domain remains the same but the scheme http/https or the port change, all scenarios where the header should also be dropped. In the context of...

5.9CVSS7.1AI score0.00688EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2024/05/14 12:00 a.m.7 views

PT-2024-18458 · Scrapy +3 · Scrapy +3

Name of the Vulnerable Software and Affected Versions: Scrapy versions prior to 2.11.2 Description: An issue was identified in Scrapy where the Authorization header is not removed during redirects that only change the scheme e.g., HTTPS to HTTP but remain within the same domain. This behavior...

8.8CVSS6.8AI score0.01263EPSS
SaveExploits5References34
Veracode
Veracode
added 2024/04/17 10:06 a.m.21 views

Information Leakage

scrapy is vulnerable to Information Leakage. The vulnerability is due to the failure to remove the Authorization header when redirecting across domains, resulting in the exposure of sensitive credentials to unauthorized actors which could potentially lead to account hijacking...

7.5CVSS6.6AI score0.00648EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2024/04/17 8:18 a.m.25 views

XML External Entity (XXE)

scrapy is vulnerable to XML External Entity XXE. The vulnerability is due to the lxml.etree.fromstring function which lacks input validation, enabling attackers to execute denial of service attacks, access local files, create network connections, or bypass firewalls through specially crafted XML...

7.5CVSS7AI score0.00814EPSS
SaveExploits1References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/04/17 2:22 a.m.3 views

SUSE CVE-2024-3574

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...

7.5CVSS6.8AI score0.00648EPSS
SaveExploits1References3
OSV
OSV
added 2024/04/16 12:30 a.m.8 views

GHSA-4Q82-J5C2-G2C5 Duplicate Advisory: Scrapy authorization header leakage on cross-domain redirect

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-cw9j-q3vf-hrrv. This link is maintained to preserve external references. Original Description In scrapy versions before 2.11.1, an issue was identified where the Authorization header, containing credentials for...

7.5CVSS5.6AI score
SaveExploits0References5
Rows per page
Query Builder