cve/2024/CVE-2024-27982.md
2025-09-29 16:08:36 +00:00

18 lines
829 B
Markdown

### [CVE-2024-27982](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27982)
![](https://img.shields.io/static/v1?label=Product&message=Node&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=20.12.0%3C%3D%2020.12.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/KshitijPatil08/Elevate-Task3