SCA: security update for github.com/dgraph-io/dgraph/v25 (GHSA-vvf7-6rmr-m29q)

critical Tenable Self-Hosted Container Security Plugin ID 440813

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Dgraph is an open source distributed GraphQL database. Prior to 25.3.3, Dgraphl exposes the process
command line through the unauthenticated /debug/vars endpoint on Alpha. Because the admin token is
commonly supplied via the --security "token=..." startup flag, an unauthenticated attacker can retrieve
that token and replay it in the X-Dgraph-AuthToken header to access admin-only endpoints. This is a
variant of the previously fixed /debug/pprof/cmdline issue, but the current fix is incomplete because it
blocks only /debug/pprof/cmdline and still serves http.DefaultServeMux, which includes expvar's
/debug/vars handler. This vulnerability is fixed in 25.3.3. (CVE-2026-41492)

Solution

Update the github.com/dgraph-io/dgraph/v25 library and its related packages to version 25.3.3 or later.

See Also

https://github.com/advisories/GHSA-vvf7-6rmr-m29q

Plugin Details

Severity: Critical

ID: 440813

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 4/24/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.98

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2026-41492

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/24/2026

Vulnerability Publication Date: 4/24/2026

Reference Information

CVE: CVE-2026-41492

cwe: CWE-200