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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-86219— Perl DIGEST_MD5 2.2100 认证重放漏洞

一分钟漏洞结论

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

以下是对该漏洞描述的中文翻译: Authen::SASL::Perl::DIGEST_MD5 版本 2.2100 之前的 Perl 模块,其 函数未对 nonce(随机数)进行验证,从而允许攻击者重放认证响应。 技术细节说明: 1. 函数会生成一个新的 nonce 并将其包含在挑战(challenge)中发送给客户端。 2. 然而,后续流程中并没有将该 nonce 与客户端返回的 nonce 进行比较验证。 3. 函数根据客户端自身提供的参数来计算预期的摘要(digest),因此,只要响应中的摘要与其携带的 non

AI 预测 6.5 利用难度: 中等

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100 for Perl accept replayed authentication responses via unverified nonce in server_step
来源: CVE Program / CVE List V5
Vulnerability Description
Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100 for Perl accept replayed authentication responses via unverified nonce in server_step. server_start generates a fresh nonce and sends it in the challenge, and nothing later compares that value against the nonce the client returns. server_step derives the expected digest from the client's own parameters, so a response verifies whenever its digest matches the nonce it carries. The count table it also checks is keyed on the client-supplied nonce and starts empty in each new server object, so a captured first response, carrying `nc=00000001`, passes that too. RFC 2831 defines the nonce in the response as the value the server sent in the preceding challenge. An attacker who observes one successful `qop=auth` exchange can replay the captured response against a later session for the same service, host, realm and user, and authenticate as that user without knowing the password.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
使用捕获-重放进行的认证绕过
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-86219 厂商页面 (2)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-86219

暂无评论


发表评论