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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-75870— Perl Punk <0.18 会话Cookie伪造漏洞

一分钟漏洞结论

影响对象
CVE-2026-75870
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Perl 的 Punk 模块在 0.18 版本之前存在会话Cookie伪造漏洞。当会话未设置秘密密钥(secret)时,由于默认使用了空的HMAC密钥,攻击者可伪造会话Cookie。 具体而言, 关键字会将其配置选项直接应用于应用程序,且不会强制要求提供秘密密钥,也不会因缺少密钥而发出警告或拒绝启动。在读取和写入Cookie时,该密钥默认会被设置为空字符串。因此,如果在会话声明中未指定secret选项,或将其设为未定义或空值,系统实际上会使用一个零长度的 HMAC-SHA256 密钥进行签名和验证。 一旦攻击者了解

AI 预测 5.3 利用难度: 较易 EPSS 0.20% · P10

影响版本矩阵 1

厂商产品 版本范围状态
None None < 0.18 affected

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

漏洞信息

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

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

Vulnerability Title
Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret
来源: CVE Program / CVE List V5
Vulnerability Description
Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret. The session keyword freezes its options onto the application as given: it does not require a secret, warn, or refuse to start when one is absent. The cookie read and the write-back both default that key to the empty string, so a declaration with no secret option, or with an undefined or empty one, signs and verifies with a zero-length HMAC-SHA256 key. An attacker who knows the cookie format can then mint one offline carrying any contents the session holds, such as a user identifier or a role. Nothing marks the misconfiguration at runtime: cookies are well formed and sessions round-trip as expected.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
CWE-1394
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
- - 0 ~ 0.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-75870 补丁与修复 (1)

CVE-2026-75870 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-75870

暂无评论


发表评论