CRLF injection in nim - CVE-2020-15693

 

CRLF injection in nim - CVE-2020-15693

Published: August 17, 2020


Vulnerability identifier: #VU45740
CSH Severity: Medium
CVSS v4: 5.1 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2020-15693
CWE-ID: CWE-93
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to inject arbitrary data in server response.

The vulnerability exists due to insufficient validation of attacker-supplied data when processing URL in the standard library httpClient. A remote attacker can pass a specially crafted URL to the application and changes values of headers via CR-LF characters when processed with httpClient.get or httpClient.post methods.


Affected software

nim

How to mitigate CVE-2020-15693

Install updates from vendor's website.

nim - update to 1.2.6

External References

Related Security Bulletins