In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade tuf
to version 3.1.1 or higher.
tuf is a secure updater framework for Python.
Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature in the Targets.get_delegated_role
process, when using tuf.api.metadata
. An attacker can produce incorrect verification results by convincing a Metadata API user to invoke this process with a delegated_role
argument that is not actually delegated by the Targets
, while using succinct delegation. This vulnerability does not impact users following the expected client workflow, as the delegated role name is derived from the trusted delegating Targets
itself. Moreover, actual signature verification is not bypassed since the verified metadata must still be correctly signed by the keys specified in the delegating role.