This CPE summary could be partial or incomplete. Please contact us for a detailed listing.

Summary

Detail
Vendor Redhat First view 2013-09-16
Product Ansible Last view 2024-02-06
Version Type
Update  
Edition  
Language  
Sofware Edition  
Target Software  
Target Hardware  
Other  

Activity : Overall

COMMON PLATFORM ENUMERATION: Repartition per Version

CPE Name Affected CVE
cpe:2.3:a:redhat:ansible:1.2:*:*:*:*:*:*:* 43
cpe:2.3:a:redhat:ansible:*:*:*:*:*:*:*:* 42
cpe:2.3:a:redhat:ansible:1.2.1:*:*:*:*:*:*:* 42
cpe:2.3:a:redhat:ansible:1.2.2:*:*:*:*:*:*:* 41
cpe:2.3:a:redhat:ansible:2.0:*:*:*:*:*:*:* 28
cpe:2.3:a:redhat:ansible:2.0.1:*:*:*:*:*:*:* 28
cpe:2.3:a:redhat:ansible:2.10.1:rc2:*:*:*:*:*:* 5
cpe:2.3:a:redhat:ansible:2.16.0:beta1:*:*:*:*:*:* 2
cpe:2.3:a:redhat:ansible:2.16.0:beta2:*:*:*:*:*:* 2
cpe:2.3:a:redhat:ansible:2.16.0:rc1:*:*:*:*:*:* 2
cpe:2.3:a:redhat:ansible:2.16.0:-:*:*:*:*:*:* 2

Related : CVE

This CPE Product have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
  Date Alert Description
5.5 2024-02-06 CVE-2024-0690

An information disclosure flaw was found in ansible-core due to a failure to respect the ANSIBLE_NO_LOG configuration in some scenarios. Information is still included in the output in certain tasks, such as loop items. Depending on the task, this issue may include sensitive information, such as decrypted secret values.

7.8 2023-12-12 CVE-2023-5764

A template injection flaw was found in Ansible where a user's controller internal templating operations may remove the unsafe designation from template data. This issue could allow an attacker to use a specially crafted file to introduce code injection when supplying templating data.

7.5 2022-10-28 CVE-2022-3697

A flaw was found in Ansible in the amazon.aws collection when using the tower_callback parameter from the amazon.aws.ec2_instance module. This flaw allows an attacker to take advantage of this issue as the module is handling the parameter insecurely, leading to the password leaking in the logs.

5.5 2022-03-16 CVE-2021-20180

A flaw was found in ansible module where credentials are disclosed in the console log by default and not protected by the security feature when using the bitbucket_pipeline_variable module. This flaw allows an attacker to steal bitbucket_pipeline credentials. The highest threat from this vulnerability is to confidentiality.

5.5 2021-05-26 CVE-2021-20191

A flaw was found in ansible. Credentials, such as secrets, are being disclosed in console log by default and not protected by no_log feature when using those modules. An attacker can take advantage of this information to steal those credentials. The highest threat from this vulnerability is to data confidentiality. Versions before ansible 2.9.18 are affected.

5.5 2021-05-26 CVE-2021-20178

A flaw was found in ansible module where credentials are disclosed in the console log by default and not protected by the security feature when using the bitbucket_pipeline_variable module. This flaw allows an attacker to steal bitbucket_pipeline credentials. The highest threat from this vulnerability is to confidentiality.

5.5 2021-04-01 CVE-2021-3447

A flaw was found in several ansible modules, where parameters containing credentials, such as secrets, were being logged in plain-text on managed nodes, as well as being made visible on the controller node when run in verbose mode. These parameters were not protected by the no_log feature. An attacker can take advantage of this information to steal those credentials, provided when they have access to the log files containing them. The highest threat from this vulnerability is to data confidentiality. This flaw affects Red Hat Ansible Automation Platform in versions before 1.2.2 and Ansible Tower in versions before 3.8.2.

7.1 2020-10-05 CVE-2020-25636

A flaw was found in Ansible Base when using the aws_ssm connection plugin as there is no namespace separation for file transfers. Files are written directly to the root bucket, making possible to have collisions when running multiple ansible processes. This issue affects mainly the service availability.

5.5 2020-10-05 CVE-2020-25635

A flaw was found in Ansible Base when using the aws_ssm connection plugin as garbage collector is not happening after playbook run is completed. Files would remain in the bucket exposing the data. This issue affects directly data confidentiality.

7.3 2020-08-26 CVE-2019-14904

A flaw was found in the solaris_zone module from the Ansible Community modules. When setting the name for the zone on the Solaris host, the zone name is checked by listing the process with the 'ps' bare command on the remote machine. An attacker could take advantage of this flaw by crafting the name of the zone and executing arbitrary commands in the remote host. Ansible Engine 2.7.15, 2.8.7, and 2.9.2 as well as previous versions are affected.

