CyberRota Analysis
AI-GeneratedGradio 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.
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.