This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
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.