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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.