Search for packages
purl | pkg:pypi/ansible@2.9.0a1 |
Tags | Ghost |
Vulnerability | Summary | Fixed by |
---|---|---|
VCID-1puc-u4y9-aaap
Aliases: CVE-2019-14904 GHSA-gwr8-5j83-483c PYSEC-2020-161 PYSEC-2020-180 |
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. |
Affected by 30 other vulnerabilities. Affected by 29 other vulnerabilities. |
VCID-9xje-8wsd-aaam
Aliases: CVE-2020-10685 GHSA-77g3-3j5w-64w4 PYSEC-2020-1 |
A flaw was found in Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the s ts unencrypted. On Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decryp emains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted ble. |
Affected by 18 other vulnerabilities. |
VCID-a6gj-c3pa-aaad
Aliases: CVE-2021-20191 GHSA-8f4m-hccc-8qph PYSEC-2021-124 |
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. |
Affected by 15 other vulnerabilities. Affected by 11 other vulnerabilities. Affected by 5 other vulnerabilities. |
VCID-dp5x-5n9f-aaah
Aliases: CVE-2020-1733 GHSA-g4mq-6fp5-qwcf PYSEC-2020-5 |
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 <dir>"; 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/<pid>/cmdline'. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-emd7-stwr-aaan
Aliases: CVE-2020-1746 GHSA-j2h6-73x8-22c4 PYSEC-2020-13 |
A flaw was found in the Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality. |
Affected by 18 other vulnerabilities. |
VCID-fv75-t76d-aaag
Aliases: CVE-2020-1734 GHSA-h39q-95q5-9jfp PYSEC-2020-6 |
A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts. |
Affected by 33 other vulnerabilities. Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. Affected by 11 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-m1j9-6xnm-aaac
Aliases: CVE-2019-14864 GHSA-3m93-m4q6-mc6v PYSEC-2020-160 PYSEC-2020-179 |
Ansible, versions 2.9.x before 2.9.1, 2.8.x before 2.8.7 and Ansible versions 2.7.x before 2.7.15, is not respecting the flag no_log set it to True when Sumologic and Splunk callback plugins are used send tasks results events to collectors. This would discloses and collects any sensitive data. |
Affected by 32 other vulnerabilities. Affected by 30 other vulnerabilities. |
VCID-mrhc-f3xq-aaaa
Aliases: CVE-2020-1740 GHSA-vcg8-98q8-g7mj PYSEC-2020-12 |
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. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-n3vw-pvhw-aaaf
Aliases: CVE-2020-1738 GHSA-f85h-23mf-2fwh PYSEC-2020-10 |
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. |
Affected by 23 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-nqsx-thdv-aaac
Aliases: CVE-2020-1739 GHSA-923p-fr2c-g5m2 PYSEC-2020-11 |
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. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-nxj9-2mgr-aaak
Aliases: CVE-2020-1735 GHSA-gfr2-qpxh-qj9m PYSEC-2020-7 |
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. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-qxat-hky3-aaab
Aliases: CVE-2020-10691 GHSA-3c67-gc48-983w PYSEC-2020-2 |
An archive traversal flaw was found in all ansible-engine versions 2.9.x prior to 2.9.7, when running ansible-galaxy collection install. When extracting a collection .tar.gz file, the directory is created without sanitizing the filename. An attacker could take advantage to overwrite any file within the system. |
Affected by 18 other vulnerabilities. |
VCID-qz75-v9j5-aaaa
Aliases: CVE-2021-20228 GHSA-5rrg-rr89-x9mv PYSEC-2021-1 |
A flaw was found in the Ansible Engine 2.9.18, where sensitive info is not masked by default and is not protected by the no_log feature when using the sub-option feature of the basic.py module. This flaw allows an attacker to obtain sensitive information. The highest threat from this vulnerability is to confidentiality. |
Affected by 32 other vulnerabilities. Affected by 15 other vulnerabilities. Affected by 11 other vulnerabilities. Affected by 11 other vulnerabilities. Affected by 10 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 7 other vulnerabilities. Affected by 5 other vulnerabilities. Affected by 3 other vulnerabilities. |
VCID-r43q-bz4b-aaah
Aliases: CVE-2020-14332 GHSA-j667-c2hm-f2wp PYSEC-2020-4 |
A flaw was found in the Ansible Engine when using module_args. Tasks executed with check mode (--check-mode) do not properly neutralize sensitive data exposed in the event data. This flaw allows unauthorized users to read this data. The highest threat from this vulnerability is to confidentiality. |
Affected by 16 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-sxyq-umyp-aaar
Aliases: CVE-2020-1753 GHSA-86hp-cj9j-33vv PYSEC-2020-210 |
A security flaw was found in Ansible Engine, all Ansible 2.7.x versions prior to 2.7.17, all Ansible 2.8.x versions prior to 2.8.11 and all Ansible 2.9.x versions prior to 2.9.7, when managing kubernetes using the k8s module. Sensitive parameters such as passwords and tokens are passed to kubectl from the command line, not using an environment variable or an input configuration file. This will disclose passwords and tokens from process list and no_log directive from debug module would not have any effect making these secrets being disclosed on stdout and log files. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-t2tw-36t9-aaab
Aliases: CVE-2020-1737 GHSA-893h-35v4-mxqx PYSEC-2020-9 |
A flaw was found in Ansible 2.7.17 and prior, 2.8.9 and prior, and 2.9.6 and prior when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal. This issue is fixed in 2.10. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-wkkk-5njy-aaaa
Aliases: CVE-2019-14905 GHSA-frxj-5j27-f8rf PYSEC-2020-206 |
A vulnerability was found in Ansible Engine versions 2.9.x before 2.9.3, 2.8.x before 2.8.8, 2.7.x before 2.7.16 and earlier, where in Ansible's nxos_file_copy module can be used to copy files to a flash or bootflash on NXOS devices. Malicious code could craft the filename parameter to perform OS command injections. This could result in a loss of confidentiality of the system among other issues. |
Affected by 29 other vulnerabilities. |
VCID-x97v-vpy8-aaan
Aliases: CVE-2020-10684 GHSA-p62g-jhg6-v3rq PYSEC-2020-207 |
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. |
Affected by 23 other vulnerabilities. Affected by 18 other vulnerabilities. |
VCID-z25c-x91u-aaag
Aliases: CVE-2020-14365 GHSA-m429-fhmv-c6q2 PYSEC-2020-209 |
A flaw was found in the Ansible Engine, in ansible-engine 2.8.x before 2.8.15 and ansible-engine 2.9.x before 2.9.13, when installing packages using the dnf module. GPG signatures are ignored during installation even when disable_gpg_check is set to False, which is the default behavior. This flaw leads to malicious packages being installed on the system and arbitrary code executed via package installation scripts. The highest threat from this vulnerability is to integrity and system availability. |
Affected by 33 other vulnerabilities. Affected by 16 other vulnerabilities. Affected by 15 other vulnerabilities. Affected by 15 other vulnerabilities. Affected by 12 other vulnerabilities. |
VCID-zk4f-r19r-aaap
Aliases: CVE-2019-14858 GHSA-h653-95qw-h2mp PYSEC-2019-171 |
A vulnerability was found in Ansible engine 2.x up to 2.8 and Ansible tower 3.x up to 3.5. When a module has an argument_spec with sub parameters marked as no_log, passing an invalid parameter name to the module will cause the task to fail before the no_log options in the sub parameters are processed. As a result, data in the sub parameter fields will not be masked and will be displayed if Ansible is run with increased verbosity and present in the module invocation arguments for the task. |
Affected by 32 other vulnerabilities. Affected by 1 other vulnerability. |
Vulnerability | Summary | Aliases |
---|---|---|
This package is not known to fix vulnerabilities. |