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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-3922 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in Dokan Pro. πŸ’₯ **Consequences**: Attackers can manipulate database queries, leading to data theft, modification, or destruction. Critical integrity loss.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-89**: SQL Injection. πŸ” **Root Cause**: Insufficient escaping of user-supplied parameters + lack of prepared statements in SQL queries. Specifically in `handle_moip_webhook`.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: wedevs. πŸ“¦ **Product**: Dokan Pro (WordPress Plugin). πŸ“‰ **Affected**: Versions **3.10.3 and earlier**. 🌐 **Platform**: WordPress sites using this plugin.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated access required. πŸ—„οΈ **Data**: Full read/write access to database. πŸ“Š **Impact**: High (CVSS Score indicates Complete Confidentiality, Integrity, and Availability impact).

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: LOW. πŸšͺ **Auth**: Unauthenticated (No login needed). βš™οΈ **Config**: Exploitable via specific webhook endpoint. πŸš€ **Ease**: High risk due to low barrier to entry.

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

πŸ”“ **Public Exp?**: YES. πŸ“‚ **PoC**: Available on GitHub (truonghuuphuc/CVE-2024-3922-Poc). πŸ§ͺ **Scanner**: Nuclei templates exist. ⚠️ **Status**: Actively exploitable in the wild.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for Dokan Pro version <= 3.10.3. πŸ“‘ **Target**: Look for `/wp-content/plugins/dokan-pro/modules/moip/module.php` webhook calls. πŸ› οΈ **Tool**: Use Nuclei or manual PoC scripts to test the `code` parameter.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update Dokan Pro to version **> 3.10.3**. πŸ“ **Source**: Check vendor changelog (dokan.co) for patch notes. βœ… **Action**: Immediate upgrade recommended.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, disable the Moip payment module or restrict webhook access via WAF. 🚫 **Block**: Filter malicious SQL patterns in the `code` parameter at the network edge.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. 🚨 **Priority**: P1. ⏳ **Reason**: Unauthenticated, high impact, public PoC exists. πŸƒ **Action**: Patch immediately to prevent data breach.