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-23550 — Bash exploit for CVE-2026-23550 that triggers unauthenticated WordPress admin login via crafted REST API request to Modular Connector's /api/modular-connector/login endpoint. | Kitploit
Tools/GitHubGitHub/sangsenimanwartefak/cve-2026-23550
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingAuthentication
GitHubsangsenimanwartefak/cve-2026-23550

CVE-2026-23550

Bash exploit for CVE-2026-23550 that triggers unauthenticated WordPress admin login via crafted REST API request to Modular Connector's /api/modular-connector/login endpoint.

View Repository
23 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-23550 – Modular Connector Admin Bypass

Unauthenticated WordPress Admin Login via origin=mo Parameter
Modular Connector Plugin ≤ 2.5.1


📖 Description

The Modular Connector plugin for WordPress (versions ≤ 2.5.1) contains a critical authentication bypass vulnerability. An unauthenticated attacker can send a crafted POST request to the REST API endpoint /api/modular-connector/login with the JSON parameter . This triggers the plugin to issue a valid WordPress admin session cookie, granting full administrative access to the site.

{"origin":"mo"}

CVSS Score: 9.8 (Critical)
CWE: CWE-287 (Improper Authentication)
Attack Vector: Network | Complexity: Low | Privileges: None


⚡ Affected Versions

PluginVulnerable Versions
Modular Connector (by ModularWP)≤ 2.5.1

Note: This vulnerability has been assigned CVE-2026-23550. No official patch has been released as of the disclosure date.


🔬 Proof of Concept (PoC)

🐧 Bash Exploit

root@kitploit:~
chmod +x CVE-2026-23550.sh
./exploit.sh http://target.com
Download Tool