Information Exposure Through Timing Discrepancy in Gradio - CVE-2024-1729

 

Information Exposure Through Timing Discrepancy in Gradio - CVE-2024-1729

Published: February 22, 2024 / Updated: April 28, 2026


Vulnerability identifier: #VU128277
CSH Severity: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2024-1729
CWE-ID: CWE-208
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Gradio
Software vendor:
Gradio

Description

The vulnerability allows a remote user to guess the password of password-protected applications.

The vulnerability exists due to observable timing discrepancies in password comparison in the authentication mechanism when processing login attempts. A remote user can send a large number of authentication guesses to guess the password of password-protected applications.

The issue relies on early termination of string comparisons, and the absence of default rate limiting increases the feasibility of brute-force attempts.


Remediation

Install security update from vendor's website.

External links