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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78655— Perl Punk::Plugin::TOTP 会话 Cookie 重置导致暴力破解限制绕过漏洞

一分钟漏洞结论

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

Perl 模块 Punk::Plugin::TOTP 在 0.05 版本之前存在安全漏洞,攻击者可以通过重放早期的会话 Cookie 来重置第二因素认证(TOTP)的尝试次数限制,因为挑战(challenge)路由在会话中记录失败次数。 在挑战路径的 POST 处理器中,失败计数以 字段的形式存储在会话(session)中的 记录内;每次收到错误的验证码时,该计数递增,当达到设定的最大尝试次数(默认为 5 次)后, 记录将被删除。Punk::Session 模块默认将会话数据保存在一个签名后的 Cookie 中,除

AI 预测 5.3 利用难度: 较易

可能的 ATT&CK 技术 1 AI

T1528 · Steal Application Access Token

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

漏洞信息

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

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

Vulnerability Title
Punk::Plugin::TOTP versions before 0.05 for Perl allow the second-factor attempt limit to be reset by replaying an earlier session cookie because the challenge route counts failures in the session
来源: CVE Program / CVE List V5
Vulnerability Description
Punk::Plugin::TOTP versions before 0.05 for Perl allow the second-factor attempt limit to be reset by replaying an earlier session cookie because the challenge route counts failures in the session. The POST handler on challenge_path keeps the failure count as tries inside the totp_pending record in the session, raising it on each rejected code and deleting the pending record once it reaches attempts, five by default. Punk::Session carries the session in a signed cookie unless the application declares a store, and keeps no server-side record, so an earlier value of the same session stays valid until the expiry stamped inside it. A client that saves the cookie before its failed attempts and presents it again gets the pending record back with its counter, and the limit never fires. The replayed record is accepted while its own expiry, pending_ttl seconds from the challenge and 300 by default, has not passed. Sessions declared with a store are not affected: the pending record and its counter then live server-side. The attempt limit does not bound guessing of the second factor, which is left to the per-address rate limit the plugin registers on the same path, 30 requests per 60 seconds.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
过多认证尝试的限制不恰当
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-78655

暂无评论


发表评论