CVE-2026-34441
MEDIUM EPSS 9.5%
Published Mar 31, 20263mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published Mar 31, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
Description
cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to version 0.40.0, cpp-httplib is vulnerable to HTTP Request Smuggling. The server's static file handler serves GET responses without consuming the request body. On HTTP/1.1 keep-alive connections, the unread body bytes remain on the TCP stream and are interpreted as the start of a new HTTP request. An attacker can embed an arbitrary HTTP request inside the body of a GET request, which the server processes as a separate request. This issue has been patched in version 0.40.0.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability None
Threat Intelligence
EPSS Exploit Probability
9.5% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-444
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| yhirose | cpp-httplib | * | <0.40.0 |
References 2
- github.com https://github.com/yhirose/cpp-httplib/releases/tag/v0.40.0
- github.com https://github.com/yhirose/cpp-httplib/security/advisories/GHSA-jv63-rm9j-6jwc
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.