Lucene search
+L

300 matches found

Veracode
Veracode
added 2024/02/19 7:58 a.m.13 views

Decompression Bomb

scrapy is vulnerable to Decompression Bomb. The vulnerability is caused due to not enforcing validating the maximum size of decompressed data and applying the check only on compressed one. The existing checks only applied to settings DOWNLOADMAXSIZE and DOWNLOADWARNSIZE which only exist on...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/02/16 4:07 p.m.40 views

Scrapy decompression bomb vulnerability

Impact Scrapy limits allowed response sizes by default through the DOWNLOADMAXSIZE and DOWNLOADWARNSIZE settings. However, those limits were only being enforced during the download of the raw, usually-compressed response bodies, and not during decompression, making Scrapy vulnerable to...

7.5CVSS7.1AI score0.00814EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2024/02/16 4:07 p.m.47 views

GHSA-7J7M-V7M3-JQM7 Scrapy decompression bomb vulnerability

Impact Scrapy limits allowed response sizes by default through the DOWNLOADMAXSIZE and DOWNLOADWARNSIZE settings. However, those limits were only being enforced during the download of the raw, usually-compressed response bodies, and not during decompression, making Scrapy vulnerable to...

7.5CVSS7.1AI score0.00814EPSS
SaveExploits1References7
Veracode
Veracode
added 2024/02/16 9:32 a.m.14 views

Authorization Header Leakage

scrapy is vulnerable to Authorization Header Leakage. The vulnerability is due to improper handling of the Authorization header when the response includes a redirection. The Authorization header is not ommited when Scrapy is redirected, resulting in the Authorization header being sent to the...

7AI score
SaveExploits0
Veracode
Veracode
added 2024/02/16 7:25 a.m.14 views

Regular Expression Denial Of Service (ReDoS)

scrapy is vulnerable to Regular expression Denial of Service ReDoS. The vulnerability is due to the usage of a regular expression with Inefficient complexity. This may cause extreme CPU and memory usage due, leading to Regular expression Denial of Service ReDoS...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/02/16 12:00 a.m.10 views

PT-2024-26670

Name of the Vulnerable Software and Affected Versions scrapy/scrapy affected versions not specified Description 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 issue...

7.5CVSS7.1AI score0.00814EPSS
SaveExploits1References27
Github Security Blog
Github Security Blog
added 2024/02/15 3:32 p.m.50 views

Scrapy authorization header leakage on cross-domain redirect

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

7.5CVSS7.1AI score0.00648EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/02/15 3:32 p.m.38 views

GHSA-CW9J-Q3VF-HRRV Scrapy authorization header leakage on cross-domain redirect

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

7.5CVSS7.1AI score0.00648EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2024/02/15 3:22 p.m.40 views

Scrapy vulnerable to ReDoS via XMLFeedSpider

Impact The following parts of the Scrapy API were found to be vulnerable to a ReDoS attack: - The XMLFeedSpider class or any subclass that uses the default node iterator: iternodes, as well as direct uses of the scrapy.utils.iterators.xmliter function. - Scrapy 2.6.0 to 2.11.0: The openinbrowser...

7.5CVSS7.2AI score0.00557EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2024/02/15 3:22 p.m.22 views

GHSA-CC65-XXVF-F7R9 Scrapy vulnerable to ReDoS via XMLFeedSpider

Impact The following parts of the Scrapy API were found to be vulnerable to a ReDoS attack: - The XMLFeedSpider class or any subclass that uses the default node iterator: iternodes, as well as direct uses of the scrapy.utils.iterators.xmliter function. - Scrapy 2.6.0 to 2.11.0: The openinbrowser...

7.5CVSS6.8AI score0.00557EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2024/02/15 12:00 a.m.11 views

PT-2024-18399 · Scrapy +3 · Scrapy +3

Name of the Vulnerable Software and Affected Versions: Scrapy versions 2.6.0 through 2.11.0 Scrapy versions prior to 1.8.4 Description: A Regular Expression Denial of Service ReDoS vulnerability exists in the XMLFeedSpider class of the Scrapy project, specifically in the parsing of XML content. B...

8.8CVSS6.9AI score0.01263EPSS
SaveExploits5References38
Positive Technologies
Positive Technologies
added 2024/02/15 12:00 a.m.13 views

PT-2024-26692

Name of the Vulnerable Software and Affected Versions Scrapy versions prior to 2.11.1 Description The issue arises from the failure to remove the Authorization header when redirecting across domains, potentially allowing for account hijacking. This occurs when a request with the Authorization...

7.5CVSS7.1AI score0.00648EPSS
SaveExploits1References26
Tenable Nessus
Tenable Nessus
added 2023/08/31 12:00 a.m.4 views

FreeBSD : py-Scrapy -- cookie injection vulnerability (a5403af6-225e-48ba-b233-bd95ad26434a)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the a5403af6-225e-48ba-b233-bd95ad26434a advisory. - Responses from domain names whose public domain name suffix contains 1 or more periods e.g. responses...

5.7AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/08/31 12:00 a.m.11 views

FreeBSD : py-Scrapy -- credentials leak vulnerability (2ad25820-c71a-4e6c-bb99-770c66fe496d)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 2ad25820-c71a-4e6c-bb99-770c66fe496d advisory. - When the built-in HTTP proxy downloader middleware processes a request with proxy metadata, and that...

5.6AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/08/31 12:00 a.m.16 views

FreeBSD : py-Scrapy -- DoS vulnerability (4eb5dccb-923c-4f18-9cd4-b53f9e28d4d7)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 4eb5dccb-923c-4f18-9cd4-b53f9e28d4d7 advisory. - Scrapy 1.4 allows remote attackers to cause a denial of service memory consumption via large files...

7.8CVSS7AI score0.02573EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2023/08/31 12:00 a.m.20 views

FreeBSD : py-Scrapy -- exposure of sensitive information vulnerability (67fe5e5b-549f-4a2a-9834-53f60eaa415e)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 67fe5e5b-549f-4a2a-9834-53f60eaa415e advisory. - Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository scrapy/scrapy prior t...

8.8CVSS7.2AI score0.01263EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.6 views

SUSE CVE-2021-41125

Scrapy is a high-level web crawling and scraping framework for Python. If you use HttpAuthMiddleware i.e. the httpuser and httppass spider attributes for HTTP authentication, all requests will expose your credentials to the request target. This includes requests generated by Scrapy components, su...

6.5CVSS7.7AI score0.01261EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:35 a.m.10 views

SUSE CVE-2022-0577

Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository scrapy/scrapy prior to 2.6.1...

6.5CVSS7.5AI score0.01263EPSS
SaveExploits1References3
OSV
OSV
added 2022/07/29 10:26 p.m.14 views

GHSA-9X8M-2XPF-CRP3 Scrapy before 2.6.2 and 1.8.3 vulnerable to one proxy sending credentials to another

Impact When the built-in HTTP proxy downloader middleware processes a request with proxy metadata, and that proxy metadata includes proxy credentials, the built-in HTTP proxy downloader middleware sets the Proxy-Authentication header, but only if that header is not already set. There are...

5.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/07/29 10:26 p.m.34 views

Scrapy before 2.6.2 and 1.8.3 vulnerable to one proxy sending credentials to another

Impact When the built-in HTTP proxy downloader middleware processes a request with proxy metadata, and that proxy metadata includes proxy credentials, the built-in HTTP proxy downloader middleware sets the Proxy-Authentication header, but only if that header is not already set. There are...

7.1AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder