HTTP response splitting in Cpp-httplib - CVE-2020-11709
Published: August 21, 2023
Cpp-httplib
Cpp-httplib Project
Description
The vulnerability allows a remote attacker to perform HTTP splitting attacks.
The vulnerability exists due to software does not correclty process CRLF character sequences passed into the set_redirect() and set_header() functions. A remote attacker can send specially crafted request containing CRLF sequence and make the application to send a split HTTP response.
Successful exploitation of the vulnerability may allow an attacker perform cache poisoning attack.