Converting String to Enum at the Cost of 50 GB: CVE-2020-36620

In this article, we’re going to discuss the CVE-2020-36620 vulnerability and see how a NuGet package for converting string to enum can make a C# application vulnerable to DoS attacks.

Imagine a server application that interacts with a user. In one of the scenarios, the application receives data from the user in a string representation and converts it into enumeration elements (string -> enum).

This article has been indexed from DZone Security Zone

Read the original article: