Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

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.


Published

2020-03-16T16:15:14.217

Last Modified

2024-11-21T05:11:17.097

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 3.9 (LOW)

CVSSv2 Vector

AV:L/AC:M/Au:N/C:P/I:N/A:N

  • Access Vector: LOCAL
  • Access Complexity: MEDIUM
  • Authentication: NONE
  • Confidentiality Impact: PARTIAL
  • Integrity Impact: NONE
  • Availability Impact: NONE
Exploitability Score

3.4

Impact Score

2.9

Weaknesses
  • Type: Primary
    CWE-377
  • Type: Secondary
    CWE-200

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application redhat ansible < 2.7.17 Yes
Application redhat ansible < 2.8.11 Yes
Application redhat ansible < 2.9.7 Yes
Application redhat ansible_tower ≤ 3.3.4 Yes
Application redhat ansible_tower ≤ 3.4.5 Yes
Application redhat ansible_tower ≤ 3.5.5 Yes
Application redhat ansible_tower ≤ 3.6.3 Yes
Application redhat cloudforms_management_engine 5.0 Yes
Application redhat openstack 13 Yes
Operating System debian debian_linux 8.0 Yes
Operating System debian debian_linux 10.0 Yes
Operating System fedoraproject fedora 30 Yes
Operating System fedoraproject fedora 31 Yes
Operating System fedoraproject fedora 32 Yes

References