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
    • 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-23967

CVE-2025-23967: GG Bought Together WooCommerce SQL Injection

CVE-2025-23967 is a SQL injection vulnerability in GG Bought Together for WooCommerce plugin that allows attackers to manipulate database queries. This article covers the technical details, affected versions, and mitigation.

Published: March 17, 2026

CVE-2025-23967 Overview

CVE-2025-23967 is an SQL Injection vulnerability affecting the GG Bought Together for WooCommerce WordPress plugin developed by wpopal. This vulnerability allows unauthenticated attackers to inject malicious SQL commands through improperly neutralized user input, potentially leading to unauthorized database access, data exfiltration, and system compromise. The vulnerability stems from a failure to properly sanitize special elements used in SQL commands (CWE-89).

Critical Impact

This SQL Injection vulnerability enables unauthenticated remote attackers to manipulate database queries, potentially exposing sensitive customer data, order information, and WordPress credentials stored in the database.

Affected Products

  • GG Bought Together for WooCommerce versions through 1.0.2
  • WordPress installations running vulnerable plugin versions
  • WooCommerce stores utilizing the affected plugin

Discovery Timeline

  • 2025-06-27 - CVE-2025-23967 published to NVD
  • 2025-06-30 - Last updated in NVD database

Technical Details for CVE-2025-23967

Vulnerability Analysis

This SQL Injection vulnerability exists in the GG Bought Together for WooCommerce plugin, a WordPress extension designed to display "frequently bought together" product recommendations in WooCommerce stores. The vulnerability allows attackers to inject arbitrary SQL commands through network-accessible endpoints without requiring authentication.

The attack can be executed remotely with no user interaction required, and successful exploitation could affect resources beyond the vulnerable component's security scope. An attacker exploiting this vulnerability could extract sensitive data from the WordPress database, including customer personally identifiable information (PII), payment details, order history, and administrative credentials.

The impact extends primarily to confidentiality with potential for high data exposure, though availability may also be affected through database manipulation or denial-of-service attacks targeting database resources.

Root Cause

The root cause of CVE-2025-23967 lies in improper input validation and sanitization within the plugin's database query handling. The plugin fails to properly escape or parameterize user-supplied input before incorporating it into SQL queries, allowing attackers to break out of the intended query structure and execute arbitrary SQL commands.

WordPress provides built-in functions such as $wpdb->prepare() for safe query parameterization, but the vulnerable code paths in GG Bought Together for WooCommerce neglect to implement these protective measures, directly concatenating user input into database queries.

Attack Vector

The vulnerability is exploitable via network-based attacks targeting WordPress installations running the affected plugin. Attackers can craft malicious HTTP requests containing SQL injection payloads directed at vulnerable plugin endpoints.

The attack requires no authentication or user privileges, making it accessible to any remote attacker who can reach the WordPress installation. No user interaction is required, meaning the attack can be fully automated.

Successful exploitation typically follows this pattern: the attacker identifies a vulnerable endpoint in the plugin that accepts user input, crafts a payload containing SQL syntax designed to manipulate the database query, and submits the malicious request. The unsanitized input is processed and executed against the database, returning unauthorized data or modifying database contents.

For detailed technical analysis and proof-of-concept information, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-23967

Indicators of Compromise

  • Unusual database query patterns in WordPress/MySQL logs containing SQL syntax characters like single quotes, UNION SELECT statements, or comment sequences (--, /*)
  • HTTP access logs showing requests to GG Bought Together plugin endpoints with encoded SQL payloads in parameters
  • Unexpected database read operations or data exports occurring outside normal application behavior
  • Error messages in application logs indicating SQL syntax errors or database connection anomalies

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common SQL injection patterns including UNION-based, boolean-based, and time-based injection techniques
  • Implement database activity monitoring to alert on anomalous query patterns, especially those involving sensitive tables like wp_users or wp_options
  • Configure WordPress security plugins to monitor for suspicious parameter values in requests to WooCommerce-related endpoints
  • Enable detailed MySQL query logging and establish baselines to identify deviation from normal query behavior

Monitoring Recommendations

  • Monitor HTTP requests to WordPress installations for SQL injection attack signatures in URL parameters and POST bodies
  • Set up alerts for database queries containing suspicious keywords such as UNION, SELECT, INSERT, UPDATE, DELETE, or DROP from unexpected sources
  • Review WordPress plugin directories for the presence of gg-bought-together and cross-reference with installed version numbers
  • Implement real-time log analysis for WordPress and MySQL logs to detect exploitation attempts promptly

How to Mitigate CVE-2025-23967

Immediate Actions Required

  • Audit all WordPress installations to identify instances of GG Bought Together for WooCommerce plugin version 1.0.2 or earlier
  • Disable or deactivate the vulnerable plugin until a patched version is available and verified
  • Implement Web Application Firewall rules to block SQL injection attempts targeting WordPress and WooCommerce endpoints
  • Review database access logs for signs of prior exploitation and investigate any anomalies
  • Consider database credential rotation if exploitation is suspected

Patch Information

Currently, affected versions include all releases from the initial version through 1.0.2. Check the Patchstack Vulnerability Report and the WordPress plugin repository for updated versions that address this vulnerability. Before updating, ensure you have a complete backup of your WordPress installation and database.

Workarounds

  • Temporarily deactivate the GG Bought Together for WooCommerce plugin through the WordPress admin dashboard until a security patch is released
  • Implement strict input validation at the web server or reverse proxy level using ModSecurity or similar WAF solutions with OWASP Core Rule Set
  • Restrict network access to WordPress administrative interfaces and WooCommerce API endpoints using IP allowlisting where feasible
  • Enable WordPress database query logging and establish monitoring alerts for suspicious activity patterns
bash
# WordPress CLI command to deactivate the vulnerable plugin
wp plugin deactivate gg-bought-together --path=/var/www/html/wordpress

# Verify plugin status after deactivation
wp plugin status gg-bought-together --path=/var/www/html/wordpress

# Search for vulnerable plugin across multiple WordPress installations
find /var/www -name "gg-bought-together" -type d 2>/dev/null

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWoocommerce

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2026-2232: WooCommerce Product Table SQLi Vulnerability

  • CVE-2026-1370: SIBS WooCommerce Plugin SQLi Vulnerability

  • CVE-2026-0678: WooCommerce Flat Shipping SQL Injection

  • CVE-2025-47569: WooCommerce Gift Card SQL Injection Flaw
Default Legacy - Prefooter | 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
  • 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