CVE-2026-76009
Last modified
CVE-2026-76009 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
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()`.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| martinnguyen1990 | Next-Cart Store to WooCommerce Migration | <= 3.9.8 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-76009?
How severe is CVE-2026-76009?
How do I fix CVE-2026-76009?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-76000ColdFusion is affected by an Uncontrolled Resource Consumpti…6.5
- CVE-2026-76002ColdFusion is affected by a reflected Cross-Site Scripting (…6.1
- CVE-2026-76003A weakness has been identified in UTT HiPER 1200GW up to 2.5…9.9
- CVE-2026-76004A security vulnerability has been detected in UTT HiPER 1250…9.9
- CVE-2026-76006The Photo Gallery by Ays – Responsive Image Gallery plugin f…4.9
- CVE-2026-76008A flaw has been found in Comfast CF-N1-S 2.6.0.1. This affec…10
- CVE-2026-7601A vulnerability has been found in Open5GS up to 2.7.6. Affec…5.3
- CVE-2026-76014A vulnerability has been found in BusyBox up to 1.30.1. This…3.3
- CVE-2026-76017Use after free in Chromoting in Google Chrome prior to 151.0…8.8
- CVE-2026-76018Privilege elevation in Import in Google Chrome prior to 151.…8.8
- CVE-2026-76019Incorrect authorization in Workers in Google Chrome prior to…8.1
- CVE-2026-7602A vulnerability was found in JeecgBoot up to 3.9.1. Affected…6.3
Are you affected by CVE-2026-76009?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
