Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-6934 — CVE-2025-6934 is a critical vulnerability in the WordPress Opal Estate Pro plugin (<= 1.7.5) that allows unauthenticated attackers to create new administrator accounts through the plugin’s insecure AJAX registration process. | Kitploit
Tools/GitHubGitHub/0xgh057r3c0n/cve-2025-6934
Vulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration TestingLearning & Education
GitHub0xgh057r3c0n/cve-2025-6934

CVE-2025-6934

CVE-2025-6934 is a critical vulnerability in the WordPress Opal Estate Pro plugin (<= 1.7.5) that allows unauthenticated attackers to create new administrator accounts through the plugin’s insecure AJAX registration process.

View Repository
521 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-6934 – WordPress Opal Estate Pro Exploit

WordPress Logo

📖 Description This repository contains a Proof of Concept (PoC) exploit for CVE-2025-6934, a critical vulnerability in WordPress Plugin: Opal Estate Pro <= 1.7.5, allowing unauthenticated administrator account creation.

⚠️ Disclaimer: This tool is provided for educational and security research purposes only.
The author is not responsible for any misuse or damage caused.


🚀 Features

  • Automatic detection of plugin version from readme.txt
  • Nonce extraction for registration
  • Exploits vulnerable AJAX endpoint
  • Creates a new administrator account

🔧 Installation

Clone the repo and install dependencies:

root@kitploit:~
git clone https://github.com/0xgh057r3c0n/CVE-2025-6934.git
cd CVE-2025-6934

pip3 install -r requirements.txt

requirements.txt

root@kitploit:~
requests
beautifulsoup4
colorama

▶️ Usage

Run the script with your target:

root@kitploit:~
python3 CVE-2025-6934.py -u http://target.com/ -mail [email protected] -password MySecurePass123 -user newadmin

✅ Example Output:

root@kitploit:~
[✔] Exploit Successful!
    Username : newadmin
    Email    : [email protected]
    Password : MySecurePass123
    Role     : administrator

📸 Screenshot

Exploit Screenshot


🛡️ Mitigation

  • Update to the latest version of the plugin
  • Or disable the vulnerable plugin immediately
  • Monitor WordPress logs for unauthorized account creation

👤 Author

Gaurav Bhattacharjee (0xgh057r3c0n)


📜 License

This project is licensed under the MIT License – see the LICENSE file for details.

Download Tool