Description
The SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery plugin for WordPress is vulnerable to Authentication Bypass leading to Account Takeover in all versions up to, and including, 3.9.7 via the `billing_phone` parameter. This is due to the `processRegistration()` function using a phone-unbound `$_SESSION['sa_mobile_verified']` boolean flag as the sole gate before issuing an authentication cookie — the flag is set to `true` after any successful OTP validation without being bound to the specific phone number that was verified. This makes it possible for unauthenticated attackers to complete OTP verification for a phone number they control, then resubmit the registration request with a victim's `billing_phone` value to have `wp_set_auth_cookie()` called for the resolved victim account, enabling full authentication as any existing WordPress user whose registered phone number is known or guessable, including administrators.
Published: 2026-07-28
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SMS Alert – SMS & OTP for WooCommerce plugin is vulnerable to an authentication bypass that permits an unauthenticated attacker to impersonate any WordPress user whose phone number is known. The flaw arises because the `processRegistration()` routine relies on a session flag that simply records that an OTP was verified, without tying that flag to the specific phone number. An attacker can first verify an OTP for a phone number they control, setting the session flag to true, then submit a registration request using a victim’s `billing_phone`. Because the flag is already true, the plugin calls `wp_set_auth_cookie()` for the resolved victim account, granting full authentication as that user, including administrators.

Affected Systems

The vulnerability affects the Cozyvision1 SMS Alert – SMS & OTP for WooCommerce plugin, covering all releases up to and including version 3.9.7.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, but the EPSS score of less than 1 % shows a low probability of exploitation at the time of analysis. The flaw is not listed in the CISA KEV catalog. Attackers would need to control a phone number, run an OTP verification, and then submit a crafted registration request with a target’s phone number. No additional prerequisite such as code execution or administrative access is required, making the vector purely web‑based.

Generated by OpenCVE AI on August 3, 2026 at 15:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the SMS Alert – SMS & OTP for WooCommerce plugin to the latest released version that resolves the authentication bypass
  • If a patch is not yet available, temporarily disable the plugin or block unauthenticated registration attempts until the fix is applied
  • Monitor the site’s login and registration logs for anomalous account activations or repeated registration attempts from the same IP addresses

Generated by OpenCVE AI on August 3, 2026 at 15:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Cozyvision1
Cozyvision1 sms Alert – Sms & Otp For Woocommerce, Order Notifications & Abandoned Cart Recovery
Wordpress
Wordpress wordpress
Vendors & Products Cozyvision1
Cozyvision1 sms Alert – Sms & Otp For Woocommerce, Order Notifications & Abandoned Cart Recovery
Wordpress
Wordpress wordpress

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description The SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery plugin for WordPress is vulnerable to Authentication Bypass leading to Account Takeover in all versions up to, and including, 3.9.7 via the `billing_phone` parameter. This is due to the `processRegistration()` function using a phone-unbound `$_SESSION['sa_mobile_verified']` boolean flag as the sole gate before issuing an authentication cookie — the flag is set to `true` after any successful OTP validation without being bound to the specific phone number that was verified. This makes it possible for unauthenticated attackers to complete OTP verification for a phone number they control, then resubmit the registration request with a victim's `billing_phone` value to have `wp_set_auth_cookie()` called for the resolved victim account, enabling full authentication as any existing WordPress user whose registered phone number is known or guessable, including administrators.
Title SMS Alert <= 3.9.7 - Unauthenticated Authentication Bypass to Account Takeover via 'billing_phone' Parameter
Weaknesses CWE-288
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Cozyvision1 Sms Alert – Sms & Otp For Woocommerce, Order Notifications & Abandoned Cart Recovery
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-28T13:56:55.300Z

Reserved: 2026-07-07T22:31:56.486Z

Link: CVE-2026-15014

cve-icon Vulnrichment

Updated: 2026-07-28T13:56:51.144Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T08:17:14.580

Modified: 2026-07-28T16:07:15.840

Link: CVE-2026-15014

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:30:03Z

Weaknesses
  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel