Lucene search

K
cvelistGitHub_MCVELIST:CVE-2024-47534
HistoryOct 01, 2024 - 3:17 p.m.

CVE-2024-47534 Incorrect delegation lookups can make go-tuf download the wrong artifact

2024-10-0115:17:47
CWE-362
GitHub_M
www.cve.org
3
cve-2024
go-tuf
incorrect delegation

CVSS4

8.2

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/SC:N/VI:H/SI:N/VA:N/SA:N

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.

CNA Affected

[
  {
    "vendor": "theupdateframework",
    "product": "go-tuf",
    "versions": [
      {
        "version": "< 2.0.1",
        "status": "affected"
      }
    ]
  }
]

CVSS4

8.2

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/SC:N/VI:H/SI:N/VA:N/SA:N

Related for CVELIST:CVE-2024-47534