Lucene search
+L

287 matches found

Github Security Blog
Github Security Blog
added 2024/05/14 8:14 p.m.24 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.8 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.5 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.18 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.00642EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2024/04/17 8:18 a.m.21 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.00807EPSS
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.00642EPSS
SaveExploits1References3
OSV
OSV
added 2024/04/16 12:30 a.m.6 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
Github Security Blog
Github Security Blog
added 2024/04/16 12:30 a.m.34 views

Duplicate Advisory: Scrapy decompression bomb vulnerability

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-7j7m-v7m3-jqm7. This link is maintained to preserve external references. Original Description The scrapy/scrapy project is vulnerable to XML External Entity XXE attacks due to the use of lxml.etree.fromstring fo...

7.5CVSS6.9AI score0.00807EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/16 12:30 a.m.20 views

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.5CVSS6.9AI score0.00642EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/04/16 12:30 a.m.4 views

GHSA-RMQV-7V3J-MR7P Duplicate Advisory: Scrapy decompression bomb vulnerability

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-7j7m-v7m3-jqm7. This link is maintained to preserve external references. Original Description The scrapy/scrapy project is vulnerable to XML External Entity XXE attacks due to the use of lxml.etree.fromstring fo...

7.5CVSS5.8AI score
SaveExploits0References4
NVD
NVD
added 2024/04/16 12:15 a.m.25 views

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.5CVSS7.4AI score0.00642EPSS
SaveExploits1References2
NVD
NVD
added 2024/04/16 12:15 a.m.35 views

CVE-2024-3572

The scrapy/scrapy project is vulnerable to XML External Entity XXE attacks due to the use of lxml.etree.fromstring for parsing untrusted XML data without proper validation. This vulnerability allows attackers to perform denial of service attacks, access local files, generate network connections, ...

7.5CVSS7.4AI score0.00807EPSS
SaveExploits1References2
OSV
OSV
added 2024/04/16 12:15 a.m.16 views

DEBIAN-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.5CVSS7.5AI score0.00642EPSS
SaveExploits1References1
OSV
OSV
added 2024/04/16 12:15 a.m.8 views

DEBIAN-CVE-2024-3572

The scrapy/scrapy project is vulnerable to XML External Entity XXE attacks due to the use of lxml.etree.fromstring for parsing untrusted XML data without proper validation. This vulnerability allows attackers to perform denial of service attacks, access local files, generate network connections, ...

7.5CVSS7.5AI score0.00807EPSS
SaveExploits1References1
OSV
OSV
added 2024/04/16 12:15 a.m.5 views

UBUNTU-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.5CVSS5.6AI score0.00642EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2024/04/16 12:15 a.m.21 views

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.5CVSS7AI score0.00642EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2024/04/16 12:15 a.m.17 views

CVE-2024-3572

The scrapy/scrapy project is vulnerable to XML External Entity XXE attacks due to the use of lxml.etree.fromstring for parsing untrusted XML data without proper validation. This vulnerability allows attackers to perform denial of service attacks, access local files, generate network connections, ...

7.5CVSS7.1AI score0.00807EPSS
SaveExploits1References6
OSV
OSV
added 2024/04/16 12:15 a.m.13 views

UBUNTU-CVE-2024-3572

The scrapy/scrapy project is vulnerable to XML External Entity XXE attacks due to the use of lxml.etree.fromstring for parsing untrusted XML data without proper validation. This vulnerability allows attackers to perform denial of service attacks, access local files, generate network connections, ...

7.5CVSS5.8AI score0.00807EPSS
SaveExploits1References7
CVE
CVE
added 2024/04/16 12:00 a.m.80 views

CVE-2024-3574

CVE-2024-3574 affects Scrapy up to version 2.10.1, where the Authorization header used for server authentication can be leaked to a third‑party site during cross‑domain redirects. The root cause is the failure to remove the Authorization header when redirecting across domains (or when redirects c...

7.5CVSS7.3AI score0.00642EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2024/04/16 12:00 a.m.46 views

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.5CVSS7.5AI score0.00642EPSS
SaveExploits1
Rows per page
Query Builder