#VU36076 CRLF injection in Go programming language - CVE-2019-9741

 

#VU36076 CRLF injection in Go programming language - CVE-2019-9741

Published: March 13, 2019 / Updated: August 8, 2020


Vulnerability identifier: #VU36076
Vulnerability risk: Medium
CVSSv4.0: 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/E:U/U:Green
CVE-ID: CVE-2019-9741
CWE-ID: CWE-93
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Go programming language
Software vendor:
Google

Description

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

An issue was discovered in net/http in Go 1.11.5. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the second argument to http.NewRequest with followed by an HTTP header or a Redis command.


Remediation

Install update from vendor's website.

External links