CVE-2026-21428

Severity CVSS v4.0:
HIGH
Type:
CWE-93 Improper Neutralization of CRLF Sequences ('CRLF Injection')
Publication date:
01/01/2026
Last modified:
06/01/2026

Description

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to version 0.30.0, the ``write_headers`` function does not check for CR &amp; LF characters in user supplied headers, allowing untrusted header value to escape header lines.<br /> This vulnerability allows attackers to add extra headers, modify request body unexpectedly &amp; trigger an SSRF attack. When combined with a server that supports http1.1 pipelining (springboot, python twisted etc), this can be used for server side request forgery (SSRF). Version 0.30.0 fixes this issue.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:yhirose:cpp-httplib:*:*:*:*:*:*:*:* 0.30.0 (excluding)