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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-28662 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated SQL Injection in 'Gift Cards' plugin. πŸ’₯ **Consequences**: Attackers can manipulate database queries, leading to data theft or site compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper sanitization of the `template` parameter. πŸ“ **Location**: Inside `wpgv_doajax_voucher_pdf_save_func` action. ⚠️ **Flaw**: Direct input into SQL query without validation.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: WordPress Plugin Gift Cards (Gift Vouchers and Packages). πŸ“‰ **Affected Versions**: Version **4.3.1** and earlier. 🌐 **Platform**: WordPress sites running this specific plugin.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Execute arbitrary SQL commands. πŸ’Ύ **Impact**: Extract sensitive user data, modify database records, or potentially escalate privileges to full server control.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🚫 **Auth Required**: None (Unauthenticated). βš™οΈ **Config**: Exploitable via the AJAX action endpoint directly. Easy to trigger.

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

πŸ” **Public Exp?**: Yes. πŸ“œ **PoC**: Available via ProjectDiscovery Nuclei templates. 🌍 **Wild Exploitation**: High risk due to automated scanning tools utilizing this template.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for the plugin version. πŸ§ͺ **Test**: Use Nuclei template `CVE-2023-28662.yaml`. πŸ“Š **Indicator**: Look for SQL error responses in the `wpgv_doajax_voucher_pdf_save_func` AJAX call.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update the plugin to a version **> 4.3.1**. βœ… **Official Patch**: Vendor released a fix. πŸ”„ **Action**: Immediate upgrade recommended.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. πŸ›‘ **Mitigation**: Restrict access to `wp-admin` and AJAX endpoints via WAF rules blocking SQL injection patterns in `template` param.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. 🚨 **Priority**: Critical. Unauthenticated SQLi is a severe threat. Patch immediately to prevent data breaches.