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-12539 — TNC Toolbox: Web Performance <= 1.4.2 - Unauthenticated Sensitive Information Exposure to Privilege Escalation/cPanel Account Takeover | Kitploit
Tools/GitHubGitHub/nxploited/cve-2025-12539
Privilege EscalationPassword AttacksVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & EducationRed Teaming
GitHubnxploited/cve-2025-12539

CVE-2025-12539

TNC Toolbox: Web Performance <= 1.4.2 - Unauthenticated Sensitive Information Exposure to Privilege Escalation/cPanel Account Takeover

72410 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
View Repository

CVE-2025-12539

TNC Toolbox: Web Performance <= 1.4.2 - Unauthenticated Sensitive Information Exposure to Privilege Escalation/cPanel Account Takeover

🚨 TNC Toolbox: Web Performance <= 1.4.2 - Unauthenticated Sensitive Information Exposure to Privilege Escalation/cPanel Account Takeover

🛡️ Description

TNC Toolbox: Web Performance plugin for WordPress suffers from an Unauthenticated Sensitive Information Exposure vulnerability in all versions up to, and including, 1.4.2. The plugin stores cPanel API credentials (hostname, username, and API key) insecurely in web-accessible files within the wp-content directory. These files are created by the vulnerable Tnc_Wp_Toolbox_Settings::save_settings function with no access controls, allowing unauthenticated attackers to retrieve credentials and escalate privileges—from cPanel account takeover to full hosting environment compromise via arbitrary file upload and remote code execution.

  • CVE: CVE-2025-12539
  • CVSS Score: 10.0 (Critical)

🧩 Script Features

  • Professional and precise version detection of TNC Toolbox plugin.
  • Automated exploitation when a vulnerable version is detected (1.4.2 or lower).
  • Secure HTTP session handling with advanced header simulation and SSL bypass options.
  • Step-by-step output with realistic delays for human-like interaction.
  • Robust exception handling for reliability.
  • Clean, well-structured JSON report output.

⚡ Usage

root@kitploit:~
python3 CVE-2025-12539.py -u https://target-site.com

Options:

  • --insecure : Disable SSL verification (if the target uses self-signed certificates).
  • --timeout <seconds> : Customize HTTP request timeout (default: 12 seconds).

🛠️ Requirements

  • Python 3.7+
  • requests package

📦 Output

  • Human-readable, delayed step messages covering detection and exploitation status.
  • Structured JSON report including:
    • Target URL
    • Vulnerability status
    • Detected plugin version
    • Extracted cPanel credentials (username, API key, hostname)
    • Any errors encountered

Example output:

root@kitploit:~
{
  "tool": "CVE-2025-12539-exploit",
  "description": "CVE-2025-12539 Exploit Script by: Khaled Alenazi",
  "target": "https://target-site.com",
  "checked_at": "2025-11-11T11:57:12Z",
  "vulnerable": true,
  "found_version": "1.4.2",
  "threshold_version": "1.4.2",
  "configs": {
    "cpanel-username": "admin",
    "cpanel-api-key": "**********",
    "server-hostname": "host.target.com"
  },
  "errors": ""
}

⚖️ Disclaimer

This tool is for educational and authorized security testing purposes only. Usage against systems without explicit permission is strictly prohibited and may be illegal. The author accepts no liability for misuse or any resulting damages.

👤 Author & Contacts

  • GitHub: Nxploited
  • Telegram: KNxploited

By: Nxploited (Khaled Alenazi)

Download Tool