-
Notifications
You must be signed in to change notification settings - Fork 3
Description
CVE-2024-47534 - High Severity Vulnerability
Vulnerable Library - github.com/theupdateframework/go-tuf-v0.1.0
Go implementation of The Update Framework (TUF)
Library home page: https://proxy.golang.org/github.com/theupdateframework/go-tuf/@v/v0.1.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /go.mod
Dependency Hierarchy:
- github.com/sigstore/cosign-v1.0.1 (Root Library)
- ❌ github.com/theupdateframework/go-tuf-v0.1.0 (Vulnerable Library)
Found in HEAD commit: df1f7d3f67826e841793324e4796be4fbd91c00f
Found in base branch: main
Vulnerability Details
go-tuf is a Go implementation of The Update Framework (TUF). The go-tuf client inconsistently traces the delegations. For example, if targets delegate to "A", and to "B", and "B" delegates to "C", then the client should trace the delegations in the order "A" then "B" then "C" but it may incorrectly trace the delegations "B"->"C"->"A". This vulnerability is fixed in 2.0.1.
Publish Date: 2024-10-01
URL: CVE-2024-47534
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-4f8r-qqr9-fq8j
Release Date: 2024-10-01
Fix Resolution: github.com/theupdateframework/go-tuf/v2 - v2.0.1
Step up your Open Source Security Game with Mend here