WP脆弱性ウォッチ脆弱性データ 2026年8月28日 時点

CVE-2026-10580

Hippoo Mobile App for WooCommerce に報告された脆弱性

緊急深刻度
9.8CVSS 3.1
1.9.5修正されたバージョン
2.9%30日以内に悪用される確率
今後30日以内に悪用される確率は 2.9% と推定されています(EPSS)。

概要

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 / 公開 2026年6月5日 / 最終更新 2026年6月17日

影響を受けるバージョン

対処方法

Hippoo Mobile App for WooCommerce を 1.9.5 以降に更新してください。これで本脆弱性は解消します。

Hippoo Mobile App for WooCommerce の他の脆弱性を見る →

あなたのサイトは大丈夫ですか?

URLを入力するだけで、実際に使われているプラグインを検出し、 このデータベースと突き合わせて既知の脆弱性が残っていないかを確認できます。登録不要・無料です。

30秒で無料診断する

参照