Server-Side Request Forgery (SSRF) in Gradio - CVE-2026-28416

 

Server-Side Request Forgery (SSRF) in Gradio - CVE-2026-28416

Published: April 28, 2026


Vulnerability identifier: #VU128301
CSH Severity: High
CVSS v4: 8.8 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-28416
CWE-ID: CWE-918
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to make arbitrary HTTP requests to internal services and disclose sensitive information.

The vulnerability exists due to server-side request forgery in gr.load() config processing and the proxy endpoint when loading an attacker-controlled Space configuration. A remote attacker can host a malicious Gradio Space with a crafted proxy_url and send requests through the built-in proxy route to make arbitrary HTTP requests to internal services and disclose sensitive information.

Exploitation requires the victim application to use gr.load() to load an external or untrusted Space.


Affected software

Gradio

How to mitigate CVE-2026-28416

Install security update from vendor's website.

Gradio - update to 6.6.0

External References

Related Security Bulletins