CVE-2026-15673 MEDIUM

CVE-2026-15673: SMS Alert <= 3.9.7 - Authenticated (Administrator+) SQL Injection via 'checkout_payment_plans' and 'order_status' Settings

Vendor Cozyvision1
Product SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery
Weakness CWE-89 · SQLi
Published July 28, 2026
Last update July 28, 2026

CVSS base score

4.4/10
Attack vector Network
Attack complexity High
Privileges required High
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery plugin for WordPress is vulnerable to generic SQL Injection via 'checkout_payment_plans' and 'order_status' Settings in all versions up to, and including, 3.9.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order SQL injection: the malicious payload is stored in the 'checkout_payment_plans' and 'order_status' settings via update_option() and executed later when the cod_to_prepaid_cart_notification_sendsms_hook WP-Cron event fires SA_CodTOPrepaid::sendSms().

Explanation of Vulnerability in Simple Terms

02Summary

A SQL injection vulnerability exists in SMS Alert for WooCommerce versions up to 3.9.7. An attacker with high-level privileges can craft malicious input to read sensitive data from the site's database. The vulnerability requires network access and high administrative privileges to exploit, limiting its practical risk to compromised admin accounts.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site's database by injecting SQL commands.

Potential impact on your site

04Site Impact

If an admin account is compromised, attackers can extract customer data, order details, and other sensitive database records.

Conditions required to exploit

05Prerequisites

Attacker must have high-level admin privileges and network access to the site.

Key dates

06Disclosure timeline

July 28, 2026 CVE published

Related vulnerabilities

08Related CVE