gradio Server-Side Request Forgery vulnerability
High severity
GitHub Reviewed
Published
Mar 27, 2024
to the GitHub Advisory Database
•
Updated Apr 16, 2024
Description
Published by the National Vulnerability Database
Mar 27, 2024
Published to the GitHub Advisory Database
Mar 27, 2024
Reviewed
Mar 27, 2024
Last updated
Apr 16, 2024
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 theself.replica_urls
set through theX-Direct-Url
header in requests to the/
and/config
routes, allowing the addition of arbitrary URLs for proxying. This flaw enables unauthorized proxying of requests and potential access to internal endpoints within the Hugging Face space. The issue arises from the application's inadequate checking of safe URLs in thebuild_proxy_request
function.References