CVE-2024-2032

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:zenml:zenml:*:*:*:*:*:*:*:*

History

11 Oct 2024, 14:22

Type Values Removed Values Added
References () https://github.com/zenml-io/zenml/commit/afcaf741ef9114c9b32f722f101b97de3d8d147b - () https://github.com/zenml-io/zenml/commit/afcaf741ef9114c9b32f722f101b97de3d8d147b - Patch
References () https://huntr.com/bounties/6199cd5d-611f-4ea9-96c5-52a952ba5a56 - () https://huntr.com/bounties/6199cd5d-611f-4ea9-96c5-52a952ba5a56 - Third Party Advisory
First Time Zenml zenml
Zenml
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 3.1
CPE cpe:2.3:a:zenml:zenml:*:*:*:*:*:*:*:*
CWE CWE-366 CWE-362

06 Jun 2024, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-06-06 19:15

Updated : 2024-10-11 14:22


NVD link : CVE-2024-2032

Mitre link : CVE-2024-2032


JSON object : View

Products Affected

zenml

  • zenml
CWE
CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')