漏洞标题
gradio-app/gradio中的时间攻击漏洞
漏洞描述信息
通过检查密码的条件容易受到时间性攻击,从而猜测出密码。
CVSS信息
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
漏洞类别
通过差异性导致的信息暴露
漏洞标题
Timing Attack Vulnerability in gradio-app/gradio
漏洞描述信息
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.
CVSS信息
N/A
漏洞类别
检查时间与使用时间(TOCTOU)的竞争条件
漏洞标题
Gradio 安全漏洞
漏洞描述信息
Gradio是一个开源 Python 库,是通过友好的 Web 界面演示机器学习模型的方法。 Gradio存在安全漏洞,该漏洞源于密码检查条件容易受到定时攻击来猜测密码。
CVSS信息
N/A
漏洞类别
其他