Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-13390 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: WP Directory Kit ≀1.4.4 has a critical **Authentication Bypass**. The auto-login token uses a weak MD5 hash of only the first 10 chars of `user_id`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-303** (Improper Authentication). The flaw lies in the **cryptographically weak token generation**. It relies on a predictable MD5 prefix of the user ID instead of a secure, random session token.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **WP Directory Kit** plugin by **listingthemes**. πŸ“‰ **Versions**: **1.4.4 and earlier**. 🌐 **Platform**: WordPress sites running this specific plugin version.…

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Attackers gain **Administrator Access**. πŸ“‚ **Data**: Full read/write access to all site data, plugins, themes, and database.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **Extremely Low**. 🚫 **Auth Required**: **None**. No login needed. βš™οΈ **Config**: No special configuration required. The vulnerability is inherent in the code logic for `user_id=1` (default admin).…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”“ **Public Exp**: **YES**. Multiple PoCs are available on GitHub (e.g., `d0n601`, `Nxploited`). πŸ§ͺ **Scanners**: Nuclei templates (`CVE-2025-13390.yaml`) are already live.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check plugin version in WP Dashboard. 2. Scan for `WP Directory Kit` ≀1.4.4. 3. Use Nuclei or similar scanners with the CVE-2025-13390 template. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **YES**. Official patch released via WordPress Trac (Changeset 3400599). πŸ“… **Published**: Dec 3, 2025. βœ… **Action**: Update WP Directory Kit to the latest version immediately.…

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, **disable the plugin** entirely. 🚫 **Block Access**: Restrict access to the plugin's auto-login endpoints via WAF or `.htaccess`.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL / IMMEDIATE**. 🚨 **Priority**: **P0**. CVSS Score is **High** (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H). ⏳ **Risk**: Active exploitation is highly probable.…