Answer in brief
CVE-2026-44840 records a High severity (CVSS 7.5) vulnerability in Dgraph Vulnerable to DQL Injection via checkUserPassword GraphQL Query. The current sources do not mark it as known exploited. The current feed maps dgraph-io/dgraph (generic), github.com/dgraph-io/dgraph (go), github.com/dgraph-io/dgraph/v25 (go), github.com/dgraph-io/dgraph/v25 (go) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps dgraph-io/dgraph (generic), github.com/dgraph-io/dgraph (go), github.com/dgraph-io/dgraph/v25 (go), github.com/dgraph-io/dgraph/v25 (go) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| dgraph-io/dgraphgeneric | < 25.3.4 | Not reported |
| github.com/dgraph-io/dgraphgo | >=0 | Not reported |
| github.com/dgraph-io/dgraph/v25go | <=25.3.3 | 25.3.4 |
| github.com/dgraph-io/dgraph/v25go | >=0 <25.3.4 | 25.3.4 |
| github.com/hypermodeinc/dgraph/v24go | >=0 | Not reported |
Published upstream
Jul 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 23, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 29, 2026
Dgraph is an open source distributed GraphQL database. Prior to version 25.3.4, the `checkUserPassword` GraphQL query in Dgraph is vulnerable to DQL (Dgraph Query Language) injection. User-supplied password values are interpolated directly into a DQL `checkpwd()` query via `fmt.Sprintf` without any escaping or parameterization. An attacker can inject a password containing a double-quote character to break out of the DQL string literal and append arbitrary DQL query blocks. Version 25.3.4 patches the issue.
Quoted source text, attributed separately from HOL analysis.