Files
CVEs-PoC/2017/CVE-2017-2666.md
T
2025-09-29 21:09:30 +02:00

18 lines
911 B
Markdown

### [CVE-2017-2666](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2666)
![](https://img.shields.io/static/v1?label=Product&message=undertow&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-444&color=brightgreen)
### Description
It was discovered in Undertow that the code that parsed the HTTP request line permitted invalid characters. This could be exploited, in conjunction with a proxy that also permitted the invalid characters but with a different interpretation, to inject data into the HTTP response. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information from requests other than their own.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/tafamace/CVE-2017-2666