#VU45739 Input validation error in nim - CVE-2020-15694
Published: August 17, 2020
nim
nim-lang.org
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to insufficient validation of server responses in the standard library httpClient. A remote attacker can pass specially crafted input to the application and perform a denial of service (DoS) attack or force the application to perform unexpected actions as demonstrated by the httpClient.get().contentLength() that does not raise any error if a malicious server provides a negative Content-Length.