Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-10738 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in 'URL Shortener Plugin For WordPress'. 💥 **Consequences**: Attackers can manipulate database queries via the `analytic_id` parameter.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: CWE-89 (SQL Injection). 🔍 **Flaw**: Insufficient escaping of the `analytic_id` parameter and improper preparation of SQL queries.…

Q3Who is affected? (Versions/Components)

📦 **Affected Product**: URL Shortener Plugin For WordPress. 🏢 **Vendor**: rupok98. 📉 **Versions**: Version 3.0.7 and earlier versions are vulnerable.

Q4What can hackers do? (Privileges/Data)

🕵️ **Hackers' Power**: Full SQL injection capabilities. 📊 **Impact**: High Confidentiality, Integrity, and Availability impact (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).…

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Exploitation Threshold**: LOW. ✅ **Auth**: No authentication required (PR:N). 🌐 **Access**: Network accessible (AV:N). 🎯 **Complexity**: Low (AC:L). No user interaction needed (UI:N).

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

📜 **Public Exploit**: No specific PoC or Exploit code provided in the data (pocs: []). 🌍 **Wild Exploitation**: While no code is listed, the low complexity and network accessibility suggest it is easily exploitable in th…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: Scan for the plugin 'URL Shortener Plugin For WordPress' by 'rupok98'. 📋 **Verify Version**: Check if installed version is ≤ 3.0.7. 🛠️ **Tooling**: Use WordPress security scanners to detect SQLi pattern…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: The data implies a fix exists for versions > 3.0.7. 📅 **Published**: 2025-12-13. ⚠️ **Action**: Update the plugin to the latest version immediately to patch the SQLi flaw.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot update: 1. Disable the plugin if not needed. 2. Implement WAF rules to block SQL injection patterns in `analytic_id`. 3. Restrict access to the plugin's endpoints if possible.

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: CRITICAL. ⚡ **Priority**: Immediate action required. 📈 **Reason**: High CVSS score, no auth needed, and direct database access risk. Do not delay patching.