The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade ansible-vault
to version 1.0.5 or higher.
Affected versions of ansible-vault
are vulnerable to Arbitrary Code Execution.
Ansible Vault uses an encrypted format to enable users to store potential secrets (passwords, etc) that are needed for automating tasks.
Prior to version 1.0.5, Ansible Vault used the unsafe yaml.load()
method to load the yaml file that it ultimately encrypts. If that yaml file contains a carefully coded python directive, the yaml.load()
method will enable arbitrary commands to be executed.