๐Ÿ” CVE Alert

CVE-2026-10580

CRITICAL 9.8

Hippoo Mobile App for WooCommerce <= 1.9.4 - Unauthenticated Authentication Bypass to Administrator Account Takeover via REST API

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-285
Vendor hippooo
Product hippoo mobile app for woocommerce
Published Jun 5, 2026
Last Updated Jun 6, 2026
Stay Ahead of the Next One

Get instant alerts for hippooo hippoo mobile app for woocommerce

Be the first to know when new critical vulnerabilities affecting hippooo hippoo mobile app for woocommerce are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

hippooo / Hippoo Mobile App for WooCommerce
0 โ‰ค 1.9.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/73835cfc-4c10-40d5-8df2-903d907326d4?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L673 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L696 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L622 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L180 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L46 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/web_api_auth.php#L79 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/web_api.php#L36 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3557733/hippoo

Credits

Nguyen Hung