CVE-2024-51746

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-51746
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-51746.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-51746
Aliases
Downstream
Related
Published
2024-11-05T18:54:39.494Z
Modified
2025-11-16T07:16:19.966826Z
Severity
  • 1.8 (Low) CVSS_V4 - CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Use of incorrect Rekor entries during verification in gitsign
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-706"
    ]
}
References

Affected packages

Git / github.com/sigstore/gitsign

Affected ranges

Type
GIT
Repo
https://github.com/sigstore/gitsign
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.11.0"
        }
    ]
}

Affected versions

v0.*

v0.0.0-test
v0.0.1-alpha
v0.0.2-alpha
v0.1.0
v0.1.1
v0.10.0
v0.10.1
v0.10.2
v0.2.0
v0.3.0
v0.3.1
v0.3.2
v0.4.0
v0.4.1
v0.5.0
v0.5.1
v0.5.2
v0.6.0
v0.7.0
v0.7.1
v0.8.0
v0.8.1
v0.9.0
v0.9.1