CVE-2025-66570

CRITICAL
中文标题:
(暂无数据)
英文标题:
cpp-httplib Untrusted HTTP Header Handling: Internal Header Shadowing (REMOTE*/LOCAL*)
CVSS分数: 10.0
发布时间: 2025-12-05 18:18:02
漏洞类型: (暂无数据)
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v2
漏洞描述
中文描述:

(暂无数据)

英文描述:

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.

CWE类型:
CWE-807 CWE-290 CWE-345
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
yhirose cpp-httplib < 0.27.0 - - cpe:2.3:a:yhirose:cpp-httplib:<_0.27.0:*:*:*:*:*:*:*
yhirose cpp-httplib * - - cpe:2.3:a:yhirose:cpp-httplib:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/yhirose/cpp-httplib/security/advisories/GHSA-xm2j-vfr9-mg9m x_refsource_CONFIRM
cve.org
访问
https://github.com/yhirose/cpp-httplib/commit/ac9ebb0ee333ce8bf13523f487bdfad9518a2aff x_refsource_MISC
cve.org
访问
CVSS评分详情
3.1 (cna)
CRITICAL
10.0
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
机密性
HIGH
完整性
HIGH
可用性
NONE
时间信息
发布时间:
2025-12-05 18:18:02
修改时间:
2025-12-05 18:40:09
创建时间:
2026-01-12 02:12:25
更新时间:
2026-01-12 02:28:04
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-66570 2025-12-07 02:05:13 2026-01-12 02:12:25
NVD nvd_CVE-2025-66570 2025-12-11 03:32:42 2026-01-12 02:28:04
版本与语言
当前版本: v2
主要语言: EN
支持语言:
EN
安全公告
暂无安全公告信息
变更历史
v2 NVD
2026-01-12 02:28:04
affected_products_count: 1 → 2; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 2
  • data_sources: ['cve'] -> ['cve', 'nvd']