Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY ¡ Raised: 1336 CNY

100%

CVE-2022-0846 — AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in WordPress plugin **SpeakOut! Email Petitions**. <br>💥 **Consequences**: Attackers can manipulate SQL queries via the `id` parameter in the `dk_speakout_sendmail` AJAX action.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-89** (Improper Neutralization of Special Elements used in an SQL Command).…

Q3Who is affected? (Versions/Components)

📦 **Affected Product**: WordPress Plugin **SpeakOut! Email Petitions**. <br>📉 **Versions**: All versions **before 2.14.15.1**. <br>🌐 **Platform**: WordPress sites using PHP/MySQL.

Q4What can hackers do? (Privileges/Data)

🕵️ **Attacker Actions**: <br>1. **Extract Data**: Steal sensitive user info, emails, or petition details. <br>2. **Modify Data**: Alter or delete records. <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: **LOW**. <br>🔓 **Auth**: **Unauthenticated**. No login required. <br>⚙️ **Config**: Exploitable via standard AJAX calls. Easy to trigger remotely.

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

🔓 **Public Exp?**: **YES**. <br>📜 **PoC**: Available via **Nuclei Templates** (ProjectDiscovery). <br>🌍 **Wild Exp**: High risk due to low barrier to entry and available automation tools.

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: <br>1. Scan for **SpeakOut! Email Petitions** plugin. <br>2. Check version number (must be < 2.14.15.1). <br>3.…

Q8Is it fixed officially? (Patch/Mitigation)

✅ **Official Fix**: **YES**. <br>🔧 **Patch**: Upgrade the plugin to version **2.14.15.1** or later. <br>📢 **Source**: Vendor release notes & WPScan advisories.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable** the plugin immediately if updates are delayed. <br>2. **Restrict** access to the `dk_speakout_sendmail` AJAX endpoint via WAF rules. <br>3.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **HIGH**. <br>⚠️ **Priority**: **P1**. <br>💡 **Reason**: Unauthenticated SQLi is critical. Immediate patching required to prevent data breaches. Do not ignore!