CVE-2023-31135

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`.
Configurations

Configuration 1 (hide)

cpe:2.3:a:dgraph:dgraph:*:*:*:*:*:go:*:*

History

25 May 2023, 17:01

Type Values Removed Values Added
References (MISC) https://github.com/dgraph-io/dgraph/security/advisories/GHSA-92wq-q9pq-gw47 - (MISC) https://github.com/dgraph-io/dgraph/security/advisories/GHSA-92wq-q9pq-gw47 - Vendor Advisory
References (MISC) https://github.com/dgraph-io/dgraph/pull/8323 - (MISC) https://github.com/dgraph-io/dgraph/pull/8323 - Issue Tracking, Patch
References (MISC) https://en.wikipedia.org/wiki/Cryptographic_nonce - (MISC) https://en.wikipedia.org/wiki/Cryptographic_nonce - Technical Description
First Time Dgraph
Dgraph dgraph
CPE cpe:2.3:a:dgraph:dgraph:*:*:*:*:*:go:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5

17 May 2023, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-05-17 18:15

Updated : 2023-12-10 15:01


NVD link : CVE-2023-31135

Mitre link : CVE-2023-31135

CVE.ORG link : CVE-2023-31135


JSON object : View

Products Affected

dgraph

  • dgraph
CWE
CWE-326

Inadequate Encryption Strength