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
ansible-mitigate-copyfail-dirtyfrag — Simple Ansible Playbook to mitigate against CopyFail (CVE-2026-31431) and DirtyFrag (CVE-2026-43284) vulnerabilities. | Kitploit
Tools/GitHubGitHub/infiniroot/ansible-mitigate-copyfail-dirtyfrag
Cloud Infrastructure SecurityVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOps
GitHubinfiniroot/ansible-mitigate-copyfail-dirtyfrag

ansible-mitigate-copyfail-dirtyfrag

Simple Ansible Playbook to mitigate against CopyFail (CVE-2026-31431) and DirtyFrag (CVE-2026-43284) vulnerabilities.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
63 months agoNot yet reviewed

Ansible playbook to mitigate CopyFail, DirtyFrag and Fragnesia vulnerabilities

Mitigate CopyFail (CVE-2026-31431), DirtyFrag (CVE-2026-43284) and Fragnesia (CVE-2026-46300) vulnerabilities in the Linux Kernel using a simple but effective Ansible playbook. Use this Ansible Playbook to run against your servers or groups. The target extra vars option is what you want to use with the host or group entries from your Ansible inventory.

Example:

root@kitploit:~
ansible@ansible:~$ ansible-playbook mitigate-copyfail-dirtyfrag.yaml --extra-vars "target=all_linux"

More information in our blog article: https://www.infiniroot.com/blog/1536/copyfail-cve-2026-31431-mitigation-using-ansible-deployment .

Contributions and improvements welcome, but lets stick to these two vulnerabilities. This playbook is a quick-fix to share and it is not the plan to make it a "cover all the vulnerabilities" playbook.

Download Tool