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

18 lines
733 B
Markdown

### [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960)
![](https://img.shields.io/static/v1?label=Product&message=https%3A%2F%2Fgithub.com%2Fnodejs%2Fllhttp&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=HTTP%20Request%20Smuggling%20(CWE-444)&color=brighgreen)
### Description
The parse function in llhttp < 2.1.4 and < 6.0.6. ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions.
### POC
#### Reference
- https://www.oracle.com/security-alerts/cpujan2022.html
#### Github
No PoCs found on GitHub currently.