Lucene search

K
Gradio-appGradio

21 matches found

CVE
CVE
added 2022/03/17 9:15 p.m.103 views

CVE-2022-24770

gradio is an open source framework for building interactive machine learning models and demos. Prior to version 2.8.11, gradio suffers from Improper Neutralization of Formula Elements in a CSV File. The gradio library has a flagging functionality which saves input/output data into a CSV file on the...

8.8CVSS8.8AI score0.00561EPSS
CVE
CVE
added 2023/02/23 10:15 p.m.76 views

CVE-2023-25823

Gradio is an open-source Python library to build machine learning and data science demos and web applications. Versions prior to 3.13.1 contain Use of Hard-coded Credentials. When using Gradio's share links (i.e. creating a Gradio app and then setting share=True), a private SSH key is sent to any u...

9.8CVSS7.3AI score0.00091EPSS
CVE
CVE
added 2023/12/22 9:15 p.m.76 views

CVE-2023-51449

Gradio is an open-source Python package that allows you to quickly build a demo or web application for your machine learning model, API, or any arbitary Python function. Versions of gradio prior to 4.11.0 contained a vulnerability in the /file route which made them susceptible to file traversal att...

7.5CVSS6.5AI score0.79587EPSS
CVE
CVE
added 2021/12/15 8:15 p.m.74 views

CVE-2021-43831

Gradio is an open source framework for building interactive machine learning models and demos. In versions prior to 2.5.0 there is a vulnerability that affects anyone who creates and publicly shares Gradio interfaces. File paths are not restricted and users who receive a Gradio link can access any ...

7.7CVSS7.3AI score0.30342EPSS
CVE
CVE
added 2025/01/14 7:15 p.m.73 views

CVE-2025-23042

Gradio is an open-source Python package that allows quick building of demos and web application for machine learning models, API, or any arbitrary Python function. Gradio's Access Control List (ACL) for file paths can be bypassed by altering the letter case of a blocked file or directory path. This...

8.7CVSS6.3AI score0.00127EPSS
CVE
CVE
added 2024/10/10 11:15 p.m.67 views

CVE-2024-47872

Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves Cross-Site Scripting (XSS) on any Gradio server that allows file uploads. Authenticated users can upload files such as HTML, JavaScript, or SVG files containing malicious scripts. When other users do...

6.9CVSS5.4AI score0.00078EPSS
CVE
CVE
added 2024/10/10 11:15 p.m.63 views

CVE-2024-47871

Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves insecure communication between the FRP (Fast Reverse Proxy) client and server when Gradio's share=True option is used. HTTPS is not enforced on the connection, allowing attackers to intercept and rea...

9.1CVSS9.1AI score0.00058EPSS
CVE
CVE
added 2023/06/08 12:15 a.m.59 views

CVE-2023-34239

Gradio is an open-source Python library that is used to build machine learning and data science. Due to a lack of path filtering Gradio does not properly restrict file access to users. Additionally Gradio does not properly restrict the what URLs are proxied. These issues have been addressed in vers...

9.1CVSS8.3AI score0.0021EPSS
CVE
CVE
added 2024/10/10 11:15 p.m.59 views

CVE-2024-47869

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 tim...

3.7CVSS3.9AI score0.00099EPSS
CVE
CVE
added 2024/10/10 10:15 p.m.51 views

CVE-2024-47167

Gradio is an open-source Python package designed for quick prototyping. This vulnerability relates to Server-Side Request Forgery (SSRF) in the /queue/join endpoint. Gradio’s async_save_url_to_cache function allows attackers to force the Gradio server to send HTTP requests to user-controlled URLs. ...

9.8CVSS9.4AI score0.00194EPSS
CVE
CVE
added 2024/10/10 10:15 p.m.49 views

CVE-2024-47168

Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves data exposure due to the enable_monitoring flag not properly disabling monitoring when set to False. Even when monitoring is supposedly disabled, an attacker or unauthorized user can still access the...

4.3CVSS4.5AI score0.00047EPSS
CVE
CVE
added 2024/10/10 10:15 p.m.48 views

CVE-2024-47166

Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves a one-level read path traversal in the /custom_component endpoint. Attackers can exploit this flaw to access and leak source code from custom Gradio components by manipulating the file path in the re...

5.3CVSS5.2AI score0.00169EPSS
CVE
CVE
added 2024/10/10 11:15 p.m.48 views

CVE-2024-47867

Gradio is an open-source Python package designed for quick prototyping. This vulnerability is a lack of integrity check on the downloaded FRP client, which could potentially allow attackers to introduce malicious code. If an attacker gains access to the remote URL from which the FRP client is downl...

7.5CVSS7.5AI score0.00116EPSS
CVE
CVE
added 2024/10/10 10:15 p.m.47 views

CVE-2024-47164

Gradio is an open-source Python package designed for quick prototyping. This vulnerability relates to the bypass of directory traversal checks within the is_in_or_equal function. This function, intended to check if a file resides within a given directory, can be bypassed with certain payloads that ...

6.5CVSS6.7AI score0.0016EPSS
CVE
CVE
added 2024/10/10 10:15 p.m.47 views

CVE-2024-47165

Gradio is an open-source Python package designed for quick prototyping. This vulnerability relates to CORS origin validation accepting a null origin . When a Gradio server is deployed locally, the localhost_aliases variable includes "null" as a valid origin. This allows attackers to make unauthoriz...

6.9CVSS5.4AI score0.00074EPSS
CVE
CVE
added 2024/10/10 10:15 p.m.45 views

CVE-2024-47084

Gradio is an open-source Python package designed for quick prototyping. This vulnerability is related to CORS origin validation , where the Gradio server fails to validate the request origin when a cookie is present. This allows an attacker’s website to make unauthorized requests to a local Gradio ...

8.3CVSS8.2AI score0.0013EPSS
CVE
CVE
added 2024/10/10 11:15 p.m.44 views

CVE-2024-47868

Gradio is an open-source Python package designed for quick prototyping. This is a data validation vulnerability affecting several Gradio components, which allows arbitrary file leaks through the post-processing step. Attackers can exploit these components by crafting requests that bypass expected i...

7.5CVSS7.5AI score0.00161EPSS
CVE
CVE
added 2024/10/10 11:15 p.m.44 views

CVE-2024-47870

Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves a race condition in the update_root_in_config function, allowing an attacker to modify the root URL used by the Gradio frontend to communicate with the backend. By exploiting this flaw, an attacker c...

8.1CVSS8AI score0.0013EPSS
CVE
CVE
added 2025/05/29 2:15 p.m.42 views

CVE-2025-5320

A vulnerability classified as problematic has been found in gradio-app gradio up to 5.29.1. This affects the function is_valid_origin of the component CORS Handler. The manipulation of the argument localhost_aliases leads to erweiterte Rechte. It is possible to initiate the attack remotely. The com...

6.3CVSS4AI score0.00022EPSS
CVE
CVE
added 2024/11/06 8:15 p.m.41 views

CVE-2024-51751

Gradio is an open-source Python package designed to enable quick builds of a demo or web application. If File or UploadButton components are used as a part of Gradio application to preview file content, an attacker with access to the application might abuse these components to read arbitrary files ...

6.5CVSS6.5AI score0.00067EPSS
CVE
CVE
added 2025/05/30 6:15 a.m.37 views

CVE-2025-48889

Gradio is an open-source Python package that allows quick building of demos and web application for machine learning models, API, or any arbitrary Python function. Prior to version 5.31.0, an arbitrary file copy vulnerability in Gradio's flagging feature allows unauthenticated attackers to copy any...

5.3CVSS7.1AI score0.00075EPSS