GHSA-j757-pf57-f8r4 · Severity: medium · Ecosystem: pip — Gradio performs a non-constant-time comparison when comparing hashes
Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves a **timing attack** in the way Gradio compares hashes for the `analytics_dashboard` function. Since the comparison is not done in constant time, an attacker could exploit this by measuring the response time of different requests to infer the correct hash byte-by-byte. This can lead to unauthorized access to the analytics dashboard, especially if the attacker can repeatedly query the system with different keys. Users are advised to upgrade to `gradio>4.44` to mitigate this issue. To mitigate the risk before applying the patch, developers can manually patch the `analytics_dashboard` dashboard to use a **constant-time comparison** function for comparing sensitive values, such as hashes. Alternatively, access to the analytics dashboard can be disabled.
Conclusion & alert: CVE-2024-47869 is rated Low Risk (22.1/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.16%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-01 | 0.12% | 0.16% | +0.04% |
| 2 | 2025-11-22 | 0.21% | 0.12% | -0.10% |
| 3 | 2025-11-18 | — | 0.21% | — |
Full EPSS history (5 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 2.3 | 4.0 | LOW |
|
— | — | [email protected] |
| 3.7 | 3.1 | LOW |
|
2.2 | 1.4 | [email protected] |
GHSA-j757-pf57-f8r4 · Severity: medium · Ecosystem: pip — Gradio performs a non-constant-time comparison when comparing hashes
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| gradio_project | gradio | < 4.44.0 | cpe:2.3:a:gradio_project:gradio:*:*:*:*:*:python:*:* |
| URL | Tags |
|---|---|
| https://github.com/gradio-app/gradio/security/advisories/GHSA-j757-pf57-f8r4 | Third Party Advisory |