Skip to content

Invalid root may become trusted root in The Update Framework (TUF)

High severity GitHub Reviewed Published Sep 9, 2020 in theupdateframework/python-tuf • Updated Feb 1, 2023

Package

pip tuf (pip)

Affected versions

< 0.12

Patched versions

0.12

Description

Impact

The Python TUF reference implementation tuf<0.12 will incorrectly trust a previously downloaded root metadata file which failed verification at download time. This allows an attacker who is able to serve multiple new versions of root metadata (i.e. by a man-in-the-middle attack) culminating in a version which has not been correctly signed to control the trust chain for future updates.

While investigating the reported vulnerability, we discovered that the detailed client workflow was not fully implemented. Specifically, for step 1.3 the newly downloaded root metadata was not being verified with a threshold of keys specified in the new root metadata file.
This missing step of the client workflow has been implemented in PR #1101, which is included in v0.14.0 of tuf.

Patches

A fix, is available in version 0.12 and newer.

Workarounds

No workarounds are known for this issue.

References

  • Pull request resolving the invalid root becoming trusted issue PR 885
  • Pull request implementing self verification of newly downloaded root metadata PR 1101

References

@joshuagl joshuagl published to theupdateframework/python-tuf Sep 9, 2020
Reviewed Sep 9, 2020
Published to the GitHub Advisory Database Sep 9, 2020
Published by the National Vulnerability Database Sep 9, 2020
Last updated Feb 1, 2023

Severity

High
8.7
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

CVE ID

CVE-2020-15163

GHSA ID

GHSA-f8mr-jv2c-v8mg

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.