Exposure of Sensitive Information to an Unauthorized Actor and Insecure Temporary File in Ansible
Moderate severity
GitHub Reviewed
Published
Apr 7, 2021
to the GitHub Advisory Database
•
Updated Sep 4, 2024
Package
Affected versions
< 2.7.17
>= 2.8.0a1, < 2.8.11
>= 2.9.0a1, < 2.9.7
Patched versions
2.7.17
2.8.11
2.9.7
Description
Published by the National Vulnerability Database
Mar 16, 2020
Reviewed
Apr 5, 2021
Published to the GitHub Advisory Database
Apr 7, 2021
Last updated
Sep 4, 2024
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.
References