2 matches found
CVE-2015-5739
The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by "Content Length" instead of "Content-Length."...
CVE-2015-5739
CVE-2015-5739 affects Go’s net/http implementation (net/textproto/reader.go) prior to Go 1.4.3. The vulnerability arises from improper parsing of HTTP header keys, enabling remote attackers to perform HTTP request smuggling by using a space instead of a hyphen (e.g., “Content Length” vs “Content-...