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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2023-32590 — AI Deep Analysis Summary

CVSS 9.3 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in 'Subscribe to Category' plugin. 💥 **Consequences**: Attackers can inject malicious SQL queries to extract sensitive database info. The lack of input validation allows data leakage.

Q2Root Cause? (CWE/Flaw)

🛡️ **CWE-89**: Improper Neutralization of Special Elements used in an SQL Command. 🐛 **Flaw**: Insufficient escaping on user-supplied parameters + lack of prepared statements in existing SQL queries.

Q3Who is affected? (Versions/Components)

📦 **Product**: WordPress Plugin 'Subscribe to Category'. 👤 **Vendor**: Daniel Söderström / Sidney van de Stouwe. 📅 **Affected**: Versions <= 2.7.4.

Q4What can hackers do? (Privileges/Data)

🕵️ **Privileges**: Unauthenticated access required. 🗄️ **Data**: Can extract sensitive information from the database via appended SQL queries. High impact on Confidentiality (C:H).

Q5Is exploitation threshold high? (Auth/Config)

📉 **Threshold**: LOW. 🔓 **Auth**: None required (Unauthenticated). 🌐 **Network**: Remote (AV:N). ⚡ **Complexity**: Low (AC:L). Easy to exploit for anyone.

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

🔥 **Public Exp**: YES. 📂 **PoC**: Available on GitHub (RandomRobbieBF/CVE-2023-32590). 🧪 **Scanner**: Nuclei templates exist. Wild exploitation is possible.

Q7How to self-check? (Features/Scanning)

🔍 **Check**: Scan for 'Subscribe to Category' plugin version. 🛠️ **Tool**: Use Nuclei or manual SQL injection testing on category subscription endpoints. Look for version <= 2.7.4.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update plugin to version > 2.7.4. 📢 **Status**: Patch available via vendor. CNNVD/F厂商公告 recommended for updates.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Disable the plugin if not needed. 🚫 **Block**: Restrict access to plugin endpoints via WAF. 🛑 **Mitigate**: Input validation at application level if patching is delayed.

Q10Is it urgent? (Priority Suggestion)

🔴 **Priority**: HIGH. 🚀 **Urgency**: Critical due to unauthenticated nature and public PoC. Immediate patching or mitigation required to prevent data breach.