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 github.com/regclient/regclient/types/manifest
to version 0.7.1 or higher.
Affected versions of this package are vulnerable to Insufficient Verification of Data Authenticity due to the improper validation of manifest digests. An attacker can manipulate the manifest digest returned from a registry without detection by substituting the expected digest with a different one.
This vulnerability can be mitigated by comparing the returned digest to the requested digest after running a regclient.ManifestGet
.