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

19 lines
983 B
Markdown

### [CVE-2020-7670](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7670)
![](https://img.shields.io/static/v1?label=Product&message=agoo&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&color=brighgreen)
### Description
agoo prior to 2.14.0 allows request smuggling attacks where agoo is used as a backend and a frontend proxy also being vulnerable. HTTP pipelining issues and request smuggling attacks might be possible due to incorrect Content-Length and Transfer encoding header parsing. It is possible to conduct HTTP request smuggling attacks where `agoo` is used as part of a chain of backend servers due to insufficient `Content-Length` and `Transfer Encoding` parsing.
### POC
#### Reference
- https://github.com/ohler55/agoo/issues/88
- https://snyk.io/vuln/SNYK-RUBY-AGOO-569137
#### Github
No PoCs found on GitHub currently.