Cyber Resilience

CVE-2026-3830

High

Published: 13 April 2026

Published
13 April 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0036 27.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.6th 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-3830 is a SQL injection vulnerability affecting the Product Filter for WooCommerce by WBW WordPress plugin in versions before 3.1.3. The plugin fails to sanitize and escape a parameter before using it in a SQL statement, enabling injection attacks. Published on 2026-04-13, it carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N) and maps to CWE-89.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction. Exploitation allows SQL injection, resulting in high confidentiality impacts across the affected component's scope, such as unauthorized extraction of sensitive data from the database.

The WPScan advisory at https://wpscan.com/vulnerability/768014fd-0403-4182-b19e-3d46c92d8755/ provides further details. Mitigation requires updating to version 3.1.3 or later.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The Product Filter for WooCommerce by WBW WordPress plugin before 3.1.3 does not sanitize and escape a parameter before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing WordPress plugin enables remote unauthenticated exploitation (T1190) and direct unauthorized database data extraction (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89
CVE-2026-1476Shared CWE-89
CVE-2019-25526Shared CWE-89
CVE-2025-69365Shared CWE-89
CVE-2019-25573Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Information Input Validation directly prevents SQL injection by requiring sanitization and escaping of parameters before use in SQL statements.

prevent

Flaw Remediation ensures timely patching of the vulnerable WooCommerce plugin to version 3.1.3 or later, eliminating the SQL injection vulnerability.

detect

Vulnerability Monitoring and Scanning identifies SQL injection flaws in third-party plugins like this one, enabling proactive detection and remediation.

References