CVE-2024-2032 LOW

CVE-2024-2032: Race Condition Vulnerability in zenml-io/zenml

Vendor Zenml-Io
Product zenml-io/zenml
Weakness CWE-366
Published June 6, 2024
Last update August 1, 2024

CVSS base score

3.1/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction Required
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

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/test_race, where it could lead to further complications.

Key dates

02Disclosure timeline

June 6, 2024 CVE published
August 1, 2024 Record updated