Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-hmx6-r76c-85g9

Опубликовано: 22 фев. 2024
Источник: github
Github: Прошло ревью
CVSS3: 5.9

Описание

Gradio apps vulnerable to timing attacks to guess password

Impact

This security policy is with regards to a timing attack that allows users of Gradio apps to potentially guess the password of password-protected Gradio apps. This relies on the fact that string comparisons in Python terminate early, as soon as there is a string mismatch. Because Gradio apps are, by default, not rate-limited, a user could brute-force millions of guesses to figure out the correct username and password.

Patches

Yes, the problem has been patched in Gradio version 4.19.2 or higher. We have no knowledge of this exploit being used against users of Gradio applications, but we encourage all users to upgrade to Gradio 4.19.2 or higher.

Fixed in: https://github.com/gradio-app/gradio/commit/e329f1fd38935213fe0e73962e8cbd5d3af6e87b

Пакеты

Наименование

gradio

pip
Затронутые версииВерсия исправления

< 4.19.2

4.19.2

EPSS

Процентиль: 24%
0.00082
Низкий

5.9 Medium

CVSS3

Дефекты

CWE-367

Связанные уязвимости

CVSS3: 5.9
nvd
почти 2 года назад

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.

EPSS

Процентиль: 24%
0.00082
Низкий

5.9 Medium

CVSS3

Дефекты

CWE-367