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

802 B

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

Github

No PoCs found on GitHub currently.