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

目标: 1000 元 · 已筹: 1336 元

100%

CVE-2026-41328— Dgraph 安全漏洞

一分钟漏洞结论

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

Dgraph是Dgraph开源的一个具有图形后端的水平可扩展分布式 GraphQL 数据库。 Dgraph 25.3.3之前版本存在安全漏洞,该漏洞源于JSON突变键中语言标签位置存在DQL注入,可能导致未认证攻击者读取数据库全部数据。

CVSS 9.1 · Critical EPSS 0.48% · P39
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Dgraph: Pre-Auth Full Database Exfiltration via DQL Injection in NQuad Lang Field
来源: CVE Program / CVE List V5
Vulnerability Description
Dgraph is an open source distributed GraphQL database. Prior to 25.3.3, a vulnerability has been found in Dgraph that gives an unauthenticated attacker full read access to every piece of data in the database. This affects Dgraph's default configuration where ACL is not enabled. The attack requires two HTTP POSTs to port 8080. The first sets up a schema predicate with @unique @index(exact) @lang via /alter (also unauthenticated in default config). The second sends a crafted JSON mutation to /mutate?commitNow=true where a JSON key contains the predicate name followed by @ and a DQL injection payload in the language tag position. The injection exploits the addQueryIfUnique function in edgraph/server.go, which constructs DQL queries using fmt.Sprintf with unsanitized predicateName that includes the raw pred.Lang value. The Lang field is extracted from JSON mutation keys by x.PredicateLang(), which splits on @, and is never validated by any function in the codebase. The attacker injects a closing parenthesis to escape the eq() function, adds an arbitrary named query block, and uses a # comment to neutralize trailing template syntax. The injected query executes server-side and its results are returned in the HTTP response. This vulnerability is fixed in 25.3.3.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
数据查询逻辑中特殊元素的不当中和
来源: CVE Program / CVE List V5
Vulnerability Title
Dgraph 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Dgraph是Dgraph开源的一个具有图形后端的水平可扩展分布式 GraphQL 数据库。 Dgraph 25.3.3之前版本存在安全漏洞,该漏洞源于JSON突变键中语言标签位置存在DQL注入,可能导致未认证攻击者读取数据库全部数据。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

神龙十问 — AI 深度分析

十问解析:根本原因、利用方式、修复建议、紧迫性。摘要免费,完整版需登录。

受影响产品

厂商 产品 影响版本 CPE 订阅
dgraph-io dgraph < 25.3.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

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

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

同批安全公告 · dgraph-io · 2026-04-24 · 共 3 条

CVE-2026-41492 9.8 CRITICAL Dgraph 信息泄露漏洞
CVE-2026-41327 9.1 CRITICAL Dgraph 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-41328

暂无评论


发表评论