CVE-2026-16611
Received Received - Intake

Unauthenticated Information Disclosure in Product Feed PRO for WooCommerce

Vulnerability report for CVE-2026-16611, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: WPScan

Description

The Product Feed PRO for WooCommerce by AdTribes WordPress plugin before 13.5.7 does not perform an authorization check on one of its REST read routes, allowing unauthenticated users to disclose a store's feed configuration (rules, filters and field mapping) and to enumerate the full product category taxonomy.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
adtribes product_feed_pro to 13.5.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the Product Feed PRO for WooCommerce plugin before version 13.5.7. It allows unauthenticated users to access and disclose a store's feed configuration, including rules, filters, and field mapping. It also enables enumeration of the full product category taxonomy due to a missing authorization check on a REST read route.

Detection Guidance

To detect this vulnerability, check if your WordPress site uses the 'Product Feed PRO for WooCommerce' plugin version prior to 13.5.7. You can inspect the plugin version via the WordPress admin dashboard under Plugins or by querying the database. Additionally, test the affected REST route by accessing /wp-json/wc/v3/product_feed_pro_config without authentication to see if it returns sensitive data.

  • Check plugin version in WordPress admin or via SQL query: SELECT * FROM wp_options WHERE option_name LIKE '%product_feed_pro%';
  • Test the REST endpoint: curl -X GET http://your-site.com/wp-json/wc/v3/product_feed_pro_config
Impact Analysis

An attacker could exploit this to view sensitive store configuration details without authentication. This includes product feed rules, filters, and mappings, as well as the entire product category structure. Such exposure could aid further attacks or competitive intelligence.

Mitigation Strategies

Immediately update the 'Product Feed PRO for WooCommerce' plugin to version 13.5.7 or later. If updating is not possible, consider disabling the plugin temporarily until an update is applied. Ensure your WordPress site and all plugins are regularly updated to prevent similar issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16611. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart