CVE-2024-4311: Lack of login attempt rate-limiting in zenml-io/zenml
zenml-io/zenml version 0.56.4 is vulnerable to an account takeover due to the lack of rate-limiting in the password change function. An attacker can brute-force the current password in the 'Update Password' function, allowing them to take over the user's account. This vulnerability is due to the absence of rate-limiting on the '/api/v1/current-user' endpoint, which does not restrict the number of attempts an attacker can make to guess the current password. Successful exploitation results in the attacker being able to change the password and take control of the account.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-4311?
CVE-2024-4311 is considered a high severity vulnerability due to the potential for account takeover.
How do I fix CVE-2024-4311?
To fix CVE-2024-4311, upgrade zenml to version 0.57.0rc2 or later.
What is the impact of CVE-2024-4311?
The impact of CVE-2024-4311 is that attackers can gain unauthorized access to user accounts through the password change function.
Which versions of zenml are affected by CVE-2024-4311?
CVE-2024-4311 affects zenml versions prior to 0.57.0rc2.
Is there a workaround for CVE-2024-4311?
There is no recommended workaround for CVE-2024-4311; updating to the latest version is the best approach.