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

CVE-2025-13090: WP Directory Kit Plugin SQLi Vulnerability

CVE-2025-13090 is a SQL injection vulnerability in the WP Directory Kit plugin for WordPress that allows authenticated administrators to extract sensitive database information. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-13090 Overview

CVE-2025-13090 is a SQL Injection vulnerability affecting the WP Directory Kit plugin for WordPress. The vulnerability exists in all versions up to, and including, 1.4.6 due to insufficient escaping on the user-supplied search parameter and lack of sufficient preparation on the existing SQL query. This flaw allows authenticated attackers with Administrator-level access and above to append additional SQL queries into already existing queries, enabling the extraction of sensitive information from the database.

Critical Impact

Authenticated attackers with Administrator privileges can exploit this SQL Injection vulnerability to extract sensitive information from the WordPress database, potentially compromising user credentials, personal data, and other confidential information stored within the site.

Affected Products

  • WP Directory Kit WordPress Plugin versions up to and including 1.4.6
  • WordPress installations using vulnerable WP Directory Kit versions

Discovery Timeline

  • 2025-12-02 - CVE-2025-13090 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-13090

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89: Improper Neutralization of Special Elements used in an SQL Command) exists within the WP Directory Kit plugin's search functionality. The vulnerability has been assigned a CVSS 3.1 score of 4.9 (Medium severity) with the vector string CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N.

The CVSS metrics indicate:

  • Attack Vector (AV): Network - The vulnerability is exploitable remotely
  • Attack Complexity (AC): Low - No special conditions are required
  • Privileges Required (PR): High - Administrator-level access is needed
  • User Interaction (UI): None - No user interaction is required
  • Scope (S): Unchanged - The vulnerability affects only the vulnerable component
  • Confidentiality (C): High - Complete disclosure of database information is possible
  • Integrity (I): None - No modification of data
  • Availability (A): None - No impact on system availability

The EPSS (Exploit Prediction Scoring System) probability is 0.03% (7.843 percentile), indicating a relatively low likelihood of exploitation in the wild.

Root Cause

The root cause of this vulnerability is insufficient input sanitization and improper use of SQL query preparation. The search parameter accepts user-supplied input that is not properly escaped before being incorporated into SQL queries. WordPress provides the $wpdb->prepare() method for creating safe, parameterized queries, but this protective measure was either missing or improperly implemented in the affected code paths.

Attack Vector

The attack requires authenticated access with Administrator-level privileges. An attacker with such access can manipulate the search parameter to inject malicious SQL commands. Since the vulnerability is network-accessible and requires no user interaction, a compromised or malicious administrator account could leverage this flaw to:

  1. Extract sensitive user information including usernames, email addresses, and password hashes
  2. Access plugin and theme configuration data
  3. Retrieve any data stored in the WordPress database
  4. Potentially enumerate database structure for further attacks

The vulnerability allows data extraction but does not permit modification or deletion of database records based on the CVSS metrics provided.

Detection Methods for CVE-2025-13090

Indicators of Compromise

  • Unusual or malformed requests to WP Directory Kit search functionality containing SQL syntax characters
  • Database query logs showing unexpected UNION SELECT, ORDER BY, or other SQL injection patterns
  • Abnormal data extraction patterns or large query result sets
  • Failed or suspicious SQL queries in WordPress debug logs
  • Increased database load from search-related queries

Detection Strategies

Organizations should implement the following detection strategies:

  1. Web Application Firewall (WAF) Rules: Deploy rules to detect and block SQL injection patterns in the search parameter, including common payloads like ' OR '1'='1, UNION SELECT, and stacked queries.

  2. Database Query Monitoring: Monitor WordPress database queries for anomalous patterns, particularly those originating from the WP Directory Kit plugin's search functionality.

  3. Log Analysis: Review WordPress and web server access logs for requests containing SQL injection signatures targeting the plugin's endpoints.

  4. Plugin Version Auditing: Regularly audit installed WordPress plugins to identify vulnerable versions of WP Directory Kit.

Monitoring Recommendations

Security teams should establish continuous monitoring for:

  • Access log entries with SQL metacharacters in search parameters
  • Failed authentication attempts followed by search functionality abuse
  • Database error messages that may indicate SQL injection attempts
  • Administrator account activity, particularly involving the WP Directory Kit plugin
  • Changes to database tables that could indicate successful exploitation

How to Mitigate CVE-2025-13090

Immediate Actions Required

  • Update WP Directory Kit plugin to a version newer than 1.4.6 that addresses this vulnerability
  • Review administrator account access and ensure only trusted users have administrator privileges
  • Implement a Web Application Firewall (WAF) with SQL injection protection rules
  • Enable WordPress database query logging to monitor for suspicious activity
  • Audit recent administrator activity for signs of exploitation

Patch Information

The vulnerability has been addressed in updated versions of the WP Directory Kit plugin. Security patches are available via the WordPress Plugin Repository:

  • WordPress Plugin Changeset 3396348
  • WordPress Plugin Changeset 3405484

Additional vulnerability intelligence is available from Wordfence.

Workarounds

If immediate patching is not possible, implement the following temporary mitigations:

  1. Restrict Administrator Access: Limit administrator accounts to only essential, trusted personnel until the patch can be applied.

  2. WAF Configuration: Configure your web application firewall to filter SQL injection patterns in requests to the WP Directory Kit plugin.

  3. Network Segmentation: Restrict access to WordPress administrative functions to trusted IP addresses or VPN connections.

  4. Disable Plugin: As a last resort, temporarily disable the WP Directory Kit plugin until a patched version can be deployed.

bash
# Disable WP Directory Kit plugin via WP-CLI
wp plugin deactivate wpdirectorykit

# Verify plugin is disabled
wp plugin list --status=inactive | grep wpdirectorykit

# When patched version is available, update and reactivate
wp plugin update wpdirectorykit
wp plugin activate wpdirectorykit

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

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

  • Plugins Trac Wordpress

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