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/nxploited/cve-2024-56071
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationMisconfiguration
GitHubnxploited/cve-2024-56071

CVE-2024-56071

Simple Dashboard <= 2.0 - Unauthenticated Privilege Escalation

View Repository
21 year 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

🚨 Simple Dashboard <= 2.0 - Unauthenticated Privilege Escalation

📄 Description

The Simple Dashboard plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 2.0.
This makes it possible for unauthenticated attackers to elevate their privileges to that of an administrator.

  • CVE: CVE-2024-56071
  • CVSS: 9.8 (Critical)

🛠️ Exploitation Logic

Although the vulnerability is due to a missing capability check (no current_user_can()), WordPress core protects /wp-admin/ from unauthenticated access.

➡️ This means the vulnerability is only exploitable after login, but the user does not need any special privileges.
Even a Subscriber can exploit this vulnerability and change sensitive WordPress options.

After exploiting by uploading a JSON file containing:

root@kitploit:~
{ "default_role": "administrator" }

Any new user who registers will automatically receive Administrator role.


⚙️ Usage

root@kitploit:~
usage: CVE-2024-56071.py [-h] -u URL -U USERNAME -P PASSWORD

Exploit for Simple Dashboard <= 2.0 - Privilege Escalation # By Khaled Alenazi

options:
  -h, --help              show this help message and exit
  -u, --url URL           Target WordPress base URL (e.g., http://target.com/wordpress)
  -U, --username USERNAME WordPress username to log in
  -P, --password PASSWORD Password for the WordPress user

By: Nxploited | Khaled Alenazi

Download Tool