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-2011

CVE-2025-2011: WordPress Depicter Plugin SQLi Vulnerability

CVE-2025-2011 is a SQL injection vulnerability in the Depicter plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: April 14, 2026

CVE-2025-2011 Overview

The Slider & Popup Builder by Depicter plugin for WordPress is vulnerable to unauthenticated SQL Injection via the s parameter in all versions up to, and including, 3.6.1. The vulnerability exists due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. This allows unauthenticated attackers to append additional SQL queries into already existing queries, enabling extraction of sensitive information from the database.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive database information including user credentials, personal data, and WordPress configuration details without requiring any authentication.

Affected Products

  • Slider & Popup Builder by Depicter plugin for WordPress versions up to and including 3.6.1
  • WordPress installations running vulnerable Depicter plugin versions
  • Sites using Depicter's Leads functionality

Discovery Timeline

  • 2025-05-06 - CVE-2025-2011 published to NVD
  • 2025-05-07 - Last updated in NVD database

Technical Details for CVE-2025-2011

Vulnerability Analysis

This vulnerability is classified as a generic SQL Injection (CWE-89), which allows attackers to manipulate database queries by injecting malicious SQL code through the s parameter. The vulnerability exists within the Depicter plugin's Leads functionality, specifically in the LeadsAjaxController.php file which handles AJAX requests.

The attack can be performed remotely over the network without any authentication requirements or user interaction. The primary impact is confidentiality breach, as attackers can extract sensitive information from the WordPress database. The vulnerability does not directly affect system integrity or availability, but the exposed data could facilitate further attacks.

Root Cause

The root cause of this vulnerability lies in improper input validation and sanitization within the Depicter plugin's codebase. The vulnerable code path flows through multiple components:

  1. The LeadsAjaxController.php receives the s parameter through AJAX requests
  2. This parameter is passed to the LeadService.php for processing
  3. The LeadRepository.php constructs SQL queries using the unsanitized input

The developers failed to implement proper prepared statements or adequate escaping mechanisms for user-supplied input before incorporating it into SQL queries. This oversight allows malicious SQL code to be interpreted as part of the query structure rather than as data.

Attack Vector

The attack is network-based and requires no authentication, making it particularly dangerous for public-facing WordPress sites. An attacker can craft malicious requests targeting the Depicter plugin's AJAX endpoints, specifically manipulating the s parameter to inject SQL commands.

The exploitation flow involves sending specially crafted requests to the WordPress AJAX handler (wp-admin/admin-ajax.php) with a malicious payload in the s parameter. The injected SQL can be used to perform UNION-based or blind SQL injection techniques to extract database contents, including WordPress user tables, plugin configurations, and any custom data stored in the database.

For technical details on the vulnerable code paths, refer to the LeadsAjaxController source code, LeadService implementation, and LeadRepository query handling. A proof-of-concept is available at the GitHub PoC Repository.

Detection Methods for CVE-2025-2011

Indicators of Compromise

  • Unusual or malformed requests to /wp-admin/admin-ajax.php containing SQL syntax in the s parameter
  • Database query logs showing unexpected UNION, SELECT, or information_schema queries
  • Web server access logs with encoded SQL injection payloads targeting Depicter endpoints
  • Error logs indicating SQL syntax errors from the Depicter plugin components

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection patterns targeting WordPress AJAX endpoints
  • Implement database query logging and alert on queries containing information_schema or union-based injection patterns
  • Deploy intrusion detection signatures for common SQL injection payloads in HTTP POST requests
  • Review WordPress plugin audit logs for suspicious activity related to Depicter Leads functionality

Monitoring Recommendations

  • Enable verbose logging for WordPress database queries during incident investigation
  • Configure real-time alerting for SQL injection attempts in security monitoring tools
  • Implement rate limiting on AJAX endpoints to slow down automated exploitation attempts
  • Regularly audit database access logs for unauthorized data extraction patterns

How to Mitigate CVE-2025-2011

Immediate Actions Required

  • Update the Depicter plugin to the latest patched version immediately
  • If immediate update is not possible, disable the Depicter plugin until patching can occur
  • Review database access logs for signs of prior exploitation
  • Consider resetting database credentials if exploitation is suspected
  • Implement WAF rules to block SQL injection attempts targeting the plugin

Patch Information

A security patch addressing this vulnerability is available through the official WordPress plugin repository. The fix was committed in WordPress Changeset 3287525. Site administrators should update to the latest version of the Depicter plugin through the WordPress admin dashboard or by downloading directly from the official plugin page.

For detailed vulnerability analysis and remediation guidance, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Temporarily disable the Depicter plugin if updating is not immediately feasible
  • Implement WAF rules to filter requests containing SQL injection patterns in the s parameter
  • Restrict access to WordPress AJAX endpoints from untrusted networks where possible
  • Consider using a security plugin with SQL injection protection capabilities
bash
# Example: Block suspicious requests at the web server level (Apache)
# Add to .htaccess file
RewriteEngine On
RewriteCond %{QUERY_STRING} (union|select|from|where|concat|information_schema) [NC]
RewriteCond %{REQUEST_URI} admin-ajax\.php [NC]
RewriteRule .* - [F,L]

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 Probability52.38%

  • 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 Depicter LeadsAjaxController Code

  • WordPress Depicter LeadsAjaxController Code

  • WordPress Depicter LeadsAjaxController Code

  • WordPress Depicter LeadRepository Code

  • WordPress Depicter LeadService Code

  • WordPress Changeset 3287525

  • WordPress Depicter Plugin Description

  • Wordfence Vulnerability Analysis

  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-6225: WordPress Taskbuilder Plugin SQLi Flaw

  • CVE-2026-4348: BetterDocs Pro WordPress SQLi Vulnerability

  • CVE-2026-1719: Gravity Bookings Premium SQLi Vulnerability

  • CVE-2026-6457: Geo Mashup WordPress Plugin SQLi 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