
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
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.
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).requests packageExample output:
{
"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": ""
}
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.
By: Nxploited (Khaled Alenazi)