Cyber Resilience

CVE-2026-28136

High

Published: 26 February 2026

Published
26 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.6 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.0004 12.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-28136 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 7.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Databases (T1213.006); ranked at the 12.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-28136 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability, classified under CWE-89, in the VeronaLabs WP SMS (wp-sms) WordPress plugin. This issue affects the plugin from unknown initial versions through version 6.9.12 inclusive. Published on 2026-02-26, it carries a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L), reflecting high severity primarily due to its network accessibility and potential for significant confidentiality impact.

High-privileged users (PR:H), such as administrators, can exploit this vulnerability remotely over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Exploitation enables SQL injection attacks that achieve high confidentiality impact (C:H) by extracting sensitive data from the database, with a changed scope (S:C) amplifying effects across the system, low availability disruption (A:L), and no integrity impact (I:N).

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wp-sms/vulnerability/wordpress-wp-sms-plugin-6-9-12-sql-injection-vulnerability?_s_id=cve details this SQL injection vulnerability in WP SMS version 6.9.12 and serves as the primary reference for security practitioners seeking further technical analysis and mitigation recommendations.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in VeronaLabs WP SMS wp-sms allows SQL Injection.This issue affects WP SMS: from n/a through <= 6.9.12.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection (CWE-89) in the authenticated admin context directly enables extraction of sensitive data from the backend database, mapping to T1213.006.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-30571Shared CWE-89
CVE-2024-57775Shared CWE-89
CVE-2026-29081Shared CWE-89
CVE-2026-48232Shared CWE-89
CVE-2025-30791Shared CWE-89
CVE-2026-32366Shared CWE-89
CVE-2024-57770Shared CWE-89
CVE-2025-23784Shared CWE-89
CVE-2025-22710Shared CWE-89
CVE-2025-31466Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires implementation of input validation mechanisms to neutralize special elements in SQL commands, directly preventing SQL injection exploitation in the WP SMS plugin.

prevent

Mandates timely identification, reporting, and correction of flaws, ensuring patching of vulnerable WP SMS plugin versions up to 6.9.12 affected by this SQL injection.

prevent

Provides boundary protection to monitor and filter network communications, blocking SQL injection payloads targeting the remotely exploitable WP SMS vulnerability.

References