Command Injection in Salt - CVE-2021-3148
Published: February 28, 2021
Salt
SaltStack
Description
The vulnerability allows a remote user to execute arbitrary commands within the application.
The vulnerability exists due to improper input validation, related to handling single and double quotes, within the salt.utils.thin.gen_thin() function in salt/utils/thin.py. A remote user can send a specially crafted HTTP request to the SaltAPI and execute arbitrary commands.