CVE-2026-10580
published 2026-06-05CVE-2026-10580: The Hippoo Mobile App for WooCommerce plugin for WordPress is vulnerable to Authentication Bypass leading to Administrator Account Takeover in all versions up…
PriorityP178critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
2.84%
84.9th percentile
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/ with a {"password":""} body to reset the password of any WordPress user, including the site administrator, and gain full administrative control of the site.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| hippooo | hippoo_mobile_app_for_woocommerce | <= 1.9.4 | — |
Detection & IOCsextracted from sources · hover to see the quote
commandPOST /wp-json/wc-hippoo/v1/ext/wp/v2/users/1 HTTP/1.1
Content-Type: application/json
{"password":"<new_password>"}↗
- →Detect unauthenticated POST requests to the cloned WooCommerce REST route /wp-json/wc-hippoo/v1/ext/wp/v2/users/ — especially targeting user ID 1 (administrator) — with a JSON body containing a 'password' key and no Authorization header. ↗
- →Successful exploitation responses will contain the strings 'is_super_admin', 'capabilities', and 'woocommerce_meta' in the HTTP response body — use these as confirmation indicators. ↗
- →Reconnaissance phase: attackers may probe /wp-content/plugins/hippoo/readme.txt to confirm the vulnerable plugin version (≤ 1.9.4) is installed before launching the exploit. ↗
- →All REST routes cloned under /wc-hippoo/v1/ext/ are affected — monitor for any unauthenticated requests to this path prefix, not just the users endpoint. ↗
- →Use the Shodan query 'http.component:"wordpress"' and FOFA query 'body="hippoo"' to identify potentially exposed instances for proactive scanning. ↗
- ·The vulnerability affects all plugin versions up to and including 1.9.4. Confirm the installed version via readme.txt before treating a target as vulnerable. ↗
- ·The exploit hardcodes user ID 1 in the PoC template, but the vulnerability allows password reset of ANY WordPress user — detection rules should match /wc-hippoo/v1/ext/wp/v2/users/<any_id>, not just /users/1. ↗
- ·The root cause is a logic conflation in HippooPermissions::get_user_permissions() returning null for both admins and unauthenticated visitors, and HippooPermissions::has_role_access() unconditionally treating null as full admin — patching requires fixing both functions. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
Hippoo Mobile App for WooCommerce Plugin up to 1.9.4 on WordPress REST Endpoint /wc-hippoo/v1/ext get_user_permissions improper authorization
vuldb·2026-06-06·CVSS 9.8
CVE-2026-10580 [CRITICAL] Hippoo Mobile App for WooCommerce Plugin up to 1.9.4 on WordPress REST Endpoint /wc-hippoo/v1/ext get_user_permissions improper authorization
A vulnerability labeled as critical has been found in Hippoo Mobile App for WooCommerce Plugin up to 1.9.4 on WordPress. Affected is the function HippooPermissions::get_user_permissions of the file /wc-hippoo/v1/ext of the component REST Endpoint. The manipulation results in improper authorization.
This vulnerability is cataloged as CVE-2026-10580. The attack may be launched remotely. There is no exploit available.
The affected component should be upgraded.
GHSA
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.
ghsa_unreviewed·2026-06-05
CVE-2026-10580 [CRITICAL] CWE-285 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.
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
No detection rules found.
Nuclei
Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover
nuclei·CVSS 9.8
CVE-2026-10580 [CRITICAL] Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover
Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover
Hippoo Mobile App for WooCommerce WordPress plugin <= 1.9.4 contains an authentication bypass caused by logic conflation in user permission checks, letting unauthenticated attackers take over administrator accounts via REST API password reset.
Template:
id: CVE-2026-10580
info:
name: Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover
author: pussycat0x
severity: critical
description: |
Hippoo Mobile App for WooCommerce WordPress plugin <= 1.9.4 contains an authentication bypass caused by logic conflation in user permission checks, letting unauthenticated attackers take over administrator accounts via REST API password reset.
impact: |
Unauthenticated at
No writeups or analysis indexed.
https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L180https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L46https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L622https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L673https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/permissions.php#L696https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/web_api.php#L36https://plugins.trac.wordpress.org/browser/hippoo/tags/1.8.5/app/web_api_auth.php#L79https://plugins.trac.wordpress.org/changeset/3557733/hippoohttps://www.wordfence.com/threat-intel/vulnerabilities/id/73835cfc-4c10-40d5-8df2-903d907326d4?source=cve
2026-06-05
Published