CVE-2021-4041
24.08.2022, 16:15
A flaw was found in ansible-runner. An improper escaping of the shell command, while calling the ansible_runner.interface.run_command, can lead to parameters getting executed as host's shell command. A developer could unintentionally write code that gets executed in the host rather than the virtual environment.Enginsight
Vendor | Product | Version |
---|---|---|
redhat | ansible_runner | 𝑥 < 2.1.0 |
redhat | ansible_runner | 2.1.0:alpha1 |
redhat | ansible_runner | 2.1.0:alpha2 |
redhat | ansible_runner | 2.1.0:beta1 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-116 - Improper Encoding or Escaping of OutputThe software prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved.
References