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
Mitigate-CVE-2023-46747 — Ansible playbook to automate mitigation of CVE-2023-46747 (BIG-IP unauthenticated RCE) by applying F5's official script across multiple devices. | Kitploit
Tools/GitHubGitHub/maniak-academy/mitigate-cve-2023-46747
Cloud Infrastructure SecurityVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOpsMisconfiguration
GitHubmaniak-academy/mitigate-cve-2023-46747

Mitigate-CVE-2023-46747

Ansible playbook to automate mitigation of CVE-2023-46747 (BIG-IP unauthenticated RCE) by applying F5's official script across multiple devices.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
2342 years agoNot yet reviewed
Share

Ansible Playbook to Mitigate CVE-2023-46747

K000137353: BIG-IP Configuration utility unauthenticated remote code execution vulnerability CVE-2023-46747

Here is the link https://my.f5.com/manage/s/article/K000137353

How to use it

  1. Git clone my repo https://github.com/maniak-academy/Mitigate-CVE-2023-46747.git
  2. Update the hosts.ini if you bigip information
  3. execute the playbook
root@kitploit:~
ansible-playbook -i hosts.ini playbook.yaml   

Here is the output.

PLAY [Execute script on F5 BIG-IP] ****************************************************************************************************************

TASK [Copy the script to the BIG-IP] ************************************************************************************************************** changed: [172.16.10.31] changed: [172.16.10.30]

TASK [Execute the script on the BIG-IP] *********************************************************************************************************** changed: [172.16.10.30] changed: [172.16.10.31]

TASK [Save script output messages] **************************************************************************************************************** ok: [172.16.10.30] ok: [172.16.10.31]

TASK [Aggregate script output messages on localhost] ********************************************************************************************** ok: [172.16.10.30 -> localhost] => (item=Applying ID1378329 mitigation...) ok: [172.16.10.30 -> localhost] => (item=Restarting httpd...) ok: [172.16.10.31 -> localhost] => (item=Applying ID1378329 mitigation...) )k: [172.16.10.30 -> localhost] => (item=Stopping httpd: [ OK ] ok: [172.16.10.31 -> localhost] => (item=Restarting httpd...) )k: [172.16.10.30 -> localhost] => (item=Starting httpd: [ OK ] )k: [172.16.10.31 -> localhost] => (item=Stopping httpd: [ OK ] )k: [172.16.10.31 -> localhost] => (item=Starting httpd: [ OK ] ok: [172.16.10.30 -> localhost] => (item=Restarting tomcat...) ok: [172.16.10.30 -> localhost] => (item=Done!) ok: [172.16.10.31 -> localhost] => (item=Restarting tomcat...) ok: [172.16.10.31 -> localhost] => (item=Done!)

Download Tool