Cyber Resilience

CVE-2025-22352

High

Published: 07 January 2025

Published
07 January 2025
Modified
23 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.0495 89.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22352 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 Exploit Public-Facing Application (T1190); ranked in the top 10.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

The vulnerability is a blind SQL injection flaw, tracked as CVE-2025-22352 and assigned CWE-89, that stems from improper neutralization of special elements in SQL commands. It affects the ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes plugin (basic edition) for WordPress, specifically versions through 1.4.9.

An authenticated user with high privileges can exploit the issue over the network to perform blind SQL injection. Successful exploitation yields high impact to confidentiality and limited impact to availability within a changed security scope, as reflected in the CVSS 7.6 score.

The Patchstack advisory documents the flaw in the elex-bulk-edit-products-prices-attributes-for-woocommerce-basic plugin and provides the associated vulnerability details. The EPSS score has remained flat at 0.0495 with no material increase since disclosure.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in ELEXtensions ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes elex-bulk-edit-products-prices-attributes-for-woocommerce-basic allows Blind SQL Injection.This issue affects ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes:…

more

from n/a through <= 1.4.9.

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.
Why these techniques?

SQL injection in a public-facing WordPress plugin directly enables remote exploitation of the web application for data access.

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

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates SQL injection by requiring validation and sanitization of untrusted inputs used in SQL commands.

prevent

Ensures timely identification, reporting, and patching of flaws like this blind SQL injection vulnerability in the WooCommerce plugin.

detect

Enables vulnerability scanning to identify and prioritize SQL injection flaws such as CVE-2025-22352 for remediation.

References