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

CVE-2025-13390: WP Directory Kit Auth Bypass Vulnerability

CVE-2025-13390 is an authentication bypass flaw in WP Directory Kit for WordPress that allows attackers to gain admin access via predictable tokens. This article covers the technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-13390 Overview

CVE-2025-13390 is a critical authentication bypass vulnerability affecting the WP Directory Kit plugin for WordPress. The vulnerability exists in all versions up to and including 1.4.4 due to an incorrect implementation of the authentication algorithm in the wdk_generate_auto_login_link function. The flaw stems from the use of a cryptographically weak token generation mechanism, which allows unauthenticated attackers to predict authentication tokens and gain administrative access to affected WordPress sites.

Critical Impact

Unauthenticated attackers can achieve full site takeover by exploiting predictable tokens in the auto-login endpoint, gaining complete administrative control over vulnerable WordPress installations.

Affected Products

  • WP Directory Kit versions up to and including 1.4.4
  • WordPress sites running vulnerable WP Directory Kit installations
  • All configurations using the auto-login feature

Discovery Timeline

  • 2025-12-03 - CVE-2025-13390 published to NVD
  • 2025-12-16 - Last updated in NVD database

Technical Details for CVE-2025-13390

Vulnerability Analysis

This authentication bypass vulnerability (CWE-303: Incorrect Implementation of Authentication Algorithm) allows attackers to circumvent the intended authentication mechanisms of the WP Directory Kit plugin. The core issue lies in the wdk_generate_auto_login_link function, which generates authentication tokens using a cryptographically weak algorithm. These predictable tokens can be computed or brute-forced by attackers, enabling them to construct valid auto-login URLs without prior authentication.

The vulnerability is particularly severe because it requires no user interaction and can be exploited remotely over the network. An attacker with no privileges on the target system can leverage this weakness to gain full administrative access to the WordPress installation, compromising the confidentiality, integrity, and availability of the entire site.

Root Cause

The root cause of CVE-2025-13390 is the use of a cryptographically insecure random number generation mechanism within the token creation process. The wdk_generate_auto_login_link function fails to implement sufficient entropy or cryptographic strength when generating authentication tokens. This results in tokens that can be predicted, computed, or brute-forced within a feasible timeframe, completely undermining the security of the auto-login feature.

Attack Vector

The attack is conducted remotely over the network, targeting the auto-login endpoint exposed by the WP Directory Kit plugin. An attacker can:

  1. Identify WordPress sites running vulnerable versions of WP Directory Kit
  2. Analyze or predict the token generation pattern used by wdk_generate_auto_login_link
  3. Generate or enumerate valid authentication tokens
  4. Access the auto-login endpoint with a valid predicted token
  5. Achieve administrative access and full site takeover

The vulnerability mechanism involves the predictable token generation in the authentication function. Technical details and proof-of-concept implementations are available through the GitHub PoC Repository and Ryan Kozak's CVE Analysis.

Detection Methods for CVE-2025-13390

Indicators of Compromise

  • Unexpected administrative logins from unfamiliar IP addresses or geographic locations
  • Unusual access patterns to the WP Directory Kit auto-login endpoint
  • New administrator accounts created without authorized user action
  • Suspicious modifications to site content, themes, or plugins
  • Authentication logs showing successful logins without corresponding password authentication

Detection Strategies

  • Monitor WordPress access logs for repeated requests to auto-login endpoints
  • Implement web application firewall (WAF) rules to detect and block suspicious auto-login attempts
  • Deploy file integrity monitoring to detect unauthorized changes to WordPress core files and plugin configurations
  • Enable WordPress security plugins with real-time threat detection capabilities

Monitoring Recommendations

  • Configure alerts for new administrator account creation
  • Monitor for bulk or sequential requests to authentication-related endpoints
  • Review authentication logs regularly for anomalous login patterns
  • Implement rate limiting on login and auto-login endpoints

How to Mitigate CVE-2025-13390

Immediate Actions Required

  • Update WP Directory Kit to a patched version immediately (versions after 1.4.4)
  • Audit existing administrator accounts for any unauthorized additions
  • Review recent site changes for signs of compromise
  • Consider temporarily disabling the auto-login feature until patched
  • Reset administrative credentials if compromise is suspected

Patch Information

The vendor has released a patch to address this vulnerability. The fix can be reviewed in the WordPress Plugin Changeset 3400599. Site administrators should update to the latest version of WP Directory Kit as soon as possible.

Additional threat intelligence and vulnerability details are available from Wordfence Threat Intelligence.

Workarounds

  • Disable the auto-login feature in WP Directory Kit if updating is not immediately possible
  • Implement additional authentication layers such as two-factor authentication for all administrator accounts
  • Use a web application firewall to block suspicious requests to the auto-login endpoint
  • Restrict administrative access to trusted IP addresses through .htaccess or server configuration

If immediate patching is not possible, administrators can restrict access to the auto-login functionality by adding rules to their web server configuration:

apache
# Block access to auto-login endpoints until patched
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} wdk_auto_login [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
  • TypeAuth Bypass

  • Vendor/TechWp Directory Kit

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-303
  • Technical References
  • GitHub PoC Repository

  • Ryan Kozak CVE Analysis

  • Wordfence Threat Intelligence
  • Vendor Resources
  • WordPress Plugin Change
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability
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