目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-69245— Guzzle 处理逻辑错误漏洞

CVSS 6.5 · Medium EPSS 0.14% · P4

影响版本矩阵 2

厂商产品版本范围状态
guzzleguzzle< 7.15.2affected
>= 8.0.0, < 8.0.1affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-69245 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Guzzle: Noncanonical cookie domain keeps subdomain scope
来源: CVE Program / CVE List V5
Vulnerability Description
Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and 8.0.1, SetCookie::matchesDomain() gives every subdomain of a cookie Domain that cookie unless SetCookie::matchesDomain() recognizes the Domain as an IP literal or a numeric host, and the decision comes from the domain's own text, so two spellings a transport reads as an address keep subdomain scope. Hexadecimal and mixed-base forms such as 0x7f000001 and 0177.0.0.0x1 go unrecognized while libcurl 8.21.0 reads both as 127.0.0.1. A percent-escaped Domain keeps that scope on both branches because percent-decoding sits above numeric parsing, so 192.168.0.%31 and 127.0.0.1%2e are registered names in the URI grammar rather than address literals, and no numeric rule in any base classifies them, while libcurl decodes the host before resolving and reads them as 192.168.0.1 and 127.0.0.1. A cookie stored for Domain=0x7f000001 is placed in the Cookie header of a request to evil.0x7f000001, disclosing a session identifier or token to a host that is not that address, and a response from evil.0x7f000001 setting Domain=0x7f000001 is accepted into the jar and replayed to the address, so a server answering for the look-alike name can fix a session or set application state. Exploitation requires the application to enable cookie support, address an origin by one of these spellings, and contact a host whose name ends in that spelling. This issue is fixed in versions 7.15.2 and 8.0.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
不正确的行为次序:规范化之前验证
来源: CVE Program / CVE List V5
Vulnerability Title
Guzzle 处理逻辑错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
guzzle是guzzle组织的一款HTTP客户端Web组件。 Guzzle 7.15.2之前版本和8.0.1之前版本存在安全漏洞,该漏洞源于SetCookie::matchesDomain()函数对Cookie Domain的解析不当,未能正确识别十六进制和混合进制等IP地址形式,导致Cookie被错误地应用于所有子域,可能泄露会话标识或令牌。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
guzzleguzzle < 7.15.2 -

二、漏洞 CVE-2026-69245 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-69245 的情报信息

登录查看更多情报信息。

CVE-2026-69245 补丁与修复 (2)

CVE-2026-69245 厂商安全公告 (1)

CVE-2026-69245 厂商页面 (1)

CVE-2026-69245 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-69245

暂无评论


发表评论