PT-2023-23169 · Dgraph · Dgraph
Hakupiku
·
Published
2023-05-17
·
Updated
2023-05-25
·
CVE-2023-31135
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Dgraph versions prior to v23.0.0
Description
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. Attackers must have access to the system the logs are stored on.
Recommendations
For versions prior to v23.0.0, upgrade to v23.0.0.
For users unable to upgrade, store existing audit logs in a secure location and for extra security, encrypt using an external tool like
gpg.Exploit
Fix
Inadequate Encryption Strength
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Dgraph