Use of Incorrectly-Resolved Name or Reference Affecting govulncheck-vulndb package, versions <0.0.20241112T145010-150000.1.17.1
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-SLES156-GOVULNCHECKVULNDB-8421541
- published 26 Nov 2024
- disclosed 22 Nov 2024
Introduced: 22 Nov 2024
New CVE-2024-51746 Open this link in a new tabHow to fix?
Upgrade SLES:15.6
govulncheck-vulndb
to version 0.0.20241112T145010-150000.1.17.1 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream govulncheck-vulndb
package and not the govulncheck-vulndb
package as distributed by SLES
.
See How to fix?
for SLES:15.6
relevant fixed versions and status.
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.