SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-15673

MEDIUM · CVSS 4.4 EPSS 0.32%

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The SMS Alert plugin for WordPress is vulnerable to a second-order SQL injection due to inadequate escaping of user-supplied parameters in the 'checkout_payment_plans' and 'order_status' settings. This flaw allows authenticated attackers with administrator-level access to inject malicious SQL queries, potentially leading to unauthorized access to sensitive database information. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of data exposure.

CVE
CVE-2026-15673
Severity
MEDIUM
CVSS
4.4
EPSS
0.32%
WordPress

Original NVD Description

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().