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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 6.9 · Medium EPSS 0.13% · P3

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 2

厂商产品版本范围状态
ueberauthguardian2.0.0< 2.4.1affected
b7a6128ca4d0ffb7f7df5219dd982304ff9d6802< 9cd268557846aa4c3ad53566c08f2c190ee5513faffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Atom-table exhaustion denial of service in Guardian permissions AtomEncoding via unbounded atom creation
来源: 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-controlled binary input. Guardian.Permissions.AtomEncoding encodes permission scopes by passing arbitrary binaries to String.to_atom/1. When encode/3 in lib/guardian/permissions/atom_encoding.ex is called with a list, each binary entry is handled by the encode_value/3 binary clause, which calls String.to_atom(value) with no allow-list check. The perm_set argument (the application's small, finite set of legitimate permission names) is discarded, so any external string flows straight into atom creation. This encoder is selected with use Guardian.Permissions, encoding: Guardian.Permissions.AtomEncoding and reached through the imported encode/3 entry point. 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 funnels attacker-influenced permission scopes (from a request body, a JWT claim, or other external input) into encode/3 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 with system_limit, taking down every application running on it. The default encoder is Guardian.Permissions.BitwiseEncoding, which is not affected. This issue affects guardian: from 2.0.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 2.0.0至2.4.1之前版本存在资源管理错误漏洞,该漏洞源于AtomEncoding编码器未对权限范围进行限制,将攻击者控制的二进制输入直接传递给String.to_atom/1创建原子,导致无限制的原子创建,可能造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
ueberauthguardian 2.0.0 ~ 2.4.1 cpe:2.3:a:ueberauth:guardian:*:*:*:*:*:*:*:*
ueberauthguardian b7a6128ca4d0ffb7f7df5219dd982304ff9d6802 ~ 9cd268557846aa4c3ad53566c08f2c190ee5513f cpe:2.3:a:ueberauth:guardian:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-557358.2 HIGHueberauth Guardian 加密问题漏洞
CVE-2026-548946.9 MEDIUMueberauth Guardian 资源管理错误漏洞
CVE-2026-557346.9 MEDIUMueberauth Guardian 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-55733

暂无评论


发表评论