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

CVE-2026-76009

Next-Cart Store to WooCommerce Migration に報告された脆弱性

深刻度
8.1CVSS
3.9.9修正されたバージョン
30日以内に悪用される確率

概要

The Next-Cart Store to WooCommerce Migration plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 3.9.8 via the `NCWM_Kitconnect::run()` function. This is due to the plugin registering the `/wp-json/next_cart/v1/migration` REST route with `permission_callback` set to `__return_true` and relying on a hardcoded fallback value of `__token__` in `get_option('nextcart_token', '__token__')` when the `nextcart_token` option has not yet been written to the database. This makes it possible for unauthenticated attackers to bypass authentication to the migration endpoint by supplying the literal string `__token__` as the token, gaining access to privileged handlers that pass attacker-controlled SQL directly to `$wpdb->query()` and `$wpdb->get_results()` — enabling arbitrary SQL execution including administrator account creation — and pass an attacker-controlled path to `unlink()`, enabling arbitrary file deletion and full site takeover. The hardcoded fallback is reachable whenever the `nextcart_token` option has not yet been populated, which occurs after WP-CLI, network, or programmatic plugin activation without a subsequent authenticated `wp-admin` visit, as token generation is deferred to `admin_init` via `register_settings()`.

CWE: CWE-287 / 公開 2026年9月8日 / 最終更新 2026年9月8日

影響を受けるバージョン

対処方法

Next-Cart Store to WooCommerce Migration を 3.9.9 以降に更新してください。これで本脆弱性は解消します。

提供元の推奨: Update to version 3.9.9, or a newer patched version

Next-Cart Store to WooCommerce Migration の他の脆弱性を見る →

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

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

30秒で無料診断する

参照

この脆弱性情報の一部は Wordfence Intelligence から取得しています。 原本: https://www.wordfence.com/threat-intel/vulnerabilities/id/739b57d9-8066-4c2a-9419-f6cd9409433c

Copyright 2012-2026 Defiant Inc. / ライセンス全文