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-0594-ListSiteContributors-Plugin-Exploit — CVE-2026-0594 List Site Contributors Plugin Exploit | Kitploit
Tools/GitHubGitHub/m4sh-wacker/cve-2026-0594-listsitecontributors-plugin-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubm4sh-wacker/cve-2026-0594-listsitecontributors-plugin-exploit

CVE-2026-0594-ListSiteContributors-Plugin-Exploit

CVE-2026-0594 List Site Contributors Plugin Exploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
211 month agoNot yet reviewed

CVE-2026-0594-ListSiteContributors-Plugin-Exploit

🛡️ Description

CVE-2026-0594 is a critical Reflected Cross-Site Scripting (XSS) vulnerability found in the List Site Contributors WordPress plugin. This exploit automates the discovery of vulnerable endpoints via the WordPress REST API (wp-json) and executes a specialized payload through the alpha parameter.

By leveraging this vulnerability, an attacker can:

  • Bypass Authentication via HMAC forgery and session cookie theft.
  • Exfiltrate Sensitive Data (PII) and system configuration.
  • Execute Arbitrary JavaScript in the context of the victim's browser.

🚀 Features

  • Dynamic Slug Discovery: Automatically fetches all site pages via WP-JSON.
  • Concurrent Scanning: Uses Go Goroutines to test multiple slugs simultaneously.
  • Clean Output: Displays only confirmed vulnerable targets in a professional format.
  • Automated Verification: Double-checks the reflection of the payload before reporting.

🛠️ Installation & Requirements

  1. Requirement: Install Go (version 1.19 or higher).
  2. Clone/Download: Save the CVE-2026-0594.go file on your system.

💻 Usage

To run the exploit, navigate to the project directory and use the following command:

root@kitploit:~
go run CVE-2026-0594.go

image

Download Tool