A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      Digital Forensics, IRR & Breach Readiness
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-12975

CVE-2025-12975: WordPress CTX Feed Plugin RCE Vulnerability

CVE-2025-12975 is a remote code execution vulnerability in the WordPress CTX Feed plugin allowing Shop Manager-level attackers to install malicious plugins. This article covers technical details, affected versions, and remediation.

Published: February 20, 2026

CVE-2025-12975 Overview

A missing capability check vulnerability exists in the CTX Feed – WooCommerce Product Feed Manager plugin for WordPress. The vulnerability is present in the woo_feed_plugin_installing() function in all versions up to, and including, 6.6.11. This authorization bypass allows authenticated attackers with Shop Manager-level access and above to install arbitrary plugins, which can be leveraged to achieve remote code execution on vulnerable WordPress installations.

Critical Impact

Authenticated attackers with Shop Manager privileges can install arbitrary plugins, potentially leading to complete site compromise through remote code execution.

Affected Products

  • CTX Feed – WooCommerce Product Feed Manager plugin for WordPress versions up to and including 6.6.11
  • WordPress installations with the vulnerable plugin active
  • WooCommerce stores using WebAppick Product Feed for WooCommerce

Discovery Timeline

  • 2026-02-19 - CVE CVE-2025-12975 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-12975

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), which occurs when a software component does not perform an authorization check when an actor attempts to access a resource or perform an action. In this case, the woo_feed_plugin_installing() function lacks proper capability verification, allowing users with lower privilege levels than intended to install arbitrary plugins.

The attack requires network access and can be performed without user interaction. An attacker with Shop Manager credentials can exploit this flaw to install malicious plugins, effectively gaining the ability to execute arbitrary code on the WordPress server. While Shop Manager is typically a trusted role within WooCommerce, this vulnerability allows actions that should be restricted to higher privilege levels such as administrators.

Root Cause

The root cause is a missing capability check in the woo_feed_plugin_installing() function. WordPress plugin developers should implement proper authorization checks using functions like current_user_can() to verify that the current user has appropriate permissions (such as install_plugins capability) before performing sensitive operations. The absence of this check allows the function to be called by any authenticated user with Shop Manager-level access or above.

Attack Vector

The vulnerability is exploitable over the network by authenticated users. An attacker must first obtain valid Shop Manager credentials for the target WordPress site. Once authenticated, the attacker can invoke the vulnerable function to install arbitrary plugins from the WordPress repository or potentially malicious plugin packages. This enables a privilege escalation attack chain where the attacker can install a plugin containing backdoor functionality, achieving remote code execution on the server.

The vulnerability mechanism involves an authorization bypass through the missing capability check. When a Shop Manager or higher-privileged user calls the woo_feed_plugin_installing() function, the plugin fails to verify whether the user has the install_plugins capability. This allows plugin installation to proceed regardless of the user's actual authorization level for such operations. For technical details, see the Wordfence Vulnerability Report and the WordPress Changeset Update.

Detection Methods for CVE-2025-12975

Indicators of Compromise

  • Unexpected plugins installed on WordPress sites where CTX Feed plugin is active
  • WordPress audit logs showing plugin installations by Shop Manager accounts
  • New or unfamiliar plugins appearing without administrator approval
  • Suspicious PHP files or backdoors in the wp-content/plugins/ directory

Detection Strategies

  • Monitor WordPress audit logs for plugin installation events initiated by non-administrator users
  • Review the list of installed plugins for unauthorized or unknown entries
  • Implement file integrity monitoring on the wp-content/plugins/ directory
  • Check for unexpected outbound network connections from the WordPress server

Monitoring Recommendations

  • Enable and regularly review WordPress activity logs, particularly for Shop Manager accounts
  • Deploy web application firewall (WAF) rules to detect and block unauthorized plugin installation attempts
  • Implement SentinelOne Singularity to monitor for post-exploitation activities following unauthorized plugin installation

How to Mitigate CVE-2025-12975

Immediate Actions Required

  • Update CTX Feed – WooCommerce Product Feed Manager plugin to a version newer than 6.6.11
  • Audit existing Shop Manager accounts and remove unnecessary privileges
  • Review installed plugins for any unauthorized additions
  • Consider temporarily disabling the vulnerable plugin until the patch is applied

Patch Information

A security patch has been released to address this vulnerability. The fix adds proper capability checks to the woo_feed_plugin_installing() function. Users should update to the latest version available through the WordPress plugin repository. The changeset implementing the fix can be reviewed at the WordPress Changeset Update.

Workarounds

  • Restrict Shop Manager role capabilities using a role management plugin until the patch is applied
  • Implement additional access controls through .htaccess or server configuration to limit access to plugin administration functions
  • Use a web application firewall to filter requests targeting the vulnerable function
bash
# Check installed plugin version
wp plugin list --name=webappick-product-feed-for-woocommerce --fields=name,version

# Update the plugin to the latest version
wp plugin update webappick-product-feed-for-woocommerce

# Audit recently installed plugins
wp plugin list --recently-active --fields=name,status,update_version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Changeset Update

  • Webappick Plugin Information

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-0926: Prodigy Commerce WordPress Plugin RCE Flaw

  • CVE-2026-1405: WordPress Slider Future Plugin RCE Flaw

  • CVE-2026-1306: midi-Synth WordPress Plugin RCE Vulnerability

  • CVE-2026-2019: Cart All In One WooCommerce RCE Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • English
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use