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
patch-openssl-CVE-2014-0291_CVE-2015-0204 — Ansible playbook to patch OpenSSL against CVE-2014-0291 and CVE-2015-0204 on Red Hat family servers, with automated service restart and verification. | Kitploit
Tools/GitHubGitHub/niccox/patch-openssl-cve-2014-0291_cve-2015-0204
Vulnerability AnalysisScripting & AutomationConfiguration AuditingCloud SecurityDevSecOps
GitHubniccox/patch-openssl-cve-2014-0291_cve-2015-0204

patch-openssl-CVE-2014-0291_CVE-2015-0204

Ansible playbook to patch OpenSSL against CVE-2014-0291 and CVE-2015-0204 on Red Hat family servers, with automated service restart and verification.

View Repository
1411 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

patch-openssl-CVE-2015-0291_CVE-2015-0204

Patch openssl with ansible

Usage :

root@kitploit:~
pip install ansible
ansible-playbook -i your_inventory_file patch-openssl-CVE-2015-0291_CVE-2015-0204

your_inventory_file just need to contain your server list :

root@kitploit:~
192.168.0.10
webserver1.example.com
webserver2.example.com
db1.example.com

Support

  • Upgrade openssl on RedHat Family OS
  • Restart some services impacted

Test if you need to patch

root@kitploit:~
% openssl version -a
% rpm -q --changelog openssl | grep CVE-2015-0291
% rpm -q --changelog openssl | grep CVE-2015-0204

More information

  • CVE-2015-0291 & CVE-2015-0204
  • https://www.openssl.org/news/secadv_20150319.txt
  • Author Information

    • Original : DAUPHANT Julien
    • Modified by : Niko Stojanovski
    Download Tool