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 | Kitploit
Tools/GitHubGitHub/yukinime/cve-2025-6934
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubyukinime/cve-2025-6934

CVE-2025-6934

View Repository
5311 months 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 the WordPress Plugin: Opal Estate Pro <= 1.7.5, which allows creating an administrator account without authentication.

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


🚀 Features

  • Automatic plugin version detection 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/yukinime/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

Cyberlone Indonesia (Cyberlone)


📜 License

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

Download Tool