AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-59806

HIGH · CVSS 7.4 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

Gradio versions prior to 6.20.0 are vulnerable to an open redirect and server-side request forgery (SSRF) flaw, which allows attackers to redirect users to arbitrary URLs or exploit internal services by manipulating unvalidated HTTP/HTTPS URLs in the file_fetch() function. This vulnerability can lead to the exposure of sensitive credentials, such as EC2 IAM role credentials, by targeting internal endpoints. Organizations using Gradio should prioritize patching to mitigate the risk of credential theft and unauthorized access to internal resources.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59806
Severity
HIGH
CVSS
7.4
EPSS
0.25%

Original NVD Description

Gradio before 6.20.0 contains an open redirect and server-side request forgery vulnerability that allows attackers to redirect users to arbitrary URLs or perform client-side SSRF by supplying unvalidated HTTP/HTTPS URLs to the file_fetch() function in the /gradio_api/file= endpoint. Attackers can craft a malicious FileData response targeting internal endpoints such as cloud metadata services to retrieve sensitive credentials including EC2 IAM role credentials.