Improper Input Validation Affecting gradio package, versions [,5.0.0)
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-8180430
- published 11 Oct 2024
- disclosed 10 Oct 2024
- credit Maciej Domanski
How to fix?
Upgrade gradio
to version 5.0.0 or higher.
Overview
gradio is a Python library for easily interacting with trained machine learning models
Affected versions of this package are vulnerable to Improper Input Validation through the Dropdown
component's pre-processing step. An attacker can manipulate input data by sending custom requests with arbitrary values, despite the allow_custom_value
parameter being set to False
.