Lucene search

K
osvGoogleOSV:GHSA-VCG8-98Q8-G7MJ
HistoryApr 07, 2021 - 9:47 p.m.

Exposure of Sensitive Information to an Unauthorized Actor and Insecure Temporary File in Ansible

2021-04-0721:47:31
Google
osv.dev
11

0.0005 Low

EPSS

Percentile

18.2%

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.