cvedb.io
CVE-2026-41327
CRITICAL · CVSS 9.1
EPSS exploitation probability: 0%
Published 2026-04-24T19:17:12.407 · Last modified 2026-06-17T10:46:30.937

Summary

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 is a single HTTP POST to /mutate?commitNow=true containing a crafted cond field in an upsert mutation. The cond value is concatenated directly into a DQL query string via strings.Builder.WriteString after only a cosmetic strings.Replace transformation. No escaping, parameterization, or structural validation is applied. An attacker injects an additional DQL query block into the cond string, which the DQL parser accepts as a syntactically valid named query block. The injected query executes server-side and

Affected products

dgraph — dgraph

Does this affect you?

Add your gear to cvedb and we'll alert you only when dgraph ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.