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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Blind SQL Injection in **Web Directory Free** plugin. <br>πŸ’₯ **Consequences**: Attackers can extract database data via errorless queries. Critical risk to data integrity and confidentiality.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: Improper neutralization of special elements in SQL commands. Input validation is missing or flawed.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Shamalli** / **Web Directory Free**. <br>πŸ“‰ **Version**: **1.7.6 and earlier**. <br>🌐 **Platform**: WordPress sites running this specific plugin.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: <br>1. Extract sensitive DB data (users, configs). <br>2. Modify or delete records. <br>3. Potentially escalate privileges via blind injection techniques.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: None required (**PR:N**). <br>🌐 **Access**: Network accessible (**AV:N**). <br>πŸ–±οΈ **UI**: No user interaction needed (**UI:N**).

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

πŸ“¦ **Public Exp?**: **No PoC provided** in data. <br>⚠️ **Risk**: High likelihood of wild exploitation due to low complexity (**AC:L**) and no auth needed.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for **Web Directory Free v1.7.6-**. <br>2. Check `wp-content/plugins/web-directory-free/`. <br>3. Use SQLi scanners on directory endpoints.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update plugin to **>1.7.6**. <br>πŸ“₯ **Source**: Vendor patch or official WordPress repo. <br>πŸ”— **Ref**: Patchstack database entry available.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Disable/Uninstall** plugin immediately. <br>2. Implement WAF rules to block SQLi payloads. <br>3. Restrict DB user privileges.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“Š **CVSS**: **8.6** (High). <br>⏳ **Action**: Patch ASAP. No auth barrier makes it critical for immediate remediation.