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

CVE-2025-24759: WP-BusinessDirectory SQLi Vulnerability

CVE-2025-24759 is a blind SQL injection vulnerability in the WP-BusinessDirectory WordPress plugin that allows attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-24759 Overview

CVE-2025-24759 is a critical Blind SQL Injection vulnerability affecting the WP-BusinessDirectory WordPress plugin developed by CMSJunkie. This vulnerability allows unauthenticated attackers to inject malicious SQL commands through improperly sanitized user input, potentially leading to unauthorized access to sensitive database information. The vulnerability impacts all versions of WP-BusinessDirectory through version 3.1.3.

Critical Impact

Unauthenticated attackers can exploit this Blind SQL Injection vulnerability to extract sensitive data from the WordPress database, including user credentials, business listings, and potentially administrative information.

Affected Products

  • WP-BusinessDirectory plugin versions up to and including 3.1.3
  • WordPress installations using the affected WP-BusinessDirectory plugin
  • CMSJunkie WordPress Business Directory Plugins

Discovery Timeline

  • 2025-07-16 - CVE-2025-24759 published to NVD
  • 2025-07-16 - Last updated in NVD database

Technical Details for CVE-2025-24759

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The WP-BusinessDirectory plugin fails to properly sanitize user-supplied input before incorporating it into SQL queries. This allows attackers to manipulate the database through carefully crafted input that alters the intended SQL command structure.

The Blind SQL Injection nature of this vulnerability means that while attackers cannot directly view query results in the application's response, they can infer information by observing differences in application behavior (time-based or boolean-based techniques). This makes exploitation more subtle but no less dangerous, as attackers can methodically extract entire database contents.

The network-accessible attack vector with no authentication requirements significantly increases the risk exposure for affected WordPress installations. Attackers can remotely exploit this vulnerability without any user interaction or prior authentication.

Root Cause

The root cause of this vulnerability lies in the improper neutralization of special SQL characters in user input processed by the WP-BusinessDirectory plugin. The plugin fails to implement proper input validation, prepared statements, or parameterized queries when constructing SQL commands. This allows SQL metacharacters such as single quotes, double dashes, and semicolons to be interpreted as SQL syntax rather than literal data.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to a WordPress site running the vulnerable WP-BusinessDirectory plugin. The malicious input is processed by the plugin and incorporated into SQL queries without proper sanitization.

Blind SQL Injection techniques typically involve:

  • Boolean-based exploitation: Injecting conditional statements that alter query results, allowing attackers to infer true/false conditions based on page behavior
  • Time-based exploitation: Injecting SQL commands that cause deliberate delays (e.g., SLEEP() or BENCHMARK()), allowing attackers to extract data bit by bit based on response timing

The vulnerability does not require any privileged access, making it exploitable by any remote attacker who can reach the WordPress installation over the network.

Detection Methods for CVE-2025-24759

Indicators of Compromise

  • Unusual SQL error messages appearing in WordPress logs or debug output
  • Abnormal database query patterns or increased query execution times
  • Unexpected database access or data exfiltration attempts in web server logs
  • HTTP requests containing SQL injection payloads targeting WP-BusinessDirectory plugin endpoints

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in HTTP requests
  • Monitor web server access logs for requests containing SQL metacharacters (', --, ;, UNION, SELECT, SLEEP)
  • Enable WordPress database query logging and analyze for anomalous query structures
  • Deploy intrusion detection systems (IDS) with SQL injection signature detection capabilities

Monitoring Recommendations

  • Configure real-time alerting for suspicious database activity patterns
  • Monitor response times for endpoints associated with the WP-BusinessDirectory plugin to detect time-based attacks
  • Implement database activity monitoring to track queries executed against sensitive tables
  • Review WordPress security plugins for SQL injection detection capabilities

How to Mitigate CVE-2025-24759

Immediate Actions Required

  • Update the WP-BusinessDirectory plugin immediately when a patched version becomes available
  • Consider temporarily disabling the WP-BusinessDirectory plugin until a security patch is released
  • Implement a Web Application Firewall (WAF) with SQL injection protection rules
  • Restrict database user privileges for the WordPress installation to minimum required permissions

Patch Information

Review the Patchstack Vulnerability Report for the latest patch status and update information from CMSJunkie. Website administrators should monitor for plugin updates through the WordPress admin dashboard and apply security patches as soon as they become available.

Workarounds

  • Deploy a WAF configured to block SQL injection attempts targeting WordPress plugins
  • Implement input validation at the server level using security plugins such as Wordfence or Sucuri
  • Restrict access to the WordPress installation using IP allowlisting if possible
  • Consider using a virtual patching solution to protect against the vulnerability until an official patch is available
  • Regularly backup your WordPress database to enable recovery in case of successful exploitation

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.04%

  • 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-2023-54359: WordPress Adivaha Travel Plugin SQLI Flaw

  • CVE-2026-3781: WordPress Attendance Manager SQLi Flaw

  • CVE-2026-39466: Broken Link Checker SQL Injection Flaw

  • CVE-2026-1865: WordPress User Registration 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