GHSA-92wq-q9pq-gw47 · Severity: medium · Ecosystem: go — Dgraph Audit Log Encryption Vulnerability
Dgraph is an open source distributed GraphQL database. Existing Dgraph audit logs are vulnerable to brute force attacks due to nonce collisions. The first 12 bytes come from a baseIv which is initialized when an audit log is created. The last 4 bytes come from the length of the log line being encrypted. This is problematic because two log lines will often have the same length, so due to these collisions we are reusing the same nonce many times. All audit logs generated by versions of Dgraph <v23.0.0 are affected. Attackers must have access to the system the logs are stored on. Dgraph users should upgrade to v23.0.0. Users unable to upgrade should store existing audit logs in a secure location and for extra security, encrypt using an external tool like `gpg`.
Conclusion & alert: CVE-2023-31135 is rated Low Risk (15.7/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.02%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-26 | 0.06% | 0.02% | -0.03% |
| 2 | 2026-05-18 | 0.04% | 0.06% | +0.01% |
| 3 | 2024-05-23 | — | 0.04% | — |
Full EPSS history (5 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 3.3 | 3.1 | LOW |
|
1.8 | 1.4 | [email protected] |
| 5.5 | 3.1 | MEDIUM |
|
1.8 | 3.6 | [email protected] |
GHSA-92wq-q9pq-gw47 · Severity: medium · Ecosystem: go — Dgraph Audit Log Encryption Vulnerability
| URL | Tags |
|---|---|
| https://en.wikipedia.org/wiki/Cryptographic_nonce | Technical Description |
| https://github.com/dgraph-io/dgraph/pull/8323 | Issue Tracking Patch |
| https://github.com/dgraph-io/dgraph/security/advisories/GHSA-92wq-q9pq-gw47 | Vendor Advisory |