Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-10862

CVE-2025-10862: WordPress Popup Builder SQLi Vulnerability

CVE-2025-10862 is a SQL injection flaw in the WordPress Popup Builder plugin affecting versions up to 2.1.3. Unauthenticated attackers can extract sensitive database information. This article covers technical details, impact, and mitigation.

Published: April 22, 2026

CVE-2025-10862 Overview

A SQL Injection vulnerability exists in the Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress in all versions up to and including 2.1.3. The vulnerability stems from insufficient escaping on the id parameter and lack of sufficient preparation on existing SQL queries, allowing unauthenticated attackers to append additional SQL queries that can extract sensitive information from the database.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive information from the WordPress database, including user credentials, configuration data, and other confidential information stored within the site.

Affected Products

  • Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress versions up to and including 2.1.3
  • WordPress sites running the popup-builder-block plugin
  • WooCommerce-integrated WordPress installations using the affected plugin

Discovery Timeline

  • 2025-10-09 - CVE-2025-10862 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-10862

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) affects the WordPress Popup Builder plugin through improper handling of the id parameter in database queries. The vulnerability is exploitable over the network without requiring authentication, making it particularly dangerous for publicly accessible WordPress installations.

The flaw exists because user-supplied input is incorporated directly into SQL queries without proper sanitization or parameterization. When the plugin processes popup-related requests, it fails to adequately escape the id parameter before using it in database operations. This allows an attacker to inject malicious SQL syntax that modifies the intended query behavior.

The impact is primarily focused on data confidentiality, as successful exploitation enables extraction of sensitive database contents. However, the integrity and availability of the system remain unaffected according to the vulnerability assessment.

Root Cause

The root cause lies in the DataBase.php helper file and the Popup.php routes handler within the plugin. Specifically, the code at DataBase.php line 374 and Popup.php line 232 lacks proper input validation and prepared statement implementation.

The plugin fails to utilize WordPress's $wpdb->prepare() function correctly, which is the standard method for preventing SQL injection in WordPress development. Instead, user input from the id parameter is concatenated directly into SQL query strings.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests containing SQL injection payloads in the id parameter. Since the plugin exposes REST API routes for popup functionality, these endpoints can be targeted directly.

The exploitation mechanism involves appending UNION-based or time-based blind SQL injection payloads to extract data from the WordPress database. Given the unauthenticated nature of this vulnerability, any external attacker with network access to the WordPress site can attempt exploitation.

Detection Methods for CVE-2025-10862

Indicators of Compromise

  • Unusual SQL error messages appearing in WordPress logs or displayed to users
  • Unexpected database queries in MySQL slow query logs containing UNION SELECT statements
  • Web server access logs showing requests to popup-related endpoints with suspicious id parameter values containing SQL syntax
  • Database query patterns with abnormal execution times indicating time-based blind SQL injection attempts

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection attack signatures targeting the popup-builder-block plugin endpoints
  • Implement intrusion detection rules to flag requests containing SQL keywords (UNION, SELECT, INSERT, DROP) in the id parameter
  • Review WordPress debug logs for database errors related to malformed queries in the popup builder functionality
  • Deploy database activity monitoring to detect anomalous query patterns originating from the WordPress application

Monitoring Recommendations

  • Enable detailed logging for the WordPress REST API to capture all requests to plugin endpoints
  • Configure alerting for multiple failed database queries originating from the same source IP address
  • Implement rate limiting on popup-related API endpoints to slow down automated exploitation attempts
  • Regularly audit database access logs for queries that return unusual amounts of data or access sensitive tables

How to Mitigate CVE-2025-10862

Immediate Actions Required

  • Update the Popup builder with Gamification plugin to the latest patched version immediately
  • If immediate patching is not possible, disable the affected plugin until a secure version can be installed
  • Review WordPress database for signs of unauthorized data access or extraction
  • Implement a Web Application Firewall (WAF) with SQL injection protection rules as an additional defense layer
  • Audit user accounts and credentials for potential compromise and reset passwords if database breach is suspected

Patch Information

The vulnerability has been addressed in WordPress Changeset #3369146. Site administrators should update to the latest version of the plugin through the WordPress admin dashboard or by downloading directly from the WordPress plugin repository.

Additional vulnerability details and remediation guidance are available in the Wordfence Vulnerability Report.

Workarounds

  • Disable the popup-builder-block plugin entirely until a patched version can be installed
  • Implement server-level input filtering to block requests containing SQL injection patterns in the id parameter
  • Use a security plugin such as Wordfence to add virtual patching capabilities that can block exploitation attempts
  • Restrict access to WordPress REST API endpoints from untrusted networks using IP-based access controls
bash
# Example: Block suspicious requests at the web server level (Apache .htaccess)
# Add to WordPress root .htaccess file as temporary mitigation
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} (union|select|insert|delete|drop|update|concat|load_file) [NC]
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Plugin DataBase Helper

  • WordPress Plugin Popup Routes

  • WordPress Changeset #3369146

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3330: Form Maker by 10Web SQLi Vulnerability

  • CVE-2026-6674: WordPress CMS Plugin SQL Injection Flaw

  • CVE-2026-3489: DirectoryPress WordPress SQLi Vulnerability

  • CVE-2026-3773: WordPress Accessibility Suite SQL Injection
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