5 2020-05-15 CVE-2020-10744

An incomplete fix was found for the fix of the flaw CVE-2020-1733 ansible: insecure temporary directory when running become_user from become directive. The provided fix is insufficient to prevent the race condition on systems using ACLs and FUSE filesystems. Ansible Engine 2.7.18, 2.8.12, and 2.9.9 as well as previous versions are affected and Ansible Tower 3.4.5, 3.5.6 and 3.6.4 as well as previous versions are affected.

7.1 2020-03-24 CVE-2020-10684

A flaw was found in Ansible Engine, all versions 2.7.x, 2.8.x and 2.9.x prior to 2.7.17, 2.8.9 and 2.9.6 respectively, when using ansible_facts as a subkey of itself and promoting it to a variable when inject is enabled, overwriting the ansible_facts after the clean. An attacker could take advantage of this by altering the ansible_facts, such as ansible_hosts, users and any other key data which would lead into privilege escalation or code injection.

4.7 2020-03-16 CVE-2020-1740

A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes "ansible-vault edit", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.

3.9 2020-03-16 CVE-2020-1738

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.

3.3 2020-03-16 CVE-2020-1736

A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This could lead to the disclosure of sensitive data. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.

4.6 2020-03-16 CVE-2020-1735

A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.

3.9 2020-03-12 CVE-2020-1739

A flaw was found in Ansible 2.7.16 and prior, 2.8.8 and prior, and 2.9.5 and prior when a password is set with the argument "password" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.

5 2020-03-11 CVE-2020-1733

A race condition flaw was found in Ansible Engine 2.7.17 and prior, 2.8.9 and prior, 2.9.6 and prior when running a playbook with an unprivileged become user. When Ansible needs to run a module with become user, the temporary directory is created in /var/tmp. This directory is created with "umask 77 && mkdir -p

"; this operation does not fail if the directory already exists and is owned by another user. An attacker could take advantage to gain control of the become user as the target directory can be retrieved by iterating '/proc//cmdline'.

9.8 2020-02-20 CVE-2014-4678

The safe_eval function in Ansible before 1.6.4 does not properly restrict the code subset, which allows remote attackers to execute arbitrary code via crafted instructions. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-4657.

5.5 2020-02-20 CVE-2014-4660

Ansible before 1.5.5 constructs filenames containing user and password fields on the basis of deb lines in sources.list, which might allow local users to obtain sensitive credential information in opportunistic circumstances by leveraging existence of a file that uses the "deb http://user:pass@server:port/" format.

5.5 2020-02-20 CVE-2014-4659

Ansible before 1.5.5 sets 0644 permissions for sources.list, which might allow local users to obtain sensitive credential information in opportunistic circumstances by reading a file that uses the "deb http://user:pass@server:port/" format.

5.5 2020-02-20 CVE-2014-4658

The vault subsystem in Ansible before 1.5.5 does not set the umask before creation or modification of a vault file, which allows local users to obtain sensitive key information by reading a file.

9.8 2020-02-20 CVE-2014-4657

The safe_eval function in Ansible before 1.5.4 does not properly restrict the code subset, which allows remote attackers to execute arbitrary code via crafted instructions.

9.8 2020-02-18 CVE-2014-4967

Multiple argument injection vulnerabilities in Ansible before 1.6.7 allow remote attackers to execute arbitrary code by leveraging access to an Ansible managed host and providing a crafted fact, as demonstrated by a fact with (1) a trailing " src=" clause, (2) a trailing " temp=" clause, or (3) a trailing " validate=" clause accompanied by a shell command.

9.8 2020-02-18 CVE-2014-4966

Ansible before 1.6.7 does not prevent inventory data with "{{" and "lookup" substrings, and does not prevent remote data with "{{" substrings, which allows remote attackers to execute arbitrary code via (1) crafted lookup('pipe') calls or (2) crafted Jinja2 data.

CWE : Common Weakness Enumeration

