Vulnerability Description
cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.39.0, the cpp-httplib HTTP client forwards stored Basic Auth, Bearer Token, and Digest Auth credentials to arbitrary hosts when following cross-origin HTTP redirects (301/302/307/308). A malicious or compromised server can redirect the client to an attacker-controlled host, which then receives the plaintext credentials in the `Authorization` header. Version 0.39.0 fixes the issue.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Yhirose | Cpp-Httplib | < 0.39.0 |
Related Weaknesses (CWE)
References
- https://github.com/yhirose/cpp-httplib/security/advisories/GHSA-6hrp-7fq9-3qv2ExploitMitigationVendor Advisory
FAQ
What is CVE-2026-33745?
CVE-2026-33745 is a vulnerability with a CVSS score of 7.4 (HIGH). cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.39.0, the cpp-httplib HTTP client forwards stored Basic Auth, Bearer Token, and Digest Auth credentials to ...
How severe is CVE-2026-33745?
CVE-2026-33745 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33745?
Check the references section above for vendor advisories and patch information. Affected products include: Yhirose Cpp-Httplib.