Lucene search
+L

849 matches found

OSV
OSV
added 2024/10/10 10:12 p.m.20 views

CVE-2024-47872 Cross-site Scripting on Gradio server via upload of HTML files, JS files, or SVG files

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

6.9CVSS6.2AI score
SaveExploits0References3
OSV
OSV
added 2024/10/10 10:11 p.m.21 views

GHSA-26JH-R8G2-6FPR Gradio's dropdown component pre-process step does not limit the values to those in the dropdown list

Impact What kind of vulnerability is it? Who is impacted? This vulnerability is a data validation issue in the Gradio Dropdown component's pre-processing step. Even if the allowcustomvalue parameter is set to False, attackers can bypass this restriction by sending custom requests with arbitrary...

6.9CVSS7.4AI score
SaveExploits0References2
Snyk
Snyk
added 2024/10/10 10:11 p.m.13 views

Improper Input Validation

Overview gradio is a Python library for easily interacting with trained machine learning models Affected versions of this package are vulnerable to Improper Input Validation through the Dropdown component's pre-processing step. An attacker can manipulate input data by sending custom requests with...

6.9CVSS7AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/10/10 10:11 p.m.29 views

Gradio's dropdown component pre-process step does not limit the values to those in the dropdown list

Impact What kind of vulnerability is it? Who is impacted? This vulnerability is a data validation issue in the Gradio Dropdown component's pre-processing step. Even if the allowcustomvalue parameter is set to False, attackers can bypass this restriction by sending custom requests with arbitrary...

7.4AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/10/10 10:09 p.m.27 views

GHSA-GVV6-33J7-884G Gradio has an XSS on every Gradio server via upload of HTML files, JS files, or SVG files

Impact What kind of vulnerability is it? Who is impacted? 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 download or view...

5.4CVSS5.3AI score0.00275EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/10/10 10:09 p.m.41 views

Gradio has an XSS on every Gradio server via upload of HTML files, JS files, or SVG files

Impact What kind of vulnerability is it? Who is impacted? 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 download or view...

6.9CVSS6.2AI score0.00275EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/10 10:08 p.m.15 views

GHSA-279J-X4GX-HFRH Gradio uses insecure communication between the FRP client and server

Impact What kind of vulnerability is it? Who is impacted? 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 read files upload...

8.6CVSS9AI score0.00176EPSS
SaveExploits0References4
Snyk
Snyk
added 2024/10/10 10:08 p.m.7 views

Missing Encryption of Sensitive Data

Overview gradio is a Python library for easily interacting with trained machine learning models Affected versions of this package are vulnerable to Missing Encryption of Sensitive Data due to insecure communication between the FRP client and server, when the share option is set to true. An attack...

9.1CVSS6.9AI score0.00176EPSS
SaveExploits0References2
Snyk
Snyk
added 2024/10/10 10:04 p.m.8 views

Race Condition

Overview gradio is a Python library for easily interacting with trained machine learning models Affected versions of this package are vulnerable to Race Condition in the updaterootinconfig function. An attacker can redirect user traffic to a malicious server, potentially intercepting sensitive da...

8.8CVSS7.1AI score0.00369EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/10/10 10:04 p.m.33 views

Gradio has a race condition in update_root_in_config may redirect user traffic

Impact What kind of vulnerability is it? Who is impacted? This vulnerability involves a race condition in the updaterootinconfig 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 can redirect use...

8.1CVSS6.8AI score0.00369EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/10 10:04 p.m.21 views

GHSA-XH2X-3MRM-FWQM Gradio has a race condition in update_root_in_config may redirect user traffic

Impact What kind of vulnerability is it? Who is impacted? This vulnerability involves a race condition in the updaterootinconfig 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 can redirect use...

8.8CVSS8AI score0.00369EPSS
SaveExploits0References4
Snyk
Snyk
added 2024/10/10 10:03 p.m.8 views

Timing Attack

Overview gradio is a Python library for easily interacting with trained machine learning models Affected versions of this package are vulnerable to Timing Attack due to the analyticsdashboard function. An attacker can infer the correct hash byte-by-byte by measuring the response time of different...

6.3CVSS6.9AI score0.00292EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/10 10:03 p.m.26 views

GHSA-J757-PF57-F8R4 Gradio performs a non-constant-time comparison when comparing hashes

Impact What kind of vulnerability is it? Who is impacted? This vulnerability involves a timing attack in the way Gradio compares hashes for the analyticsdashboard function. Since the comparison is not done in constant time, an attacker could exploit this by measuring the response time of differen...

6.3CVSS3.8AI score0.00292EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/10/10 10:03 p.m.27 views

Gradio performs a non-constant-time comparison when comparing hashes

Impact What kind of vulnerability is it? Who is impacted? This vulnerability involves a timing attack in the way Gradio compares hashes for the analyticsdashboard function. Since the comparison is not done in constant time, an attacker could exploit this by measuring the response time of differen...

3.7CVSS6.6AI score0.00292EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/10 10:03 p.m.15 views

GHSA-4Q3C-CJ7G-JCWF Gradio has several components with post-process steps allow arbitrary file leaks

Impact What kind of vulnerability is it? Who is impacted? 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 input...

6.9CVSS7.5AI score0.00815EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2024/10/10 10:03 p.m.42 views

Gradio has several components with post-process steps allow arbitrary file leaks

Impact What kind of vulnerability is it? Who is impacted? 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 input...

7.5CVSS6.7AI score0.00815EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2024/10/10 10:03 p.m.3 views

Directory Traversal

Overview gradio is a Python library for easily interacting with trained machine learning models Affected versions of this package are vulnerable to Directory Traversal through the post-processing step. An attacker can expose sensitive files by crafting requests that bypass expected input...

7.5CVSS7.5AI score0.00815EPSS
SaveExploits1References2
Snyk
Snyk
added 2024/10/10 10:02 p.m.3 views

Resources Downloaded over Insecure Protocol

Overview gradio is a Python library for easily interacting with trained machine learning models Affected versions of this package are vulnerable to Resources Downloaded over Insecure Protocol due to the lack of integrity checking on the downloaded FRP client. An attacker can introduce malicious...

7.5CVSS7.3AI score0.00213EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/10/10 10:02 p.m.56 views

Gradio lacks integrity checking on the downloaded FRP client

Impact 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 downloaded, they could modify the binary without detection, as the...

7.5CVSS6.9AI score0.00213EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/10 10:02 p.m.14 views

GHSA-8C87-GVHJ-XM8M Gradio lacks integrity checking on the downloaded FRP client

Impact 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 downloaded, they could modify the binary without detection, as the...

7.5CVSS7.4AI score0.00213EPSS
SaveExploits0References4
Rows per page
Query Builder