Ansible · Ansible · CVE-2014-4967
**Name of the Vulnerable Software and Affected Versions**
Ansible versions prior to 1.6.7
**Description**
The issue allows remote attackers to execute arbitrary code by leveraging access to an Ansible managed host and providing a crafted fact. This can be achieved with a fact that includes specific clauses, such as a trailing `src=` clause, a trailing `temp=` clause, or a trailing `validate=` clause accompanied by a shell command.
**Recommendations**
For versions prior to 1.6.7, update to version 1.6.7 or later to resolve the issue. As a temporary workaround, consider restricting access to managed hosts and validating all facts to prevent the execution of arbitrary code. Avoid using facts with trailing clauses such as `src=`, `temp=`, or `validate=` accompanied by shell commands until the issue is resolved.