Skip to main content

Product Feed Manager CVE-2026-15258

| EUVDEUVD-2026-51427 HIGH
SQL Injection (CWE-89)
2026-07-31 WPScan GHSA-2j6p-mqrp-cf4j
8.1
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
8.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
vuln.today AI
8.1 HIGH

Network-exploitable web interface requires only Contributor credentials (PR:L); full SQL access yields high C/I; no destructive availability impact from standard SQLi.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
Analysis Generated
Jul 31, 2026 - 20:25 vuln.today
CVSS changed
Jul 31, 2026 - 20:22 NVD
8.1 (HIGH)
Patch available
Jul 31, 2026 - 07:01 EUVD
CVE Published
Jul 31, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 31, 2026 - 06:00 cve.org
HIGH 8.1

DescriptionCVE.org

The Product Feed Manager For WooCommerce WordPress plugin before 7.6.1 does not properly sanitise and escape product-feed custom filter rules before using them in a SQL query, allowing users with the Contributor role and above to perform SQL injection attacks.

AnalysisAI

SQL injection in the Product Feed Manager For WooCommerce WordPress plugin (versions prior to 7.6.1) allows authenticated users holding a Contributor role or higher to execute arbitrary SQL statements against the WordPress database by crafting malicious product-feed custom filter rules. High CVSS impact metrics (C:H, I:H) reflect the potential for full database read and write access, including extraction of user credentials, WooCommerce order records, and site configuration data. A publicly available exploit exists per WPScan, though the EPSS score of 0.16% (5th percentile) suggests active mass exploitation has not materialized; the vulnerability is not listed in CISA KEV at time of analysis.

Technical ContextAI

The vulnerability is located in the Product Feed Manager For WooCommerce WordPress plugin (CPE: cpe:2.3:a:unknown:product_feed_manager_for_woocommerce:*:*:*:*:*:*:*:*), a plugin that generates product feeds for external platforms such as Google Shopping and Facebook Catalog. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): the plugin dynamically constructs SQL queries incorporating user-supplied custom filter rule inputs without adequate sanitization or parameterization, bypassing WordPress's $wpdb->prepare() or equivalent escaping mechanisms. Product feed filter rules translate conditional logic (e.g., 'show products where category = X') into SQL predicates, and the lack of output escaping on these rule values creates a classic second-order or direct injection surface accessible to any authenticated WordPress user at or above Contributor level. The CPE vendor field is listed as 'unknown', indicating NVD has not yet assigned a fully resolved CPE entry.

RemediationAI

Update the Product Feed Manager For WooCommerce plugin to version 7.6.1 or later, which introduces proper sanitization and escaping of custom filter rule inputs before SQL query construction. The patch is available via the standard WordPress plugin dashboard or the plugin repository; consult the WPScan advisory at https://wpscan.com/vulnerability/9e20442b-047b-46fe-be72-89c637deb6bc/ for confirmation. If immediate patching is not feasible, restrict the number of accounts granted the Contributor role or above - reducing trusted contributors directly reduces the exploitable attack surface, with the trade-off of limiting content authorship. Deploying a WAF with SQL injection ruleset (e.g., ModSecurity with OWASP CRS) on the product feed admin endpoints can partially block exploitation but should not substitute for patching, as WAF bypass is common with SQLi. Disabling open user registration, if currently enabled, prevents unauthenticated adversaries from self-provisioning Contributor accounts to exploit this flaw.

Share

CVE-2026-15258 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy