CVE-2026-76009 Details
Description
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()`.
A vulnerability allowing authentication bypass has been identified in the Next-Cart Store to WooCommerce Migration plugin for WordPress, affecting all versions through 3.9.8. The issue arises in the 'NCWM_Kitconnect::run()' function, where the plugin registers the '/wp-json/next_cart/v1/migration' REST route. The 'permission_callback' is set to always allow access, and the plugin relies on a default token value in the 'nextcart_token' option when no token has been generated yet. This flaw enables unauthenticated attackers to access the migration endpoint by using the default token, bypassing authentication and exploiting privileged handlers that execute attacker-supplied SQL commands. This could lead to unauthorized SQL execution, including the creation of admin accounts, and allow the deletion of arbitrary files, potentially compromising the entire site.
Users are advised to update the Next-Cart Store to WooCommerce Migration plugin to version 3.9.9 or later.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 9, 2026CISA-ADP
Assessed Sep 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Next-Cart Store to WooCommerce Migration | <= 3.9.8 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 9, 2026 | CVE Modified | CISA-ADP |
| Sep 9, 2026 | New CVE Received | [email protected] |
Volerion