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**: SQL Injection (SQLi) in **Nabz Image Gallery** plugin. <br>π₯ **Consequences**: Attackers can inject malicious SQL commands.β¦
π‘οΈ **Root Cause**: **CWE-89** (Improper Neutralization of Special Elements used in an SQL Command). <br>π **Flaw**: Insufficient escaping of user-supplied parameters and lack of prepared statements.β¦
π¦ **Affected Product**: **Nabz Image Gallery** WordPress Plugin. <br>π€ **Vendor**: Nabajit Roy. <br>π **Version**: **v1.00 and earlier**. Any site running this version or older is at risk.
π₯ **Public Exploit**: **YES**. <br>π **PoC Available**: A Proof of Concept is published on GitHub by **RandomRobbieBF**. <br>β οΈ **Status**: Wild exploitation is likely possible since the vector is simple and public.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Scan your WordPress plugins for **Nabz Image Gallery**. <br>2. Check version number: Is it **β€ v1.00**? <br>3.β¦
π§ **No Patch Workaround**: <br>1. **Disable/Deactivate**: Immediately turn off the plugin. <br>2. **Remove**: Delete the plugin files if not needed. <br>3.β¦