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

目标: 1000 元 · 已筹: 1336 元

100%

CVE-2026-54894— ueberauth Guardian 资源管理错误漏洞

一分钟漏洞结论

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

ueberauth Guardian是ueberauth组织开源的一个基于令牌的身份验证库,可用于 Elixir 应用程序。 ueberauth Guardian 0.1.0至2.4.1之前版本存在资源管理错误漏洞,该漏洞源于资源分配无限制或节流,攻击者可控的二进制输入通过String.to_atom/1转换为原子,导致无限创建原子并耗尽BEAM原子表,可能造成拒绝服务。

CVSS 6.9 · Medium EPSS 0.48% · P38

影响版本矩阵 2

厂商产品 版本范围状态
ueberauth guardian 0.1.0< 2.4.1 affected
7126fa433afc2563fcac0c9aa35193965f8fd5f8< 2952657e42e6341a67e6aaad09d8f0b40ae917cb affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys
来源: CVE Program / CVE List V5
Vulnerability Description
Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-influenced binary input. Guardian.Plug.Keys derives connection and session namespace keys by passing arbitrary binaries to String.to_atom/1. base_key/1 in lib/guardian/plug/keys.ex converts any binary into the atom :"guardian_<input>", and the derived helpers claims_key/1, resource_key/1, and token_key/1 create a second atom on top of that. key_from_other/1 likewise converts a regex-captured binary through String.to_atom/1. The public specs advertise String.t() as a valid argument, so passing a string is documented usage, and higher-level entry points such as Guardian.Plug.current_token(conn, key: key) thread the caller-supplied key straight into these functions. String.to_atom/1 creates a brand-new atom for every previously unseen binary, atoms are never garbage collected, and the BEAM atom table is fixed at roughly 1,048,576 entries by default. An application that routes attacker-influenced data (a tenant identifier, header, or other request input) into a Guardian key therefore mints one permanent atom per distinct value. A modest stream of varied, unauthenticated input permanently consumes the atom table and crashes the BEAM node, taking down every application running on it. This issue affects guardian: from 0.1.0 before 2.4.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
来源: CVE Program / CVE List V5
Vulnerability Title
ueberauth Guardian 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
ueberauth Guardian是ueberauth组织开源的一个基于令牌的身份验证库,可用于 Elixir 应用程序。 ueberauth Guardian 0.1.0至2.4.1之前版本存在资源管理错误漏洞,该漏洞源于资源分配无限制或节流,攻击者可控的二进制输入通过String.to_atom/1转换为原子,导致无限创建原子并耗尽BEAM原子表,可能造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
ueberauth guardian 0.1.0 ~ 2.4.1 cpe:2.3:a:ueberauth:guardian:*:*:*:*:*:*:*:*
ueberauth guardian 7126fa433afc2563fcac0c9aa35193965f8fd5f8 ~ 2952657e42e6341a67e6aaad09d8f0b40ae917cb cpe:2.3:a:ueberauth:guardian:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

请登录查看更多情报信息。

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

CVE-2026-54894 厂商安全公告 (3)

同批安全公告 · ueberauth · 2026-08-01 · 共 4 条

CVE-2026-55735 8.2 HIGH ueberauth Guardian 加密问题漏洞
CVE-2026-55733 6.9 MEDIUM ueberauth Guardian 资源管理错误漏洞
CVE-2026-55734 6.9 MEDIUM ueberauth Guardian 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-54894

暂无评论


发表评论