Lucene search
+L

287 matches found

OSV
OSV
added 2024/02/28 12:15 a.m.7 views

UBUNTU-CVE-2024-1892

A Regular Expression Denial of Service ReDoS vulnerability exists in the XMLFeedSpider class of the scrapy/scrapy project, specifically in the parsing of XML content. By crafting malicious XML content that exploits inefficient regular expression complexity used in the parsing process, an attacker...

7.5CVSS5.7AI score0.00557EPSS
SaveExploits1References7
Debian CVE
Debian CVE
added 2024/02/28 12:00 a.m.86 views

CVE-2024-1892

A Regular Expression Denial of Service ReDoS vulnerability exists in the XMLFeedSpider class of the scrapy/scrapy project, specifically in the parsing of XML content. By crafting malicious XML content that exploits inefficient regular expression complexity used in the parsing process, an attacker...

7.5CVSS6.9AI score0.00557EPSS
SaveExploits1
Cvelist
Cvelist
added 2024/02/28 12:00 a.m.46 views

CVE-2024-1892 ReDoS Vulnerability in scrapy/scrapy's XMLFeedSpider

A Regular Expression Denial of Service ReDoS vulnerability exists in the XMLFeedSpider class of the scrapy/scrapy project, specifically in the parsing of XML content. By crafting malicious XML content that exploits inefficient regular expression complexity used in the parsing process, an attacker...

7.5CVSS7.5AI score0.00557EPSS
SaveExploits1References2
OSV
OSV
added 2024/02/28 12:00 a.m.19 views

CVE-2024-1892 ReDoS Vulnerability in scrapy/scrapy's XMLFeedSpider

A Regular Expression Denial of Service ReDoS vulnerability exists in the XMLFeedSpider class of the scrapy/scrapy project, specifically in the parsing of XML content. By crafting malicious XML content that exploits inefficient regular expression complexity used in the parsing process, an attacker...

7.5CVSS6.8AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 12:00 a.m.16 views

CVE-2024-1892 ReDoS Vulnerability in scrapy/scrapy's XMLFeedSpider

A Regular Expression Denial of Service ReDoS vulnerability exists in the XMLFeedSpider class of the scrapy/scrapy project, specifically in the parsing of XML content. By crafting malicious XML content that exploits inefficient regular expression complexity used in the parsing process, an attacker...

7.5CVSS6.6AI score0.00557EPSS
SaveExploits1References2
CVE
CVE
added 2024/02/28 12:00 a.m.110 views

CVE-2024-1892

CVE-2024-1892 is a ReDoS vulnerability in Scrapy’s XMLFeedSpider class during XML parsing. The issue arises from inefficient regular expressions used in parsing XML content, enabling an attacker to cause a denial-of-service by crafting malicious XML that can exhaust CPU and memory, potentially ma...

7.5CVSS7.3AI score0.00557EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.10 views

Scrapy Security Vulnerabilities

Scrapy is a free and open source web crawler framework written in Python. A security vulnerability exists in Scrapy that stems from the use of vulnerable regular expressions for parsing, where processing a malicious response may result in extreme CPU and memory usage during parsing of its content...

7.5CVSS6.9AI score0.00557EPSS
SaveExploits1References4
Veracode
Veracode
added 2024/02/19 7:58 a.m.12 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.37 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.00807EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2024/02/16 4:07 p.m.8 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.00807EPSS
SaveExploits1References7
Veracode
Veracode
added 2024/02/16 9:32 a.m.13 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.7 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.00807EPSS
SaveExploits1References27
OSV
OSV
added 2024/02/15 3:32 p.m.33 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.00642EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2024/02/15 3:32 p.m.45 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.00642EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2024/02/15 3:22 p.m.36 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.18 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.8 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.11 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.00642EPSS
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
Rows per page
Query Builder