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-2022-0441 — WordPress Plugin MasterStudy LMS 2.7.5 - Unauthentifizierte Erstellung eines Admin-Kontos | Kitploit
Tools/GitHubGitHub/biulove0x/cve-2022-0441
SchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstestsAuthentifizierung
GitHubbiulove0x/cve-2022-0441

CVE-2022-0441

WordPress Plugin MasterStudy LMS 2.7.5 - Unauthentifizierte Erstellung eines Admin-Kontos

Repository anzeigen
614vor 4 JahrenNoch nicht 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-2022-0441

made-with-python

root@kitploit:~
Title: WordPress Plugin MasterStudy LMS 2.7.5 - Unauthenticated Admin Account Creation
Date: 16.02.2022
Author: Numan Türle
CVE: CVE-2022-0441
Software Link: https://wordpress.org/plugins/masterstudy-lms-learning-management-system/
Version: <2.7.6

Installation

root@kitploit:~
git clone https://github.com/biulove0x/CVE-2022-0441.git
cd CVE-2022-0441/
python3 -m pip install -r requirements.txt

So führen Sie den Autoexploit aus

root@kitploit:~
$ python3 MasterStudy.py --help
###############################################
# @author : biulove0x                         #
# @name   : WP Plugins Master Study Exploiter #
# @cve    : CVE-2022-0441                     #
###############################################

usage: MasterStudy.py [-h] [-t example.com] [-l target.txt]

CVE-2022-0441 [ WordPress Plugin MasterStudy LMS 2.7.5 - Unauthenticated Admin Account Creation ]

optional arguments:
  -h, --help      show this help message and exit
  -t example.com  Single target
  -l target.txt   Multiple target

Einzelziel

root@kitploit:~
$ python3 MasterStudy.py -t http://example.com/

Mehrere Ziele

root@kitploit:~
$ cat domains.txt
http://example.com/
https://examples.com/

$ python3 MasterStudy.py -l target.txt

Referenzen :

  • https://www.exploit-db.com/exploits/50752
  • https://www.youtube.com/watch?v=SI_O6CHXMZk
  • https://gist.github.com/numanturle/4762b497d3b56f1a399ea69aa02522a6
  • https://wpscan.com/vulnerability/173c2efe-ee9c-4539-852f-c242b4f728ed

Spenden :

BTC : bc1qst09sxcnq97a4wgsqvpkg4fxyjczvs3xe7278h

BNB : bnb1jhp2hv9utr8u97387p35fmftgr8wpjp39altz0

"Buy Me A Coffee"

Tool herunterladen