GHSA-hx74-4wmc-fwvf

Suggest an improvement
Source
https://github.com/advisories/GHSA-hx74-4wmc-fwvf
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-hx74-4wmc-fwvf/GHSA-hx74-4wmc-fwvf.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-hx74-4wmc-fwvf
Withdrawn
2026-02-04T23:20:37Z
Published
2023-09-21T15:30:15Z
Modified
2026-02-05T00:04:02Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
Duplicate Advisory: EVE Has Partially Predetermined Vault Key
Details

Duplicate Advisory

This advisory has been withdrawn because it is a duplicate of GHSA-wc42-fcjp-v8vq. This link is maintained to preserve external references.

Original 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 "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.

Database specific
{
    "cwe_ids":  [
        "CWE-321",
        "CWE-798"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-02-04T23:20:37Z",
    "nvd_published_at":  "2023-09-21T14:15:11Z",
    "severity":  "HIGH"
}
References

Affected packages

Go / github.com/lf-edge/eve

Package

Name
github.com/lf-edge/eve
View open source insights on deps.dev
Purl
pkg:golang/github.com/lf-edge/eve

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20220310190112-c0c966dc31e2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-hx74-4wmc-fwvf/GHSA-hx74-4wmc-fwvf.json"