CVE-2020-10744
15.05.2020, 14:15
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.
Vendor | Product | Version |
---|---|---|
redhat | ansible | 2.7.0 ≤ 𝑥 ≤ 2.7.18 |
redhat | ansible | 2.8.0 ≤ 𝑥 ≤ 2.8.12 |
redhat | ansible | 2.9.0 ≤ 𝑥 ≤ 2.9.9 |
redhat | ansible_tower | 3.4.0 ≤ 𝑥 ≤ 3.4.5 |
redhat | ansible_tower | 3.5.0 ≤ 𝑥 ≤ 3.5.6 |
redhat | ansible_tower | 3.6.0 ≤ 𝑥 ≤ 3.6.4 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ansible |
|
Common Weakness Enumeration
- CWE-377 - Insecure Temporary FileCreating and using insecure temporary files can leave application and system data vulnerable to attack.
- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.