PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-9615 flextheme CVE debrief

The Flex Import plugin for WordPress has a Missing Authorization vulnerability in all versions up to, and including, 3.0. This allows authenticated attackers with subscriber-level access and above to activate arbitrary or fraudulent license keys or deactivate the site's legitimate license, disrupting premium functionality. The vulnerability is due to the license_activate_fleximp() and license_deactivate_fleximp() functions lacking capability checks and nonce verification. WordPress site administrators and defenders who use the Flex Import plugin should assess exposure and prioritize updating the plugin to prevent unauthorized license activation or deactivation.

Vendor
flextheme
Product
Flex Import
CVSS
MEDIUM 4.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-19
Original CVE updated
2026-09-21
Advisory published
2026-09-19
Advisory updated
2026-09-21

Who should care

WordPress site administrators and defenders who use the Flex Import plugin should assess exposure and prioritize updating the plugin to prevent unauthorized license activation or deactivation.

Why it matters

The Flex Import plugin for WordPress has a Missing Authorization vulnerability that allows authenticated attackers to disrupt premium functionality.

  • Verify and update the Flex Import plugin to prevent unauthorized license activation or deactivation.
  • Restrict access to the plugin's license activation and deactivation functionality.
  • Monitor for suspicious license activation or deactivation attempts.

Technical summary

The Flex Import plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 3.0. This is due to the license_activate_fleximp() and license_deactivate_fleximp() functions lacking capability checks and nonce verification. The functions are hooked to the wp_ajax_license_activate_fleximp and wp_ajax_license_deactivate_fleximp AJAX actions, allowing authenticated attackers to activate arbitrary or fraudulent license keys or deactivate the site's legitimate license, disrupting premium functionality.

Defensive priority

Defenders should prioritize verifying and updating the Flex Import plugin to prevent unauthorized license activation or deactivation.

Recommended defensive actions

  • Verify and update the Flex Import plugin to the latest version.
  • Restrict access to the plugin's license activation and deactivation functionality.
  • Monitor for suspicious license activation or deactivation attempts.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The vulnerability is due to the license_activate_fleximp() and license_deactivate_fleximp() functions lacking capability checks and nonce verification. The functions are hooked to the wp_ajax_license_activate_fleximp and wp_ajax_license_deactivate_fleximp AJAX actions. The client-side script sends a 'wpnonce' value but the handlers never validate it. This makes it possible for authenticated attackers, with subscriber-level access and above, to activate an arbitrary/fraudulent license key or deactivate the site's legitimate license.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-9615 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-9615

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-9615 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-9615

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/flex-import/tags/2.5/includes/fleximp-license-functions.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/flex-import/tags/2.8/includes/fleximp-license-functions.php

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.