Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT: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
github.com
cve-2024-47534
go-tuf
incorrect delegation
download
vulnerability fix

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

AI Score

6.7

Confidence

High

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

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.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:theupdateframework:go-tuf:*:*:*:*:*:*:*:*"
    ],
    "vendor": "theupdateframework",
    "product": "go-tuf",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "2.0.1",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

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

AI Score

6.7

Confidence

High

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-47534