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 applicationsLearn about Improper Authentication vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/treeverse/lakefs/pkg
to version 1.3.1 or higher.
Affected versions of this package are vulnerable to Improper Authentication via the configuration of the auth.encrypt.secret_key
through an environment variable when actions are enabled. An attacker with permission to write actions can impersonate any other user. This is only exploitable if both the auth.encrypt.secret_key
is passed through an environment variable and actions are enabled via the actions.enabled
configuration option.
This vulnerability can be mitigated by not passing auth.encrypt.secret_key
through an environment variable, disabling actions, or limiting users allowed to configure actions.