ghsa-vq4h-9ghm-qmrr
Vulnerability from github
Published
2023-03-30 03:30
Modified
2023-04-07 19:23
Severity ?
Summary
HashiCorp Vault's implementation of Shamir's secret sharing vulnerable to cache-timing attacks
Details
HashiCorp Vault's implementation of Shamir's secret sharing used precomputed table lookups, and was vulnerable to cache-timing attacks. An attacker with access to, and the ability to observe a large number of unseal operations on the host through a side channel may reduce the search space of a brute force effort to recover the Shamir shares. Fixed in Vault 1.13.1, 1.12.5, and 1.11.9.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/hashicorp/vault" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.11.9" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/hashicorp/vault" }, "ranges": [ { "events": [ { "introduced": "1.12.0" }, { "fixed": "1.12.5" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/hashicorp/vault" }, "ranges": [ { "events": [ { "introduced": "1.13.0" }, { "fixed": "1.13.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-25000" ], "database_specific": { "cwe_ids": [ "CWE-203", "CWE-208" ], "github_reviewed": true, "github_reviewed_at": "2023-04-07T19:23:01Z", "nvd_published_at": "2023-03-30T01:15:00Z", "severity": "MODERATE" }, "details": "HashiCorp Vault\u0027s implementation of Shamir\u0027s secret sharing used precomputed table lookups, and was vulnerable to cache-timing attacks. An attacker with access to, and the ability to observe a large number of unseal operations on the host through a side channel may reduce the search space of a brute force effort to recover the Shamir shares. Fixed in Vault 1.13.1, 1.12.5, and 1.11.9.", "id": "GHSA-vq4h-9ghm-qmrr", "modified": "2023-04-07T19:23:01Z", "published": "2023-03-30T03:30:38Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000" }, { "type": "WEB", "url": "https://github.com/hashicorp/vault/pull/19495" }, { "type": "WEB", "url": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078" }, { "type": "PACKAGE", "url": "https://github.com/hashicorp/vault" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20230526-0008" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "HashiCorp Vault\u0027s implementation of Shamir\u0027s secret sharing vulnerable to cache-timing attacks" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.