cve/2024/CVE-2024-21647.md

18 lines
1020 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-21647](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21647)
![](https://img.shields.io/static/v1?label=Product&message=puma&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%205.6.8%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-444%3A%20Inconsistent%20Interpretation%20of%20HTTP%20Requests%20('HTTP%20Request%2FResponse%20Smuggling')&color=brighgreen)
### Description
Puma is a web server for Ruby/Rack applications built for parallelism. Prior to version 6.4.2, puma exhibited incorrect behavior when parsing chunked transfer encoding bodies in a way that allowed HTTP request smuggling. Fixed versions limits the size of chunk extensions. Without this limit, an attacker could cause unbounded resource (CPU, network bandwidth) consumption. This vulnerability has been fixed in versions 6.4.2 and 5.6.8.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds