CVE-2023-43637

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 "arfoobarfoobarfo". This issue happens because "deriveVaultKey" calls "retrieveCloudKey" (which will always return "foobarfoobarfoobarfoobarfoobarfo" 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.
References
Link Resource
https://asrg.io/security-advisories/cve-2023-43637/ Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:o:lfedge:eve:*:*:*:*:*:*:*:*

History

16 Oct 2023, 19:30

Type Values Removed Values Added
References (MISC) https://asrg.io/security-advisories/cve-2023-43637/ - (MISC) https://asrg.io/security-advisories/cve-2023-43637/ - Third Party Advisory

28 Sep 2023, 06:15

Type Values Removed Values Added
References
  • {'url': 'https://asrg.io/security-advisories/vault-key-partially-predetermined/', 'name': 'https://asrg.io/security-advisories/vault-key-partially-predetermined/', 'tags': ['Third Party Advisory'], 'refsource': 'MISC'}
  • (MISC) https://asrg.io/security-advisories/cve-2023-43637/ -

26 Sep 2023, 13:20

Type Values Removed Values Added
CWE CWE-798
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
References (MISC) https://asrg.io/security-advisories/vault-key-partially-predetermined/ - (MISC) https://asrg.io/security-advisories/vault-key-partially-predetermined/ - Third Party Advisory
CPE cpe:2.3:o:lfedge:eve:*:*:*:*:*:*:*:*
First Time Lfedge
Lfedge eve

21 Sep 2023, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-09-21 14:15

Updated : 2024-02-28 20:33


NVD link : CVE-2023-43637

Mitre link : CVE-2023-43637

CVE.ORG link : CVE-2023-43637


JSON object : View

Products Affected

lfedge

  • eve
CWE
CWE-798

Use of Hard-coded Credentials

CWE-321

Use of Hard-coded Cryptographic Key