Files
CVEs-PoC/2021/CVE-2021-27293.md
T
2024-05-25 21:48:12 +02:00

20 lines
883 B
Markdown

### [CVE-2021-27293](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27293)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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