Race Condition Affecting gradio package, versions [,5.0.0b5)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-GRADIO-8320941
- published 1 Nov 2024
- disclosed 1 Nov 2024
- credit Unknown
How to fix?
Upgrade gradio
to version 5.0.0b5 or higher.
Overview
gradio is a Python library for easily interacting with trained machine learning models
Affected versions of this package are vulnerable to Race Condition due to improper isolation in functions update_root_in_config
and route handlers
that access and modify blocks.config
. Attackers can exploit this by sending requests with malicious headers, such as X-Forwarded-Host, to inject a fake root URL into the application's configuration.