A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • 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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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
      DFIR, Breach Readiness, & Compromise Assessments
    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
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • 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: CTX Feed WordPress Auth Bypass Vulnerability

CVE-2025-12975 is an authentication bypass flaw in the CTX Feed WooCommerce Product Feed Manager plugin for WordPress that allows Shop Managers to install arbitrary plugins. This post covers technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2025-12975 Overview

CVE-2025-12975 affects the CTX Feed – WooCommerce Product Feed Manager plugin for WordPress. The plugin is vulnerable to unauthorized arbitrary plugin installation due to a missing capability check on the woo_feed_plugin_installing() function. All versions up to and including 6.6.11 are affected. Authenticated attackers holding Shop Manager-level access or above can install arbitrary plugins. Attackers can leverage this primitive to achieve remote code execution on the underlying WordPress host. The flaw is classified as Missing Authorization [CWE-862].

Critical Impact

Authenticated Shop Manager accounts can install arbitrary WordPress plugins, enabling full remote code execution and site takeover.

Affected Products

  • CTX Feed – WooCommerce Product Feed Manager plugin for WordPress
  • All versions up to and including 6.6.11
  • WordPress sites running WooCommerce with the webappick-product-feed-for-woocommerce plugin installed

Discovery Timeline

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

Technical Details for CVE-2025-12975

Vulnerability Analysis

The vulnerability resides in the woo_feed_plugin_installing() function exposed by the CTX Feed plugin. The function performs plugin installation logic but omits a WordPress capability check before executing privileged operations. As a result, any authenticated user with Shop Manager privileges or higher can invoke the function and trigger installation of an attacker-supplied plugin slug. WordPress plugin installation runs PHP code on the server, so this primitive directly yields arbitrary code execution. The vulnerability is exploitable over the network through the standard WordPress administrative request flow.

Root Cause

The root cause is a missing authorization check, tracked as [CWE-862]. WordPress provides the current_user_can() helper and capability strings such as install_plugins and activate_plugins, which gate sensitive operations to administrators. The woo_feed_plugin_installing() handler does not invoke this check, so the plugin trusts the WooCommerce role boundary instead of the install-plugins capability. Shop Manager is a WooCommerce role intended for store operations and does not normally hold install_plugins, so the missing check effectively grants those rights to a lower-privileged role.

Attack Vector

An attacker first authenticates to the target site using a Shop Manager or higher account, which can be obtained through credential reuse, phishing, or a chained vulnerability. The attacker then issues a request to the plugin endpoint that invokes woo_feed_plugin_installing() with a target plugin slug or archive reference. WordPress fetches and installs the plugin, after which the attacker activates it or triggers its loader. Loading a malicious plugin executes attacker-controlled PHP within the WordPress process, yielding code execution under the web server user.

No public proof-of-concept code is referenced in the advisory. See the Wordfence Vulnerability Report and the WordPress Plugin Change Log for fix details.

Detection Methods for CVE-2025-12975

Indicators of Compromise

  • Unexpected plugins present under wp-content/plugins/ that do not match the site's deployment manifest.
  • HTTP POST requests to admin-ajax or admin-post endpoints invoking woo_feed_plugin_installing from Shop Manager accounts.
  • New .php files created in plugin directories with timestamps that correlate to Shop Manager session activity.
  • Outbound HTTP requests from the WordPress host to downloads.wordpress.org or arbitrary URLs immediately followed by plugin directory writes.

Detection Strategies

  • Audit the WordPress options table and active_plugins value for plugins not approved by change control.
  • Hunt webserver access logs for requests containing action=woo_feed_plugin_installing and correlate with the authenticated user role.
  • Compare installed plugin inventory against a known-good baseline on a recurring schedule.

Monitoring Recommendations

  • Forward WordPress and PHP-FPM logs to a centralized log platform and alert on plugin installation events outside maintenance windows.
  • Monitor file integrity for the wp-content/plugins/ directory and flag unexpected new directories or PHP files.
  • Track authentication events for Shop Manager and higher roles, alerting on logins from new IP addresses or user agents.

How to Mitigate CVE-2025-12975

Immediate Actions Required

  • Update the CTX Feed – WooCommerce Product Feed Manager plugin to a version newer than 6.6.11 as published on the Webappick WooCommerce Plugin Page.
  • Audit all accounts with Shop Manager role or higher and rotate credentials for any account that cannot be verified.
  • Review the installed plugin list and remove any plugins not part of the approved baseline.
  • Enforce multi-factor authentication for all WordPress accounts with administrative or store-management privileges.

Patch Information

The vendor addressed the issue in a release tracked by the WordPress Plugin Change Log. The fix adds a capability check to the woo_feed_plugin_installing() handler so that only users holding the install_plugins capability can invoke plugin installation. Site operators should apply the latest plugin release through the WordPress plugin updater.

Workarounds

  • Set the WordPress constant define('DISALLOW_FILE_MODS', true); in wp-config.php to block all plugin and theme installations until patching is possible.
  • Restrict access to /wp-admin/ by source IP using web server or WAF rules while the patch is being staged.
  • Temporarily deactivate the CTX Feed plugin if it is not required for current store operations.
bash
# Configuration example: block plugin installs site-wide via wp-config.php
sudo tee -a /var/www/html/wp-config.php > /dev/null <<'EOF'
define('DISALLOW_FILE_MODS', true);
EOF

# Verify the constant is loaded
wp config get DISALLOW_FILE_MODS --path=/var/www/html

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.28%

  • 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 Plugin Change Log

  • Webappick WooCommerce Plugin Page

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8689: WordPress Visualizer Auth Bypass Vulnerability

  • CVE-2026-8682: WordPress 3D Viewer Auth Bypass Flaw

  • CVE-2026-7552: Geo Mashup WordPress Auth Bypass Flaw

  • CVE-2026-7802: Frontend Admin Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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
  • 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

English