PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-12215 xootix CVE debrief

The OTP Login & Register Woocommerce plugin for WordPress is vulnerable to Authentication Bypass via OTP Brute Force in all versions up to, and including, 2.7.2. This vulnerability exists because the OTP rate-limit attempt counter in `process_otp_form` is keyed exclusively on the attacker-controlled `xoo_ml_user_ip_data` cookie's `ip_address` field, allowing unlimited counter resets by simply rotating the cookie. The OTP itself is generated with PHP's non-cryptographic `rand()` function over a default space of only 9,000 possible values (1000–9999). Both the OTP issuance endpoint (`xoo_ml_login_with_otp`) and verification endpoint (`xoo_ml_otp_form_submit`) are registered as unauthenticated `wp_ajax_nopriv` actions with no nonce or capability checks. This makes it possible for unauthenticated attackers to brute-force the OTP for any registered account and obtain a full WordPress authentication session — including for administrator accounts — via `wp_set_auth_cookie()` in `login_user_with_otp()`.

Vendor
xootix
Product
OTP Login & Register Woocommerce
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Defenders responsible for WordPress installations using the OTP Login & Register Woocommerce plugin, especially those with administrator accounts, should assess exposure and prioritize remediation.

Why it matters

This vulnerability allows unauthenticated attackers to bypass authentication and potentially gain administrative access to WordPress installations using the affected plugin. Defenders should verify and remediate this vulnerability, especially for administrator accounts.

  • Unauthenticated attackers can brute-force OTPs for any registered account
  • Attackers can obtain a full WordPress authentication session for administrator accounts
  • Requires verification of affected versions and remediation priority
  • Exposure requires defenders to verify and remediate the vulnerability

Technical summary

The OTP Login & Register Woocommerce plugin for WordPress is vulnerable to Authentication Bypass via OTP Brute Force due to a flawed rate-limiting mechanism and weak OTP generation. Attackers can brute-force OTPs for registered accounts, including administrator accounts, without authentication. The vulnerability exists because the OTP rate-limit attempt counter in `process_otp_form` is keyed exclusively on the attacker-controlled `xoo_ml_user_ip_data` cookie's `ip_address` field, allowing unlimited counter resets by simply rotating the cookie, while the OTP itself is generated with PHP's non-cryptographic `rand()` function over a default space of only 9,000 possible values (1000–9999). Both the OTP issuance and

Defensive priority

Defenders should prioritize verifying and remediating this vulnerability in their WordPress installations, especially those with administrator accounts that could be targeted.

Recommended defensive actions

  • Verify and remediate this vulnerability in WordPress installations
  • Restrict access to the OTP issuance and verification endpoints
  • Implement additional security measures for administrator accounts
  • 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 details are based on the CVE record and source references provided by [email protected]. The information includes specifics about the affected plugin, the nature of the vulnerability, and potential attack vectors.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-12215 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-12215 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/mobile-login-woocommerce/tags/2.7.2/includes/class-xoo-ml-geolocation.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/mobile-login-woocommerce/tags/2.7.2/includes/class-xoo-ml-otp-handler.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/mobile-login-woocommerce/tags/2.7.2/includes/class-xoo-ml-verification.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.