CVE-2022-39199

immudb is a database with built-in cryptographic proof and verification. immudb client SDKs use server's UUID to distinguish between different server instance so that the client can connect to different immudb instances and keep the state for multiple servers. SDK does not validate this uuid and can accept any value reported by the server. A malicious server can change the reported UUID tricking the client to treat it as a different server thus accepting a state completely irrelevant to the one previously retrieved from the server. This issue has been patched in version 1.4.1. As a workaround, when initializing an immudb client object a custom state handler can be used to store the state. Providing custom implementation that ignores the server UUID can be used to ensure that even if the server changes the UUID, client will still consider it to be the same server.
Configurations

Configuration 1 (hide)

cpe:2.3:a:codenotary:immudb:*:*:*:*:*:*:*:*

History

26 Nov 2022, 03:32

Type Values Removed Values Added
First Time Codenotary immudb
Codenotary
References (CONFIRM) https://github.com/codenotary/immudb/security/advisories/GHSA-6cqj-6969-p57x - (CONFIRM) https://github.com/codenotary/immudb/security/advisories/GHSA-6cqj-6969-p57x - Third Party Advisory
References (MISC) https://github.com/codenotary/immudb/releases/tag/v1.4.1 - (MISC) https://github.com/codenotary/immudb/releases/tag/v1.4.1 - Release Notes, Third Party Advisory
CPE cpe:2.3:a:codenotary:immudb:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.9

22 Nov 2022, 21:56

Type Values Removed Values Added
New CVE

Information

Published : 2022-11-22 20:15

Updated : 2023-12-10 14:48


NVD link : CVE-2022-39199

Mitre link : CVE-2022-39199

CVE.ORG link : CVE-2022-39199


JSON object : View

Products Affected

codenotary

  • immudb
CWE
CWE-345

Insufficient Verification of Data Authenticity