CVE-2026-15095: Product Feed Manager for WooCommerce <= 6.6.43 - Authenticated (Shop Manager+) Path Traversal to File Deletion via 'provider' Parameter
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/makefeed/savefeedconfig to persist the traversal payload in wpoptions, then to /wp-json/ctxfeed/v1/managefeeds/deletefeed 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).
Affected Software
Event History
Frequently Asked Questions
Which users can exploit this issue?
An attacker must be authenticated with Shop Manager-level access or higher. Unauthenticated users and lower-privileged accounts are not described as able to exploit it.
What is required to trigger the file deletion?
The attacker must make two sequential REST API calls: one to save a traversal payload in wp_options through /wp-json/ctxfeed/v1/make_feed/save_feed_config, then one to invoke deletion through /wp-json/ctxfeed/v1/manage_feeds/delete_feed.
Are all server files eligible for deletion?
No. Deletion is constrained to files with extensions on the plugin's validated whitelist: csv, xml, tsv, xls, xlsx, json, and txt. Deleting critical eligible files may lead to remote code execution.