mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 15:59:29 +02:00
18 lines
915 B
Markdown
18 lines
915 B
Markdown
### [CVE-2017-2666](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2666)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|