Gradio's CI vulnerable to Command Injection
High severity
GitHub Reviewed
Published
Mar 27, 2024
to the GitHub Advisory Database
•
Updated Apr 16, 2024
Withdrawn
This advisory was withdrawn on Mar 27, 2024
Description
Published by the National Vulnerability Database
Mar 27, 2024
Published to the GitHub Advisory Database
Mar 27, 2024
Reviewed
Mar 27, 2024
Withdrawn
Mar 27, 2024
Last updated
Apr 16, 2024
A command injection vulnerability exists in the deploy+test-visual.yml workflow of the gradio-app/gradio repository, due to improper neutralization of special elements used in a command. This vulnerability allows attackers to execute unauthorized commands, potentially leading to unauthorized modification of the base repository or secrets exfiltration. The issue arises from the unsafe handling of GitHub context information within a an action definition which is evaluated and substituted before script execution. Remediation involves setting untrusted input values to intermediate environment variables to prevent direct influence on script generation.
References