CVE-2024-51746
CVSS V2 None
CVSS V3 None
Description
Gitsign is a keyless Sigstore to signing tool for Git commits with your a GitHub / OIDC identity. gitsign may select the wrong Rekor entry to use during online verification when multiple entries are returned by the log. gitsign uses Rekor's search API to fetch entries that apply to a signature being verified. The parameters used for the search are the public key and the payload. The search API returns entries that match either condition rather than both. When gitsign's credential cache is used, there can be multiple entries that use the same ephemeral keypair / signing certificate. As gitsign assumes both conditions are matched by Rekor, there is no additional validation that the entry's hash matches the payload being verified, meaning that the wrong entry can be used to successfully pass verification. Impact is minimal as while gitsign does not match the payload against the entry, it does ensure that the certificate matches. This would need to be exploited during the certificate validity window (10 minutes) by the key holder.
Overview
- CVE ID
- CVE-2024-51746
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-11-05T18:54:39.494Z
- Last Modified Date
- 2024-11-05T20:30:02.393Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/sigstore/gitsign/security/advisories/GHSA-8pmp-678w-c8xx | x_refsource_CONFIRM |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-51746 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-51746 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-11-06 13:10:04 | Added to TrackCVE |