VYPR

Restsharp

by Sharp

nuget: restsharp

Source repositories

CVEs (2)

  • CVE-2021-27293HigJul 12, 2021
    risk 0.42cvss 7.5epss 0.02

    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…

  • CVE-2024-45302MedAug 29, 2024
    risk 0.33cvss 6.1epss 0.00

    RestSharp is a Simple REST and HTTP API Client for .NET. The second argument to `RestRequest.AddHeader` (the header value) is vulnerable to CRLF injection. The same applies to `RestRequest.AddOrUpdateHeader` and `RestClient.AddDefaultHeader`. The way HTTP headers are added to a…