## https://sploitus.com/exploit?id=9DB3988A-A1AC-5A76-BAFF-A614766C18D9
๐งจ 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 `{"origin":"mo"}`. This triggers the plugin to issue a valid WordPress admin session cookie, granting full administrative access to the site.
> **CVSS Score:** 9.8 (Critical)
> **CWE:** CWE-287 (Improper Authentication)
> **Attack Vector:** Network | **Complexity:** Low | **Privileges:** None
---
## โก Affected Versions
| Plugin | Vulnerable 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
```bash
chmod +x CVE-2026-23550.sh
./exploit.sh http://target.com