%idName
13% (6) CWE-532 Information Leak Through Log Files
11% (5) CWE-200 Information Exposure
11% (5) CWE-20 Improper Input Validation
6% (3) CWE-522 Insufficiently Protected Credentials
6% (3) CWE-74 Failure to Sanitize Data into a Different Plane ('Injection')
4% (2) CWE-362 Race Condition
4% (2) CWE-320 Key Management Errors
4% (2) CWE-264 Permissions, Privileges, and Access Controls
4% (2) CWE-59 Improper Link Resolution Before File Access ('Link Following')
4% (2) CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path ...
2% (1) CWE-732 Incorrect Permission Assignment for Critical Resource
2% (1) CWE-670 Always-Incorrect Control Flow Implementation
2% (1) CWE-552 Files or Directories Accessible to External Parties
2% (1) CWE-377 Insecure Temporary File
2% (1) CWE-345 Insufficient Verification of Data Authenticity
2% (1) CWE-287 Improper Authentication
2% (1) CWE-212 Improper Cross-boundary Removal of Sensitive Data
2% (1) CWE-117 Improper Output Sanitization for Logs
2% (1) CWE-116 Improper Encoding or Escaping of Output
2% (1) CWE-88 Argument Injection or Modification
2% (1) CWE-77 Improper Sanitization of Special Elements used in a Command ('Comma...

Nessus® Vulnerability Scanner

This CPE Product have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
id Description
2019-01-03 Name: The remote Fedora host is missing a security update.
File: fedora_2018-af82e7c863.nasl - Type: ACT_GATHER_INFO
2019-01-03 Name: The remote Fedora host is missing a security update.
File: fedora_2018-615705632d.nasl - Type: ACT_GATHER_INFO
2018-01-15 Name: The remote Fedora host is missing a security update.
File: fedora_2017-c2729c23b0.nasl - Type: ACT_GATHER_INFO
2017-11-13 Name: The remote openSUSE host is missing a security update.
File: openSUSE-2017-1259.nasl - Type: ACT_GATHER_INFO
2017-11-09 Name: The remote Fedora host is missing a security update.
File: fedora_2017-8bf1b0c692.nasl - Type: ACT_GATHER_INFO
2017-11-09 Name: The remote Fedora host is missing a security update.
File: fedora_2017-008017c9fe.nasl - Type: ACT_GATHER_INFO
2017-10-20 Name: The remote Red Hat host is missing one or more security updates.
File: redhat-RHSA-2017-2966.nasl - Type: ACT_GATHER_INFO
2017-07-17 Name: The remote Fedora host is missing a security update.
File: fedora_2017-d5ef38bf2c.nasl - Type: ACT_GATHER_INFO
2017-06-22 Name: The remote Red Hat host is missing a security update.
File: redhat-RHSA-2017-1499.nasl - Type: ACT_GATHER_INFO
2017-05-30 Name: The remote Red Hat host is missing a security update.
File: redhat-RHSA-2017-1334.nasl - Type: ACT_GATHER_INFO
2017-05-01 Name: The remote Fedora host is missing a security update.
File: fedora_2017-c2129c77ca.nasl - Type: ACT_GATHER_INFO
2017-04-25 Name: The remote Fedora host is missing a security update.
File: fedora_2017-3f40aa3d64.nasl - Type: ACT_GATHER_INFO
2017-03-17 Name: The remote Red Hat host is missing one or more security updates.
File: redhat-RHSA-2017-0515.nasl - Type: ACT_GATHER_INFO
2017-02-08 Name: The remote Red Hat host is missing one or more security updates.
File: redhat-RHSA-2017-0260.nasl - Type: ACT_GATHER_INFO
2017-02-01 Name: The remote Gentoo host is missing one or more security-related patches.
File: gentoo_GLSA-201701-77.nasl - Type: ACT_GATHER_INFO
2017-01-26 Name: The remote Fedora host is missing a security update.
File: fedora_2017-cb88734094.nasl - Type: ACT_GATHER_INFO
2017-01-26 Name: The remote Fedora host is missing a security update.
File: fedora_2017-418398ce60.nasl - Type: ACT_GATHER_INFO
2017-01-13 Name: The remote FreeBSD host is missing a security-related update.
File: freebsd_pkg_a93c3287d8fd11e6be5c001fbc0f280f.nasl - Type: ACT_GATHER_INFO
2016-11-21 Name: The remote Fedora host is missing a security update.
File: fedora_2016-3ccb098630.nasl - Type: ACT_GATHER_INFO
2016-11-08 Name: The remote Fedora host is missing a security update.
File: fedora_2016-3113e71193.nasl - Type: ACT_GATHER_INFO
2016-07-21 Name: The remote Gentoo host is missing one or more security-related patches.
File: gentoo_GLSA-201607-14.nasl - Type: ACT_GATHER_INFO
2016-05-09 Name: The remote Fedora host is missing a security update.
File: fedora_2016-679c4ddd3c.nasl - Type: ACT_GATHER_INFO
2016-05-02 Name: The remote Fedora host is missing a security update.
File: fedora_2016-cd3cf8e7d0.nasl - Type: ACT_GATHER_INFO
2016-05-02 Name: The remote Fedora host is missing a security update.
File: fedora_2016-ab154c56dd.nasl - Type: ACT_GATHER_INFO
2016-04-27 Name: The remote Fedora host is missing a security update.
File: fedora_2016-65519440f5.nasl - Type: ACT_GATHER_INFO