GO-2023-1709

Source
https://pkg.go.dev/vuln/GO-2023-1709
Import Source
https://vuln.go.dev/ID/GO-2023-1709.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2023-1709
Aliases
Published
2023-04-12T17:45:35Z
Modified
2024-09-11T06:13:13.497174Z
Summary
Cache-timing attacks in Shamir's secret sharing in github.com/hashicorp/vault
Details

HashiCorp Vault's implementation of Shamir's secret sharing uses precomputed table lookups, and is 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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2023-1709"
}
References
Credits
    • Giuseppe Cocomazzi

Affected packages

Go / github.com/hashicorp/vault

Package

Name
github.com/hashicorp/vault
View open source insights on deps.dev
Purl
pkg:golang/github.com/hashicorp/vault

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.11.9
Introduced
1.12.0
Fixed
1.12.5
Introduced
1.13.0
Fixed
1.13.1

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/hashicorp/vault/shamir",
            "symbols": [
                "Combine",
                "Split",
                "div",
                "mult"
            ]
        }
    ]
}