A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-28904

CVE-2025-28904: Web Directory Free SQLi Vulnerability

CVE-2025-28904 is a blind SQL injection vulnerability in Shamalli Web Directory Free that allows attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-28904 Overview

CVE-2025-28904 is a blind SQL injection vulnerability in the Shamalli Web Directory Free WordPress plugin. The flaw affects all versions of web-directory-free up to and including 1.7.6. The plugin fails to properly neutralize special elements in SQL commands, allowing unauthenticated attackers to inject arbitrary SQL through crafted requests. The vulnerability is classified under CWE-89 and carries a CVSS 3.1 score of 9.3. Because exploitation requires no authentication or user interaction, any WordPress site running a vulnerable version is directly exposed to remote attack over the network.

Critical Impact

Unauthenticated attackers can execute blind SQL injection against WordPress sites running Web Directory Free <= 1.7.6, enabling extraction of database contents and potential further compromise.

Affected Products

  • Shamalli Web Directory Free (web-directory-free) WordPress plugin
  • All versions from initial release through 1.7.6
  • WordPress installations with the vulnerable plugin activated

Discovery Timeline

  • 2025-03-25 - CVE-2025-28904 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-28904

Vulnerability Analysis

The vulnerability stems from improper neutralization of special elements used in SQL commands within the Web Directory Free plugin. User-controlled input reaches database query construction without parameterization or proper sanitization. Attackers send crafted HTTP requests containing SQL syntax that the plugin concatenates directly into queries executed against the WordPress database.

The blind nature of the injection means results are not returned directly in HTTP responses. Attackers infer data through boolean conditions or time-based payloads, observing differences in response behavior. Despite the blind classification, full database extraction is achievable through automated tooling.

The scope-changed CVSS vector indicates impact extends beyond the vulnerable component to the underlying WordPress database and potentially to other plugins sharing the same data store. Confidentiality impact is high, while integrity remains intact and availability suffers low impact.

Root Cause

The root cause is the construction of SQL statements through string concatenation with unsanitized user input. The plugin does not use wpdb::prepare() with placeholders, nor does it apply esc_sql() or type casting to incoming parameters. This pattern allows special SQL characters such as single quotes and comment markers to alter query structure.

Attack Vector

An unauthenticated remote attacker sends HTTP requests to a vulnerable endpoint exposed by the plugin. The request includes parameters containing SQL payloads designed to test boolean conditions or trigger time delays. By iterating payloads and observing response characteristics, the attacker extracts database content including WordPress user credentials, session tokens, and arbitrary table data.

The vulnerability mechanism is described in the Patchstack SQL Injection Advisory. No verified public proof-of-concept code is available at this time, and the EPSS score remains low at 0.076%.

Detection Methods for CVE-2025-28904

Indicators of Compromise

  • HTTP requests to Web Directory Free plugin endpoints containing SQL metacharacters such as ', --, UNION SELECT, SLEEP(, or BENCHMARK(
  • Unusual response time variance on plugin URLs, indicating time-based blind injection probing
  • Repeated requests from a single source to the same plugin endpoint with incrementally changing parameter values
  • Web server logs showing web-directory-free query strings with encoded SQL payloads

Detection Strategies

  • Deploy web application firewall rules that flag SQL injection signatures targeting WordPress plugin paths
  • Monitor WordPress database query logs for malformed or unusual SELECT statements originating from plugin code paths
  • Correlate HTTP 200 responses with anomalous response time distributions on plugin endpoints
  • Enable WordPress debug logging to capture errors generated by malformed SQL during exploitation attempts

Monitoring Recommendations

  • Track outbound database query volume from the WordPress host for sudden spikes consistent with automated extraction
  • Alert on access to wp_users and wp_usermeta tables outside normal authentication flows
  • Aggregate plugin endpoint access logs and apply anomaly detection to request rate and parameter entropy

How to Mitigate CVE-2025-28904

Immediate Actions Required

  • Deactivate and remove the Web Directory Free plugin if a patched version is not available for your installation
  • Restrict access to plugin endpoints at the web server or WAF layer until remediation is verified
  • Rotate WordPress administrator credentials and any secrets stored in the database after confirming exposure
  • Review WordPress access logs for evidence of prior exploitation against plugin URLs

Patch Information

At the time of NVD publication, the advisory indicates the vulnerability affects all versions through 1.7.6. Site operators should consult the Patchstack SQL Injection Advisory for the latest fixed version information and apply updates as soon as the vendor releases a patched build.

Workarounds

  • Block requests to vulnerable plugin endpoints using WAF rules targeting SQL injection payload patterns
  • Apply database-level least privilege by ensuring the WordPress database user cannot read tables outside its required scope
  • Disable the plugin entirely on production sites and use an alternative directory plugin until a fix is published
  • Place the WordPress instance behind an authentication proxy if the plugin functionality is not required for public users

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechShamalli Web Directory

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.08%

  • 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 SQL Injection Advisory
  • Related CVEs
  • CVE-2025-30908: Web Directory Free CSRF 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