Dgraph is an open source distributed GraphQL database. Prior to version 25.3.5, Dgraph Alpha exposes the RPCs used for external snapshot import on the public gRPC port `:9080` without authentication or authorization. As a result, an unauthenticated network client can open `StreamExtSnapshot` and send Badger stream data to the target group’s store. In addition, the receiver calls `Prepare()` before processing the stream. This operation deletes and replaces the existing DB data. Version 25.3.5 patches the issue.
References
Configurations
No configuration.
History
08 Jul 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/dgraph-io/dgraph/security/advisories/GHSA-rrwh-6jrq-wp5v - |
08 Jul 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-08 14:17
Updated : 2026-07-08 15:28
NVD link : CVE-2026-54061
Mitre link : CVE-2026-54061
CVE.ORG link : CVE-2026-54061
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function
