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-47539 — Eventin <= 4.0.26 - Missing Authorization to Unauthenticated Privilege Escalation | Kitploit
Tools/GitHubGitHub/nxploited/cve-2025-47539
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubnxploited/cve-2025-47539

CVE-2025-47539

Eventin <= 4.0.26 - Missing Authorization to Unauthenticated Privilege Escalation

View Repository
421 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-2025-47539 – WordPress Eventin Plugin Critical Exploit

🔥 Vulnerability Summary

The Event Manager, Events Calendar, Tickets, Registrations – Eventin plugin for WordPress is vulnerable to unauthenticated privilege escalation due to a missing authorization check in the import_items() function.

  • 🔓 Affected Versions: <= 4.0.26
  • 🆔 CVE: CVE-2025-47539
  • 🚨 CVSS Score: 9.8 (Critical)
  • 📅 Public Disclosure: May 7, 2025
  • 🔄 Last Updated: May 15, 2025

Unauthenticated attackers can craft a malicious request to the REST API and create a new user with administrator privileges without any user interaction.


💻 About the Script

This Python script is a standalone exploitation tool for CVE-2025-47539.

It will:

  • Auto-generate a valid CSV payload file.
  • Upload the file to the vulnerable endpoint.
  • Automatically trigger the import process.
  • Provide immediate feedback including full credentials of the created admin account.

⚠️ This script is intended for educational use and professional security assessments only.


⚙️ Usage

root@kitploit:~
usage: a.py [-h] -u URL

Exploit for CVE-2025-47539 # By Nxploited (Khaled Alenazi)

options:
  -h, --help     show this help message and exit
  -u, --url URL  Target base URL (e.g. http://target.com)

✅ Expected Output

root@kitploit:~
By:Nxploited (Khaled_alenazi) |    [email protected]
[+] Exploitation succeeded
[+] Response:
{"message":"Successfully imported speaker"}

[+] Exploited Account Details
    Name     : Nxploited (Khaled_alenazi)
    Email    : [email protected]
    Username : NxPloted
    Password : nxploit123
    Role     : administrator

Exploit: By: Nxploited (Khaled_alenazi)
Use this script for educational purposes only. I am not responsible for your actions.

📊 Impact

More than 10,000+ WordPress sites are confirmed to be vulnerable to this exploit.
All site administrators using Eventin ≤ 4.0.26 should immediately update to version 4.0.28 or later.


⚠️ Disclaimer

This tool is provided for educational and authorized penetration testing purposes only.
The creator is not responsible for any misuse or damage caused by this script.


👤

By: Nxploited ( Khaled_Alenazi )
📧 Contact: [email protected]

Download Tool