CVE-2023-43637 Information

Description

Due to the implementation of \deriveVaultKey\ prior to version 7.10 the generated vault key would always have the last 16 bytes predetermined to be rfoobarfoobarfo.

This issue happens because \deriveVaultKey\ calls etrieveCloudKey\ (which will always return oobarfoobarfoobarfoobarfoobarfo\ as the key) and then merges the 32byte randomly generated key with this key (by takeing 16bytes from each see \mergeKeys).

This makes the key a lot weaker.

This issue does not persist in devices that were initialized on/after version 7.10 but devices that were initialized before that and updated to a newer version still have this issue.

Roll an update that enforces the full 32bytes key usage.

Reference

https://asrg.io/security-advisories/vault-key-partially-predetermined/

Share on: