CVE-2024-2032: Race Condition Vulnerability in zenml-io/zenml
A race condition vulnerability exists in zenml-io/zenml versions up to and including 0.55.3, which allows for the creation of multiple users with the same username when requests are sent in parallel. This issue was fixed in version 0.55.5. The vulnerability arises due to insufficient handling of concurrent user creation requests, leading to data inconsistencies and potential authentication problems. Specifically, concurrent processes may overwrite or corrupt user data, complicating user identification and posing security risks. This issue is particularly concerning for APIs that rely on usernames as input parameters, such as PUT /api/v1/users/testrace, where it could lead to further complications.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-2032?
CVE-2024-2032 has a moderate severity level due to its potential for user account conflicts.
How do I fix CVE-2024-2032?
To fix CVE-2024-2032, upgrade to zenml version 0.55.5 or later.
What versions are affected by CVE-2024-2032?
CVE-2024-2032 affects zenml versions up to and including 0.55.3.
What kind of vulnerability is CVE-2024-2032?
CVE-2024-2032 is a race condition vulnerability that allows multiple users to be created with the same username.
Where can I find more information about CVE-2024-2032?
More detailed information about CVE-2024-2032 is available in the associated GitHub advisory.