CVE-2026-15095
Received Received - Intake

Directory Traversal in CTX Feed for WooCommerce Plugin

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

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: Wordfence

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).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ctxfeed product_feed_manager to 6.6.43 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Directory Traversal issue in the Product Feed Manager for WooCommerce plugin. It allows authenticated attackers with shop manager access or higher to delete arbitrary files on the server by exploiting the 'provider' parameter. Exploitation requires two REST API calls to persist and trigger the deletion. The plugin restricts deleted files to specific extensions like csv, xml, and json.

Detection Guidance

Check for suspicious REST API calls to /wp-json/ctxfeed/v1/make_feed/save_feed_config or /wp-json/ctxfeed/v1/manage_feeds/delete_feed. Review server logs for unusual file deletions or modifications, especially targeting files with extensions like csv, xml, or json.

Impact Analysis

If exploited, this vulnerability could allow attackers to delete critical files on your server, potentially leading to remote code execution. This could disrupt your website, cause data loss, or give attackers control over your system. The impact is limited to authenticated users with shop manager-level access or higher.

Compliance Impact

This vulnerability could lead to data breaches or unauthorized file deletions, which may violate GDPR or HIPAA compliance. Loss of sensitive data or system integrity could result in legal penalties, reputational damage, and failure to meet regulatory requirements for data protection and security.

Mitigation Strategies

Update the Product Feed Manager for WooCommerce plugin to the latest version beyond 6.6.43. Restrict shop manager-level access to only trusted users. Monitor file deletion activities and disable the plugin temporarily if suspicious behavior is detected.

Chat Assistant

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

EPSS Chart