mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
### [CVE-2024-1892](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-1892)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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 can cause a denial-of-service (DoS) condition. This vulnerability allows for the system to hang and consume significant resources, potentially rendering services that utilize Scrapy for XML processing unresponsive.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://huntr.com/bounties/271f94f2-1e05-4616-ac43-41752389e26b
|
|
- https://huntr.com/bounties/271f94f2-1e05-4616-ac43-41752389e26b
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|