A flaw was found in Ansible Engine when the module package or service is used and the parameter use is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.
The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Ansible | Redhat | * | 2.7.16 (including) |
Ansible | Redhat | 2.8.0 (including) | 2.8.8 (including) |
Ansible | Redhat | 2.9.0 (including) | 2.9.5 (including) |
Ansible_tower | Redhat | * | 3.3.4 (including) |
Ansible_tower | Redhat | 3.3.5 (including) | 3.4.5 (including) |
Ansible_tower | Redhat | 3.5.0 (including) | 3.5.5 (including) |
Ansible_tower | Redhat | 3.6.0 (including) | 3.6.3 (including) |
Cloudforms_management_engine | Redhat | 5.0 (including) | 5.0 (including) |
Openstack | Redhat | 13 (including) | 13 (including) |
Red Hat Ansible Tower 3.4 for RHEL 7 | RedHat | ansible-tower-34/ansible-tower-memcached:1.4.15-28 | * |
Red Hat Ansible Tower 3.4 for RHEL 7 | RedHat | ansible-tower-35/ansible-tower-memcached:1.4.15-28 | * |
Red Hat Ansible Tower 3.4 for RHEL 7 | RedHat | ansible-tower-37/ansible-tower-memcached-rhel7:1.4.15-28 | * |
Red Hat Ansible Tower 3.5 for RHEL 7 | RedHat | ansible-tower-35/ansible-tower:3.5.6-1 | * |
Ansible | Ubuntu | bionic | * |
Ansible | Ubuntu | eoan | * |
Ansible | Ubuntu | groovy | * |
Ansible | Ubuntu | hirsute | * |
Ansible | Ubuntu | impish | * |
Ansible | Ubuntu | kinetic | * |
Ansible | Ubuntu | lunar | * |
Ansible | Ubuntu | mantic | * |
Ansible | Ubuntu | trusty | * |
Ansible | Ubuntu | xenial | * |
When creating commands using interpolation into a string, developers may assume that only the arguments/options that they specify will be processed. This assumption may be even stronger when the programmer has encoded the command in a way that prevents separate commands from being provided maliciously, e.g. in the case of shell metacharacters. When constructing the command, the developer may use whitespace or other delimiters that are required to separate arguments when the command. However, if an attacker can provide an untrusted input that contains argument-separating delimiters, then the resulting command will have more arguments than intended by the developer. The attacker may then be able to change the behavior of the command. Depending on the functionality supported by the extraneous arguments, this may have security-relevant consequences.