Vulnerability Details : 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.
Products affected by CVE-2022-39199
- cpe:2.3:a:codenotary:immudb:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-39199
0.06%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 27 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-39199
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
5.9
|
MEDIUM | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N |
2.2
|
3.6
|
NIST | |
5.8
|
MEDIUM | CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:H/A:N |
1.3
|
4.0
|
GitHub, Inc. |
CWE ids for CVE-2022-39199
-
The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.Assigned by: security-advisories@github.com (Primary)
References for CVE-2022-39199
-
https://github.com/codenotary/immudb/security/advisories/GHSA-6cqj-6969-p57x
Lack of proper validation of server UUID can be used by the server to trick the client to accept invalid proofs · Advisory · codenotary/immudb · GitHubThird Party Advisory
-
https://github.com/codenotary/immudb/releases/tag/v1.4.1
Release v1.4.1 · codenotary/immudb · GitHubRelease Notes;Third Party Advisory
Jump to