logo

CVE-2022-39199 github.com/codenotary/immudb

Package

Manager: go
Name: github.com/codenotary/immudb
Vulnerable Version: >=0 <1.4.1

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:H/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

EPSS: 0.00053 pctl0.16533

Details

Lack of proper validation of server UUID can be used by the server to trick the client to accept invalid proofs ### Impact 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. ### Patches The following Go SDK versions are not vulnerable: | **SDK** | **Version** | |-------|------------| | [go](pkg.go.dev/github.com/codenotary/immudb/pkg/client) | 1.4.1 | ### Workarounds 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. ### For more information If you have any questions or comments about this advisory: * Open a discussion in [immudb Discussions](https://github.com/codenotary/immudb/discussions/new) * Email us at [immudb-security@codenotary.com](mailto:immudb-security@codenotary.com)

Metadata

Created: 2022-11-21T20:38:51Z
Modified: 2022-11-28T16:16:29Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/11/GHSA-6cqj-6969-p57x/GHSA-6cqj-6969-p57x.json
CWE IDs: ["CWE-345"]
Alternative ID: GHSA-6cqj-6969-p57x
Finding: F204
Auto approve: 1