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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2026-43967— Absinthe 二次片段名唯一性检查导致拒绝服务漏洞

获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Quadratic fragment-name uniqueness check causes denial of service in absinthe
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via quadratic fragment-name uniqueness validation. 'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 iterates over all fragments and for each one calls duplicate?/2, which evaluates Enum.count(fragments, &(&1.name == name)) — a full linear scan of the fragment list. The result is O(N²) comparisons per document, where N is the number of fragment definitions supplied by the caller. Because input.fragments is built directly from the GraphQL query body, N is fully attacker-controlled. A minimum-size fragment definition is roughly 16 bytes, so a ~1 MB document carries ~60,000 fragments and forces ~3.6 × 10⁹ comparisons inside this single validation phase. No authentication, schema knowledge, or special configuration is required. This issue affects absinthe: from 1.2.0 before 1.10.2.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
算法复杂性
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
absinthe-graphqlabsinthe 1.2.0 ~ 1.10.2 cpe:2.3:a:absinthe-graphql:absinthe:*:*:*:*:*:*:*:*
absinthe-graphqlabsinthe 0b46e3bcc06c0d3797bacd64761b908a84646c1d ~ 223600c520493dcaf95080af552c413099f92c9d cpe:2.3:a:absinthe-graphql:absinthe:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

Please 登录 to view more intelligence information

同批安全公告 · absinthe-graphql · 2026-05-08 · 共 3 条

CVE-2026-42793Absinthe GraphQL SDL 名称可致 Atom 表耗尽漏洞
CVE-2026-42794absinthe_plug GraphiQL js_escape 绕过反射型XSS漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-43967

暂无评论


发表评论