CVE-2025-66570
Last modified
CVE-2025-66570 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.27.0, a vulnerability allows attacker-controlled HTTP headers to influence server-visible metadata, logging, and authorization decisions. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.27.0, a vulnerability allows attacker-controlled HTTP headers to influence server-visible metadata, logging, and authorization decisions. An attacker can inject headers named REMOTE_ADDR, REMOTE_PORT, LOCAL_ADDR, LOCAL_PORT that are parsed into the request header multimap via read_headers() in httplib.h (headers.emplace), then the server later appends its own internal metadata using the same header names in Server::process_request without erasing duplicates. Because Request::get_header_value returns the first entry for a header key (id == 0) and the client-supplied headers are parsed before server-inserted headers, downstream code that uses these header names may inadvertently use attacker-controlled values. Affected files/locations: cpp-httplib/httplib.h (read_headers, Server::process_request, Request::get_header_value, get_header_value_u64) and cpp-httplib/docker/main.cc (get_client_ip, nginx_access_logger, nginx_error_logger). Attack surface: attacker-controlled HTTP headers in incoming requests flow into the Request.headers multimap and into logging code that reads forwarded headers, enabling IP spoofing, log poisoning, and authorization bypass via header shadowing. This vulnerability is fixed in 0.27.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Yhirose | Cpp-Httplib | < 0.27.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-66570?
How severe is CVE-2025-66570?
How do I fix CVE-2025-66570?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-66564Sigstore Timestamp Authority is a service for issuing RFC 31…7.5
- CVE-2025-66565Fiber Utils is a collection of common functions created for …9.8
- CVE-2025-66566yawkat LZ4 Java provides LZ4 compression for Java. Insuffici…8.2
- CVE-2025-66567The ruby-saml library is for implementing the client side of…9.1
- CVE-2025-66568The ruby-saml library implements the client side of an SAML …9.1
- CVE-2025-6657PDF-XChange Editor PRC File Parsing Out-Of-Bounds Read Infor…3.3
- CVE-2025-66571UNA CMS versions 9.0.0-RC1 - 14.0.0-RC4 contain a PHP object…9.3
- CVE-2025-66572Loaded Commerce 6.6 contains a client-side template injectio…6.9
- CVE-2025-66573Solstice Pod API (version 5.5, 6.2) contains an unauthentica…7.5
- CVE-2025-66574TranzAxis 3.2.41.10.26 allows authenticated users to inject …5.4
- CVE-2025-66575VeeVPN 1.6.1 contains an unquoted service path vulnerability…7.8
- CVE-2025-66576Remote Keyboard Desktop 1.0.1 enables remote attackers to ex…9.8
Are you affected by CVE-2025-66570?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
