Nim Contributors

2 exploits Active since Aug 2020
CVE-2020-15693 WRITEUP MEDIUM WRITEUP
Nim < 1.2.6 - Injection
In Nim 1.2.4, the standard library httpClient is vulnerable to a CR-LF injection in the target URL. An injection is possible if the attacker controls any part of the URL provided in a call (such as httpClient.get or httpClient.post), the User-Agent header value, or custom HTTP header names or values.
CVSS 6.5
CVE-2020-15694 WRITEUP HIGH WRITEUP
Nim < 1.2.6 - Improper Input Validation
In Nim 1.2.4, the standard library httpClient fails to properly validate the server response. For example, httpClient.get().contentLength() does not raise any error if a malicious server provides a negative Content-Length.
CVSS 7.5