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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-24849 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in WCFM Marketplace plugin. πŸ’₯ **Consequences**: Attackers can manipulate database queries, potentially stealing data or taking over the site.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-89**: Improper Neutralization of Special Elements used in an SQL Command. πŸ› **Flaw**: The `wcfm_ajax_controller` AJAX action fails to sanitize multiple parameters before SQL execution.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: WCFM Marketplace – Best Multivendor Marketplace for WooCommerce. πŸ“‰ **Affected**: Versions **before 3.4.12**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated & Authenticated users. πŸ—„οΈ **Data**: Full SQL injection capability. Attackers can read, modify, or delete database content.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. πŸšͺ **Access**: No authentication required! The vulnerability exists in an AJAX action accessible to **unauthenticated** users.

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

πŸ”“ **Exploit**: YES. πŸ“„ **PoC**: Public Nuclei template available on GitHub (projectdiscovery/nuclei-templates). Wild exploitation is likely due to ease of use.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for WCFM Marketplace plugin version < 3.4.12. πŸ§ͺ **Test**: Use Nuclei with the specific CVE-2021-24849 template to detect unsanitized SQL parameters.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: YES. πŸ› οΈ **Patch**: Upgrade WCFM Marketplace plugin to version **3.4.12** or later immediately.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, disable the plugin temporarily. πŸ›‘ **Mitigation**: Implement strict WAF rules to block SQL injection patterns in AJAX requests.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: HIGH. πŸ“… **Urgency**: Critical. Since it requires **no auth**, it is easily exploitable by automated bots. Patch immediately!