Ansible Tower through version 3.2.3 has a vulnerability that allows users only with access to define variables for a job template to execute arbitrary code on the Tower server.
The 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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Ansible_tower | Redhat | * | 3.2.3 (including) |
CloudForms Management Engine 5.8 | RedHat | ansible-0:2.4.4.0-1.el7ae | * |
CloudForms Management Engine 5.8 | RedHat | ansible-tower-0:3.1.7-1.el7at | * |
CloudForms Management Engine 5.8 | RedHat | cfme-0:5.8.4.5-1.el7cf | * |
CloudForms Management Engine 5.8 | RedHat | cfme-appliance-0:5.8.4.5-1.el7cf | * |
CloudForms Management Engine 5.8 | RedHat | cfme-gemset-0:5.8.4.5-1.el7cf | * |
CloudForms Management Engine 5.8 | RedHat | python-paramiko-0:2.1.1-4.el7 | * |
CloudForms Management Engine 5.8 | RedHat | rh-ruby23-rubygem-json-0:2.1.0-1.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | ansible-0:2.4.4.0-1.el7ae | * |
CloudForms Management Engine 5.9 | RedHat | ansible-tower-0:3.2.4-1.el7at | * |
CloudForms Management Engine 5.9 | RedHat | cfme-0:5.9.2.4-1.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | cfme-amazon-smartstate-0:5.9.2.4-1.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | cfme-appliance-0:5.9.2.4-1.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | cfme-gemset-0:5.9.2.4-1.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | dbus-api-service-0:1.0.1-3.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | httpd-configmap-generator-0:0.2.1-2.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | postgresql96-0:9.6.6-1PGDG.el7 | * |
CloudForms Management Engine 5.9 | RedHat | python-paramiko-0:2.1.1-4.el7 | * |
CloudForms Management Engine 5.9 | RedHat | rh-ruby23-rubygem-json-0:2.1.0-1.el7cf | * |
CloudForms Management Engine 5.9 | RedHat | rh-ruby23-rubygem-qpid_proton-0:0.22.0-2.el7cf | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.