GHSA-6cqj-6969-p57x

Source
https://github.com/advisories/GHSA-6cqj-6969-p57x
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/11/GHSA-6cqj-6969-p57x/GHSA-6cqj-6969-p57x.json
Aliases
Published
2022-11-21T20:38:51Z
Modified
2023-11-08T04:10:14.687054Z
Details

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 | 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:

References

Affected packages

Go / github.com/codenotary/immudb

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
1.4.1