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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2022-0479 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in WordPress Plugin 'Popup Builder'. πŸ’₯ **Consequences**: Attackers can inject malicious SQL code via the `sgpb-subscription-popup-id` parameter.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-89**: Improper Neutralization of Special Elements used in an SQL Command. πŸ” **Flaw**: The plugin fails to **clean and escape** the `sgpb-subscription-popup-id` parameter before using it in SQL statements within …

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: Popup Builder – Create highly converting, mobile friendly marketing popups. πŸ“‰ **Affected Versions**: All versions **before 4.1.1**. 🌐 **Platform**: WordPress sites using this specific plugin.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: 1. **SQL Injection**: Extract, modify, or delete database data. 2. **Privilege Escalation**: The vulnerability can be leveraged to execute attacks against **logged-in administrators**. 3.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: Low to Medium. πŸ”‘ **Auth**: Requires interaction with the subscriber management dashboard. πŸ“ **Config**: The vulnerability exists in the parameter handling logic, making it accessible if the plugin is in…

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

πŸ”“ **Public Exploit**: Yes. πŸ“œ **PoC Available**: Proof of Concept exists in the **Nuclei templates** repository (projectdiscovery/nuclei-templates). 🌍 **Status**: Known and documented in security databases like WPScan.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Scan for **Popup Builder** plugin version < 4.1.1. 2. Use automated scanners (e.g., **Nuclei**) with the CVE-2022-0479 template. 3.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ”§ **Patch**: Version **4.1.1** and later resolve the issue. πŸ“’ **Source**: Official WordPress plugin changeset (2686454) confirms the fix.

Q9What if no patch? (Workaround)

🚧 **Workaround (If No Patch)**: 1. **Disable** the Popup Builder plugin immediately. 2. **Restrict Access**: Limit access to the subscriber management dashboard. 3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: HIGH. ⏳ **Urgency**: Immediate action required. πŸ’‘ **Reason**: Active exploitation is possible, affects admin privileges, and public PoCs exist. Update to v4.1.1+ ASAP.