Lucene search
+L

834 matches found

PyPA
PyPA
added 2026/07/07 2:34 p.m.19 views

Gradio Path Traversal vulnerability

A vulnerability in the gradio-app/gradio repository, version git 67e4044, allows for path traversal on Windows OS. The implementation of the blockedpath functionality, which is intended to disallow users from reading certain files, is flawed. Specifically, while the application correctly blocks...

5.3CVSS6AI score0.00667EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 2:34 p.m.12 views

PYSEC-2026-1417 Gradio Vulnerable to Arbitrary File Deletion

A path traversal vulnerability exists in the Gradio Audio component of gradio-app/gradio, as of version git 98cbcae. This vulnerability allows an attacker to control the format of the audio file, leading to arbitrary file content deletion. By manipulating the output format, an attacker can reset...

8.2CVSS7.3AI score0.00699EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 2:34 p.m.14 views

PYSEC-2026-1421 Gradio Vulnerable to Denial of Service (DoS) via Crafted HTTP Request

A Regular Expression Denial of Service ReDoS vulnerability exists in the gradio-app/gradio repository, affecting the gr.Datetime component. The affected version is git commit 98cbcae. The vulnerability arises from the use of a regular expression ^?:\snow\s?:-\s\d+\sdmhs??\s$ to process user input...

7.5CVSS7.1AI score0.01059EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 2:34 p.m.28 views

PYSEC-2026-1412 Gradio Vulnerable to Denial of Service (DoS) via Crafted Zip Bomb

A vulnerability in the dataframe component of gradio-app/gradio version git 98cbcae allows for a zip bomb attack. The component uses pd.readcsv to process input values, which can accept compressed files. An attacker can exploit this by uploading a maliciously crafted zip bomb, leading to a server...

7.5CVSS7.1AI score0.00637EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 2:34 p.m.10 views

PYSEC-2026-1408 gradio Server Side Request Forgery vulnerability

In gradio =4.42.0, the gr.DownloadButton function has a hidden server-side request forgery SSRF vulnerability. The reason is that within the saveurltocache function, there are no restrictions on the URL, which allows access to local target resources. This can lead to the download of local resourc...

7.1CVSS6AI score0.0047EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 2:34 p.m.8 views

PYSEC-2026-1414 Open redirect in gradio

An open redirect vulnerability exists in the gradio-app/gradio, affecting the latest version. The vulnerability allows an attacker to redirect users to arbitrary websites, which can be exploited for phishing attacks, Cross-site Scripting XSS, Server-Side Request Forgery SSRF, amongst others. This...

5.4CVSS6.3AI score0.01021EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/07 11:45 a.m.12 views

PYSEC-2026-1413 Server-Side Request Forgery in gradio

A Server-Side Request Forgery SSRF vulnerability exists in the gradio-app/gradio and was discovered in version 4.21.0, specifically within the /queue/join endpoint and the saveurltocache function. The vulnerability arises when the path value, obtained from the user and expected to be a URL, is us...

8.6CVSS7.1AI score0.37366EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 11:45 a.m.9 views

PYSEC-2026-1409 Gradio applications running locally vulnerable to 3rd party websites accessing routes and uploading files

Impact This CVE covers the ability of 3rd party websites to access routes and upload files to users running Gradio applications locally. For example, the malicious owners of www.dontvisitme.com could put a script on their website that uploads a large file to http://localhost:7860/upload and anyon...

4.3CVSS5.8AI score0.00352EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/07 11:45 a.m.15 views

PYSEC-2026-1407 Gradio's Component Server does not properly consider` _is_server_fn` for functions

Component Server in Gradio before 4.13 does not properly consider isserverfn for functions...

6.5CVSS5.9AI score
SaveExploits2References6
OSV
OSV
added 2026/07/07 11:45 a.m.9 views

PYSEC-2026-1415 gradio vulnerable to Path Traversal

An issue was discovered in gradio-app/gradio, where the /componentserver endpoint improperly allows the invocation of any method on a Component class with attacker-controlled arguments. Specifically, by exploiting the moveresourcetoblockcache method of the Block class, an attacker can copy any fi...

7.5CVSS7.2AI score0.09314EPSS
SaveExploits4References7
OSV
OSV
added 2026/07/07 11:45 a.m.11 views

PYSEC-2026-1419 gradio Server-Side Request Forgery vulnerability

An SSRF Server-Side Request Forgery vulnerability exists in the gradio-app/gradio repository, allowing attackers to scan and identify open ports within an internal network. By manipulating the 'file' parameter in a GET request, an attacker can discern the status of internal ports based on the...

6.5CVSS6AI score0.01784EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 11:45 a.m.15 views

PYSEC-2026-1420 gradio Server-Side Request Forgery vulnerability

An SSRF vulnerability exists in the gradio-app/gradio due to insufficient validation of user-supplied URLs in the /proxy route. Attackers can exploit this vulnerability by manipulating the self.replicaurls set through the X-Direct-Url header in requests to the / and /config routes, allowing the...

7.3CVSS7.2AI score0.00421EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 11:45 a.m.10 views

PYSEC-2026-1416 Gradio apps vulnerable to timing attacks to guess password

Impact This security policy is with regards to a timing attack that allows users of Gradio apps to potentially guess the password of password-protected Gradio apps. This relies on the fact that string comparisons in Python terminate early, as soon as there is a string mismatch. Because Gradio app...

5.9CVSS6.2AI score0.00497EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/07 11:45 a.m.11 views

PYSEC-2026-1422 Gradio arbitrary file upload vulnerability

Gradio v3.27.0 was discovered to contain an arbitrary file upload vulnerability via the /upload interface...

4.8CVSS6AI score0.00345EPSS
SaveExploits0References5
PyPA
PyPA
added 2026/07/07 11:45 a.m.18 views

Gradio arbitrary file upload vulnerability

Gradio v3.27.0 was discovered to contain an arbitrary file upload vulnerability via the /upload interface...

4.8CVSS6AI score0.00345EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/07/01 9:19 p.m.19 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 via the preprocess method in the FileExplorer component. An attacker can read arbitrary files outside the configured rootdir by...

8.7CVSS6.5AI score0.00933EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/01 7:16 p.m.11 views

PYSEC-2026-2179

Gradio before 6.16.0 contain a path traversal vulnerability in the FileExplorer component's preprocess method that allows unauthenticated attackers to escape the configured root directory by supplying path segments containing directory traversal sequences or absolute paths. Attackers can provide...

8.7CVSS6.2AI score0.00933EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/01 7:16 p.m.16 views

CVE-2026-49119

Gradio before 6.16.0 contain a path traversal vulnerability in the FileExplorer component's preprocess method that allows unauthenticated attackers to escape the configured root directory by supplying path segments containing directory traversal sequences or absolute paths. Attackers can provide...

8.7CVSS0.00933EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/01 6:30 p.m.13 views

CVE-2026-49119 Gradio < 6.16.0 Path Traversal via FileExplorer.preprocess()

Gradio before 6.16.0 contain a path traversal vulnerability in the FileExplorer component's preprocess method that allows unauthenticated attackers to escape the configured root directory by supplying path segments containing directory traversal sequences or absolute paths. Attackers can provide...

8.7CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2026/07/01 6:30 p.m.48 views

CVE-2026-49119

Gradio

8.7CVSS5.9AI score0.00933EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder