The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-31377

CVE-2025-31377: Woo Product Feed Auth Bypass Vulnerability

CVE-2025-31377 is an authorization bypass flaw in Woo Product Feed For Marketing Channels that enables attackers to exploit misconfigured access controls. This article covers the technical details, affected versions up to 1.9.0, impact assessment, and mitigation strategies.

Published: April 29, 2026

CVE-2025-31377 Overview

CVE-2025-31377 is a Missing Authorization vulnerability affecting the Woo Product Feed For Marketing Channels WordPress plugin (also known as woocommerce-to-google-merchant-center). This broken access control flaw allows unauthenticated attackers to exploit incorrectly configured access control security levels, potentially leading to denial of service conditions on affected WordPress installations.

The vulnerability stems from missing authorization checks in the plugin's functionality, enabling attackers to bypass security controls without requiring authentication. This type of access control weakness is classified under CWE-862 (Missing Authorization), a common vulnerability pattern in WordPress plugins where proper capability checks are not implemented.

Critical Impact

Unauthenticated attackers can exploit this missing authorization vulnerability to cause denial of service, disrupting WooCommerce product feed operations and potentially affecting e-commerce availability.

Affected Products

  • Woo Product Feed For Marketing Channels versions through 1.9.0
  • WordPress installations running the woocommerce-to-google-merchant-center plugin
  • WooCommerce stores utilizing product feed marketing integrations

Discovery Timeline

  • 2025-04-09 - CVE-2025-31377 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-31377

Vulnerability Analysis

This vulnerability is a Missing Authorization flaw (CWE-862) that allows attackers to access plugin functionality without proper authentication or capability verification. The Woo Product Feed For Marketing Channels plugin fails to implement adequate access control checks on certain endpoints or functions, allowing unauthenticated users to trigger actions that should be restricted to authorized users only.

The attack can be executed remotely over the network without requiring any user interaction or prior authentication, making it particularly concerning for publicly accessible WordPress e-commerce sites. The primary impact is on availability, as successful exploitation can lead to denial of service conditions affecting the product feed functionality.

Root Cause

The root cause is the absence of proper authorization checks within the plugin's code. WordPress plugins should implement capability checks using functions like current_user_can() to verify that users have appropriate permissions before executing sensitive operations. The Woo Product Feed For Marketing Channels plugin versions through 1.9.0 fail to implement these necessary authorization controls on certain functionality.

This represents a classic broken access control vulnerability where the application does not verify whether the requesting user has the required privileges to perform the requested action.

Attack Vector

The vulnerability is exploitable via network-based attacks with low complexity. Attackers do not need any privileges or user interaction to exploit this flaw. The attack vector involves:

  1. An attacker identifies a WordPress site running the vulnerable Woo Product Feed For Marketing Channels plugin
  2. The attacker sends crafted requests to plugin endpoints that lack authorization checks
  3. Without proper capability verification, the plugin processes these requests
  4. Repeated exploitation can lead to resource exhaustion and denial of service

The technical advisory from Patchstack provides additional details about this WordPress Woo Product Feed vulnerability.

Detection Methods for CVE-2025-31377

Indicators of Compromise

  • Unusual HTTP request patterns targeting the woocommerce-to-google-merchant-center plugin endpoints
  • Unexpected plugin-related errors or crashes in WordPress error logs
  • Abnormal resource consumption associated with product feed operations
  • Multiple unauthenticated requests to plugin-specific AJAX handlers or REST API endpoints

Detection Strategies

  • Monitor WordPress access logs for suspicious requests to the woocommerce-to-google-merchant-center plugin directory
  • Implement Web Application Firewall (WAF) rules to detect unauthorized access attempts to plugin endpoints
  • Review server resource utilization for anomalies that may indicate exploitation attempts
  • Configure WordPress security plugins to alert on broken access control patterns

Monitoring Recommendations

  • Enable detailed logging for plugin activity and WordPress AJAX handlers
  • Set up alerts for unusual traffic patterns targeting WooCommerce-related plugin endpoints
  • Monitor for failed authentication attempts followed by successful plugin function execution
  • Implement rate limiting on plugin endpoints to mitigate potential DoS attacks

How to Mitigate CVE-2025-31377

Immediate Actions Required

  • Update Woo Product Feed For Marketing Channels plugin to a version newer than 1.9.0 that contains the security fix
  • Review WordPress user roles and capabilities to ensure proper access controls are enforced
  • Implement a Web Application Firewall (WAF) to provide an additional layer of protection
  • Audit access logs for signs of exploitation attempts on the affected plugin

Patch Information

The vulnerability affects Woo Product Feed For Marketing Channels versions through 1.9.0. Site administrators should update to the latest available version of the plugin that addresses this missing authorization vulnerability. Check the WordPress plugin repository or the Patchstack vulnerability report for current patch status.

Workarounds

  • Temporarily disable the Woo Product Feed For Marketing Channels plugin if updates are not immediately available
  • Implement IP-based access restrictions to limit access to WordPress administrative functions
  • Use a WordPress security plugin to add virtual patching capabilities
  • Configure server-level access controls to restrict unauthorized requests to plugin directories
bash
# Example: Restrict access to plugin directory via .htaccess (temporary workaround)
# Add to wp-content/plugins/woocommerce-to-google-merchant-center/.htaccess
<Files *.php>
  Order Deny,Allow
  Deny from all
  Allow from 127.0.0.1
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWoocommerce To Google Merchant Center

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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