Hippoo Mobile App for WooCommerce <= 1.9.4 - Unauthenticated Authentication Bypass to Administrator Account Takeover via REST API
Strategic Overview
- Status
- Patched in 1.9.5
- Affected Plugin
- Hippoo Mobile App for WooCommerce
- Affected Version
<= 1.9.4- CVSS
- 9.8Critical
- Weakness type
- CWE-285 · Improper Authorization
- CVE
CVE-2026-10580
At a glance
CVE-2026-10580 is a critical-severity Improper Authorization vulnerability in the Hippoo Mobile App for WooCommerce WordPress plugin, affecting versions <= 1.9.4. It carries a CVSS score of 9.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 1.9.5; sites on affected versions should update now. Disclosed June 2026, reported by Mitchell.
Vulnerability Overview
The Hippoo Mobile App for WooCommerce plugin for WordPress is vulnerable to Authentication Bypass leading to Administrator Account Takeover in all versions up to and including 1.9.4. This is due to a logic conflation in HippooPermissions::get_user_permissions(), which returns the same null sentinel for both administrators and unauthenticated visitors — a value that HippooPermissions::has_role_access() unconditionally interprets as full administrator access — causing override_extension_permission_callback() to assign __return_true as the permission callback for every WordPress and WooCommerce REST route cloned under /wc-hippoo/v1/ext/ by HippooControllerWithAuth::re_register_external_routes(), while the block_unauthorized_access() pre-dispatch guard fails to block unauthenticated users for the same reason. This makes it possible for unauthenticated attackers to invoke any core REST endpoint without credentials — most critically, sending a POST request to /wc-hippoo/v1/ext/wp/v2/users/<id> with a {"password":"<new_password>"} body to reset the password of any WordPress user, including the site administrator, and gain full administrative control of the site. CVE-2026-49060 is a duplicate of this issue.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-285: Improper Authorization
Hippoo Mobile App for WooCommerce <= 1.9.4 carries this weakness at password, and reaching it takes no account at all. Improper authorization means a permission check exists but does not cover the case being exercised, so a caller who is allowed to do one thing is allowed to do a neighbouring thing as well.
A lower-privileged account performs an action reserved for a higher one, which on a multi-author or membership site means an ordinary user reaching administrative behaviour. For Hippoo Mobile App for WooCommerce the fix is 1.9.5: builds <= 1.9.4 are affected, anything from 1.9.5 onward is not.
Remediation
Update to version 1.9.5, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: Hippoo Mobile App for WooCommerce 1.9.5 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Hippoo Mobile App for WooCommerce
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C