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
Tools/GitHubGitHub/rootharpy/cve-2025-39459-nuclei-template
Privilege EscalationVulnerability ScannersExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubrootharpy/cve-2025-39459-nuclei-template

CVE-2025-39459-Nuclei-Template

The Real Estate 7 WordPress theme is vulnerable to Privilege Escalation in all versions up to, and including, 3.5.2. This makes it possible for unauthenticated attackers to elevate their privileges to that of an administrator.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
16 months agoNot yet reviewed

📄 Nuclei Template for CVE-2025-39459

🚀 Overview

This repository features a Nuclei template specifically designed to detect an Unauthenticated Privilege Escalation Vulnerability (CVE-2025-39459) in the Real Estate 7 WordPress Theme. This issue allows unauthenticated attackers to register as administrators via a vulnerable AJAX action.

🔍 Vulnerability Description

CVE-2025-39459 arises from missing authorization checks on the ct_add_new_member AJAX action in the Real Estate 7 WordPress Theme versions up to 3.5.2. This allows unauthenticated attackers to register with administrator privileges by manipulating the ct_user_role parameter.

🛑 Affected Versions

  • Real Estate 7 WordPress Theme: Versions up to and including 3.5.2

📊 CVSS Score

  • Base Score: 9.8 (Critical)

🏷️ CVSS Vector

  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

📋 Template Details

This Nuclei template detects the vulnerability by:

  1. Extracting the registration nonce from /register page
  2. Sending an authenticated request to admin-ajax.php with action=ct_add_new_member and ct_user_role=administrator
  3. Checking for "success":true in the JSON response

🛠️ Usage Instructions

To use this template with Nuclei, make sure Nuclei is installed on your system. Then run the following command:

root@kitploit:~
nuclei -t CVE-2025-39459.yaml -l list.txt

👤 Author

This template was developed by RootHarpy. For inquiries, collaboration, or contributions, feel free to connect via GitHub.

Download Tool