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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78619— Punk::Plugin::TOTP 0.05 前远程认证绕过漏洞

一分钟漏洞结论

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

以下是该漏洞描述信息的中文翻译: --- Perl 模块 Punk::Plugin::TOTP 在 0.05 版本之前存在一个漏洞,允许攻击者在双因素认证过程中使用其他用户的恢复码。 该问题源于 函数在比较用户标识符时使用了数值比较方式。 该辅助函数仅根据提交的恢复码的摘要在整个用户数据库中进行检索,因此绑定恢复码与其所属账户的唯一环节是随后的所有权验证。该验证通过 Perl 的整数强制转换,将恢复码对应记录中的 与挑战用户的 ID 进行比较。然而,任何不以数字开头的用户标识符都会被强制转换为 0,因此所有非数值开

AI 预测 7.5 利用难度: 较易

可能的 ATT&CK 技术 1 AI

T1078 · Valid Accounts

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

漏洞信息

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

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

Vulnerability Title
Punk::Plugin::TOTP versions before 0.05 for Perl accept another account's recovery code at the two-factor challenge because totp_use_recovery compares user identifiers numerically
来源: CVE Program / CVE List V5
Vulnerability Description
Punk::Plugin::TOTP versions before 0.05 for Perl accept another account's recovery code at the two-factor challenge because totp_use_recovery compares user identifiers numerically. The helper searches the recovery model for the submitted code's digest alone, across every user's rows, so the ownership test that follows is the only thing binding a code to the account it was issued to. That test compares the row's user_id with the challenged user's id through Perl's integer coercion, and an identifier with no leading digits coerces to zero, so any two of them compare equal. User models keyed on a username, an email address or a UUID hit that case, and a numeric key compares as intended. The challenge route feeds a submitted value to the helper once TOTP verification fails, so an attacker who knows a victim's password and holds a recovery code of their own passes the victim's second factor.
来源: 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-78619 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-78619

暂无评论


发表评论