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-2026-3629 — WordPress Privilege Escalation Checker | Kitploit
Tools/GitHubGitHub/pysectools/cve-2026-3629
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubpysectools/cve-2026-3629

CVE-2026-3629

WordPress Privilege Escalation Checker

View Repository
923 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-2026-3629 - WordPress Privilege Escalation Checker

Python Version License Telegram GitHub

A command-line tool to detect CVE-2026-3629, a critical privilege escalation vulnerability in the "Import and export users and customers" WordPress plugin.


📢 Join Our Community

Stay updated with the latest security tools, vulnerabilities, and hacking techniques!

Telegram Channel

Why Join?

  • ✅ Latest CVE updates
  • ✅ New security tools
  • ✅ Hacking tutorials
  • ✅ Bug bounty tips
  • ✅ Community support

👉 Channel: @PySecTools


📋 About CVE-2026-3629

Description: The plugin's save_extra_user_profile_fields function fails to restrict user meta keys. The wp_capabilities key is not blocked, allowing unauthenticated attackers to gain Administrator privileges.

Affected Versions: ≤ 1.29.7 (Fixed in 1.29.8+)

Exploitation Prerequisites (BOTH required):

  1. "Show fields in profile" setting enabled
  2. CSV with wp_capabilities column imported

Impact: Full admin access, site takeover, malicious plugin installation.

Discoverer: Supanat Konprom | Disclosed: March 21, 2026


🚀 Features

  • Single target scanning
  • Default values for username, email & timeout
  • False-positive detection
  • Colored output & error handling

📦 Installation

root@kitploit:~
git clone https://github.com/PySecTools/CVE-2026-3629-Checker.git
cd CVE-2026-3629-Checker
pip install requests colorama

💻 How to Use

Basic Syntax

root@kitploit:~
python3 cve_2026_3629_checker.py <URL> [OPTIONS]

Quick Examples

CommandDescription
python3 cve_2026_3629_checker.py http://example.com

Arguments


📊 Sample Output

Vulnerable Site

root@kitploit:~
╔══════════════════════════════════════════════════════╗
║     WordPress Privilege Escalation Checker           ║
║           Single Target Mode                         ║
╚══════════════════════════════════════════════════════╝

════════════════════════════════════════
 Target: http://vulnerable-site.com
════════════════════════════════════════

[✓] VULNERABLE! User 'test_username' created successfully!
[+] URL: http://vulnerable-site.com

════════════════════════════════════════
[✓] RESULT: VULNERABLE ✓
════════════════════════════════════════

Secure Site

root@kitploit:~
[✗] SAFE (Registration is blocked/disabled)

════════════════════════════════════════
[✗] RESULT: NOT VULNERABLE ✗
════════════════════════════════════════

🛡️ Mitigation

  1. Update plugin to version 1.29.8 or higher
  2. Disable "Show fields in profile" setting
  3. Audit existing admin users for unauthorized accounts

⚠️ Legal Disclaimer

For educational and authorized testing only. Only use on systems you own or have written permission to test. Unauthorized use is illegal.


🤝 Support & Community

  • GitHub: github.com/PySecTools
  • Telegram: t.me/PySecTools

Donations (Support Development)

USDT (TRC20): TNia5W6TameZ81y6FaSU3RhefYPnFDBZou

USDT (BSC - BEP20): 0x494f424e34840b21597ad75fc092a8d200655257


📚 References

  1. Wordfence Threat Intelligence - CVE-2026-3629
  2. NVD National Vulnerability Database
  3. WordPress Plugin Trac - Columns.php (line 193, 217)
  4. WordPress Plugin Trac - Helper.php (line 146)
  5. Plugin Changelog - Version 1.29.8
  6. CVE Program - CVE-2026-3629 Entry
  7. CVSS Calculator - Vector String Analysis

📄 License

MIT License - See LICENSE file for details.


⭐ Star this repository if it helped you!

Download Tool
AttributeValue
CVE IDCVE-2026-3629
CVSS Score8.1 (High)
Attack VectorNetwork
Privileges RequiredNone
CWECWE-269 (Improper Privilege Management)
Run with default settings
python3 cve_2026_3629_checker.py http://example.com -u hacker -e [email protected]Custom username & email
python3 cve_2026_3629_checker.py http://example.com -t 15Set timeout to 15 seconds
python3 cve_2026_3629_checker.py https://target.com -u admin -e [email protected] -t 20Full options
ArgumentDefaultDescription
urlRequiredTarget WordPress URL
-u, --usernametest_usernameTest username
-e, --email[email protected]Test email
-t, --timeout30Timeout in seconds