CVE-2026-93901
Last modified
CVE-2026-93901 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. The Optima Express IDX plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 8.7.5. This is due to the `provisionBlogCredentials()` function in `iHomefinderAdmin.php` being reachable via the `wp_ajax_nopriv_ihf_clear_cache` AJAX action — through the call chain `iHomefinderAjaxHandler::clearCache()` → `activateAuthenticationToken()` → `getAuthenticationInfo()` → `provisionBlogCredentials()` — with no capability check, nonce verification, or ownership validation, and the function unconditionally calling `$user->set_role('author')` on whichever WordPress account matches the hard-coded login `optima-express` via `get_user_by('login', 'optima-express')`.
Description
The Optima Express IDX plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 8.7.5. This is due to the `provisionBlogCredentials()` function in `iHomefinderAdmin.php` being reachable via the `wp_ajax_nopriv_ihf_clear_cache` AJAX action — through the call chain `iHomefinderAjaxHandler::clearCache()` → `activateAuthenticationToken()` → `getAuthenticationInfo()` → `provisionBlogCredentials()` — with no capability check, nonce verification, or ownership validation, and the function unconditionally calling `$user->set_role('author')` on whichever WordPress account matches the hard-coded login `optima-express` via `get_user_by('login', 'optima-express')`. This makes it possible for unauthenticated attackers to escalate a pre-registered `optima-express` account to the Author role, gaining `publish_posts`, `upload_files`, and `edit_published_posts` capabilities, including access to the plugin's own `/wp-json/optima-express/v1/blog-post` REST endpoint. Exploitation requires open user registration to be enabled on the target site, and the attacker must register the `optima-express` username before the plugin has had the opportunity to provision that login for its own integration account.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ihomefinder | Optima Express IDX | <= 8.7.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-93901?
How severe is CVE-2026-93901?
How do I fix CVE-2026-93901?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93884Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-9389A security vulnerability has been detected in Tenda F456 1.0…8.8
- CVE-2026-93894In Vinyl Cache before 9.0,2, workspace buffer overflow vulne…2.3
- CVE-2026-93897The GeoDirectory – WP Business Directory Plugin and Classifi…6.4
- CVE-2026-93899The Better Messages – Chat Rooms, Group Chat, Private Messag…6.5
- CVE-2026-9390XML::Sig versions before 0.71 for Perl allow XPath injection…9.1
- CVE-2026-93921SiYuan versions through 3.8.4 fail to enforce publish access…4.3
- CVE-2026-93922SiYuan through 3.8.4 renders notebook names as raw HTML in t…8.8
- CVE-2026-93923SiYuan through 3.8.4 fails to escape heading style attribute…8.8
- CVE-2026-93928Authentication Bypass Using an Alternate Path or Channel vul…7.3
- CVE-2026-9393A vulnerability was found in H3C Magic B0 up to 100R002. Thi…8.8
- CVE-2026-9394A vulnerability was determined in Besen BS20 EV Charging Sta…3.1
Are you affected by CVE-2026-93901?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
