Files
cve/2015/CVE-2015-5739.md
2025-09-29 21:09:30 +02:00

742 B

CVE-2015-5739

Description

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."

POC

Reference

No PoCs from references.

Github