Vulnerability Description
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.
Related Weaknesses (CWE)
References
- https://github.com/theupdateframework/go-tuf/blob/f95222bdd22d2ac4e5b8ed6fe912b6
- https://github.com/theupdateframework/go-tuf/commit/edc30b474f5afd4cc603e1714970
- https://github.com/theupdateframework/go-tuf/commit/f36420caba9edbfdfd64f95a9554
- https://github.com/theupdateframework/go-tuf/security/advisories/GHSA-4f8r-qqr9-
- https://github.com/theupdateframework/tuf-conformance/pull/115
FAQ
What is CVE-2024-47534?
CVE-2024-47534 is a documented vulnerability. 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", the...
How severe is CVE-2024-47534?
CVSS scoring is not yet available for CVE-2024-47534. Check NVD for updates.
Is there a patch for CVE-2024-47534?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.