Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2016-3714.ansible.role — Fix ImageMagick Command Injection (CVE-2016-3714) with Ansible. | Kitploit
Tools/GitHubGitHub/chusiang/cve-2016-3714.ansible.role
Cloud Infrastructure SecurityVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOps
GitHubchusiang/cve-2016-3714.ansible.role

CVE-2016-3714.ansible.role

Fix ImageMagick Command Injection (CVE-2016-3714) with Ansible.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website
1310 years agoNot yet reviewed

Ansible Role: CVE-2016-3714

Build Status Ansible Galaxy

Fix ImageMagick Command Injection (CVE-2016-3714) security issue with Ansible.

Requirements

Any installed imagemagick and before v6.7.7.10 machine.

Role Variables

A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml.

root@kitploit:~
policy_path: "/etc/ImageMagick/policy.xml"
injection_src: "/etc/passwd"
injection_dest: "/tmp/hack.txt"

Dependencies

none.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

root@kitploit:~
- hosts: servers
  roles:
     - { role: chusiang.CVE-2016-3714 }

License

Copyright (c) chusiang from 2016 under the MIT license.

Download Tool