CVE-2026-10580
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
References
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L180
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L46
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L622
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L673
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L696
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/web_api.php#L36
- https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/web_api_auth.php#L79
- https://plugins.trac.wordpress.org/changeset/3557733/hippoo
- https://www.wordfence.com/threat-intel/vulnerabilities/id/73835cfc-4c10-40d5-8df2-903d907326d4?source=cve
CWEs
CWE-285
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.