Description
The Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping & Social Channels plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.6.43 via the 'provider' parameter. This makes it possible for authenticated attackers, with shop manager-level access and above, to delete arbitrary files on the server, which can lead to remote code execution when critical files are deleted. Exploitation requires two sequential REST API calls: first to /wp-json/ctxfeed/v1/make_feed/save_feed_config to persist the traversal payload in wp_options, then to /wp-json/ctxfeed/v1/manage_feeds/delete_feed to trigger the unlink(); deletion is further constrained to files whose extensions match the plugin's validated whitelist (csv, xml, tsv, xls, xlsx, json, txt).
Published: 2026-09-22
Score: 4.9 Medium
EPSS: 1.2% Low
KEV: No
Impact: Remote Code Execution via Deletion of Critical Files
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows an authenticated attacker with shop‑manager level or higher access to perform a directory traversal using the 'provider' parameter. The exploit requires a two‑step REST API sequence that first stores a malicious path in the wp_options table and then calls a deletion endpoint, which unlinks files whose extensions match a whitelist. Deleting essential files can give the attacker the ability to execute arbitrary code on the server.

Affected Systems

WordPress sites that have the Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping, AI & Social Channels plugin installed with a version up to and including 6.6.43. Any instance of this plugin is vulnerable until it is updated beyond that version.

Risk and Exploitability

With a CVSS score of 4.9 the vulnerability is considered moderate in severity. The EPSS score is 1%, and the issue is not listed in the CISA KEV catalog, so the likelihood of public exploitation is unclear. However, the attack requires authenticated access, which limits the threat to insiders or compromised accounts, but the potential for file deletion that can lead to remote code execution makes it a significant concern for sites that rely on this plugin.

Generated by OpenCVE AI on September 22, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Product Feed Manager for WooCommerce plugin to a version newer than 6.6.43
  • Restrict REST API access so that only users with shop manager or higher roles can call the affected endpoints
  • Perform a thorough backup of critical files and database before updating the plugin and monitor for unintended deletions

Generated by OpenCVE AI on September 22, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Description The Product Feed Manager for WooCommerce – CTX Feed – Support 220+ Shopping & Social Channels plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.6.43 via the 'provider' parameter. This makes it possible for authenticated attackers, with shop manager-level access and above, to delete arbitrary files on the server, which can lead to remote code execution when critical files are deleted. Exploitation requires two sequential REST API calls: first to /wp-json/ctxfeed/v1/make_feed/save_feed_config to persist the traversal payload in wp_options, then to /wp-json/ctxfeed/v1/manage_feeds/delete_feed to trigger the unlink(); deletion is further constrained to files whose extensions match the plugin's validated whitelist (csv, xml, tsv, xls, xlsx, json, txt).
Title Product Feed Manager for WooCommerce <= 6.6.43 - Authenticated (Shop Manager+) Path Traversal to File Deletion via 'provider' Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-22T14:10:57.961Z

Reserved: 2026-07-08T16:32:23.988Z

Link: CVE-2026-15095

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T09:17:04.333

Modified: 2026-09-22T15:17:09.393

Link: CVE-2026-15095

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T15:30:09Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')