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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53424— Samly 缺失一次性使用强制导致 SAML 断言可重放

一分钟漏洞结论

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

Dropbox Samly 中存在通过重放捕获数据绕过身份验证的漏洞,攻击者可以通过重新提交捕获到的 SAML 断言,以该断言所指代的主体身份完成身份验证。 Samly.Helper.decode_idp_auth_resp/3(位于 lib/samly/helper.ex)会调用 esaml_sp:validate_assertion/2。该函数的默认重复检测器是一个空操作(no-op)。虽然 esaml 中提供了接受 DuplicateFun 参数的 /3 元数版本,并实现了相应的重复检查逻辑,但 Samly

CVSS 9.1 · Critical EPSS 0.34% · P28

影响版本矩阵 3

厂商产品 版本范围状态
dropbox samly 0.3.0< * affected
8a5bb1b4a4753d05470da2036323477f63cfdf4c< * affected
handnot2 samly 8a5bb1b4a4753d05470da2036323477f63cfdf4c< * affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Missing one-time-use enforcement in Samly allows replay of SAML bearer assertions
来源: CVE Program / CVE List V5
Vulnerability Description
Authentication Bypass by Capture-replay vulnerability in dropbox samly allows an attacker to authenticate as the subject of a captured SAML assertion by resubmitting it. Samly.Helper.decode_idp_auth_resp/3 in lib/samly/helper.ex calls esaml_sp:validate_assertion/2, whose default duplicate detector is a no-op. The /3 arity accepting a DuplicateFun exists in esaml and implements the check, but Samly never calls it and offers no configuration to supply one, so the SAML 2.0 Web Browser SSO Profile requirement that a bearer assertion be used once is unenforced. An attacker holding a valid SAMLResponse obtained from the network, from browser history, or from logs can submit the identical bytes repeatedly until the assertion's NotOnOrAfter passes, each time establishing a session as the assertion's subject. This issue affects samly: from 0.3.0 onward.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
使用捕获-重放进行的认证绕过
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
dropbox samly 0.3.0 ~ * cpe:2.3:a:dropbox:samly:*:*:*:*:*:*:*:*
dropbox samly 8a5bb1b4a4753d05470da2036323477f63cfdf4c ~ * cpe:2.3:a:dropbox:samly:*:*:*:*:*:*:*:*
handnot2 samly 8a5bb1b4a4753d05470da2036323477f63cfdf4c ~ * cpe:2.3:a:handnot2:samly:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53424

暂无评论


发表评论