mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 13:58:07 +02:00
18 lines
802 B
Markdown
18 lines
802 B
Markdown
### [CVE-2020-7695](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7695)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Uvicorn before 0.11.7 is vulnerable to HTTP response splitting. CRLF sequences are not escaped in the value of HTTP headers. Attackers can exploit this to add arbitrary headers to HTTP responses, or even return an arbitrary response body, whenever crafted input is used to construct HTTP headers.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/SNYK-PYTHON-UVICORN-570471
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|