Files
CVEs-PoC/2020/CVE-2020-8287.md
T
2024-06-18 02:51:15 +02:00

1.1 KiB

CVE-2020-8287

Description

Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.

POC

Reference

Github