mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 08:34:03 +02:00
20 lines
883 B
Markdown
20 lines
883 B
Markdown
### [CVE-2021-27293](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27293)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
RestSharp < 106.11.8-alpha.0.13 uses a regular expression which is vulnerable to Regular Expression Denial of Service (ReDoS) when converting strings into DateTimes. If a server responds with a malicious string, the client using RestSharp will be stuck processing it for an exceedingly long time. Thus the remote server can trigger Denial of Service.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/doyensec/regexploit
|
|
- https://github.com/retr0-13/regexploit
|
|
|