CVE-2024-1729

A timing attack vulnerability exists in the gradio-app/gradio repository, specifically within the login function in routes.py. The vulnerability arises from the use of a direct comparison operation (`app.auth[username] == password`) to validate user credentials, which can be exploited to guess passwords based on response times. Successful exploitation of this vulnerability could allow an attacker to bypass authentication mechanisms and gain unauthorized access.
Configurations

No configuration.

History

No history.

Information

Published : 2024-03-29 05:15

Updated : 2024-04-16 12:15


NVD link : CVE-2024-1729

Mitre link : CVE-2024-1729

CVE.ORG link : CVE-2024-1729


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition