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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-24762 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A SQL Injection (SQLi) flaw in the **Perfect Survey** WordPress plugin. πŸ“‰ **Consequences**: Attackers can execute illegal SQL commands, potentially stealing data or taking over the admin account.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The plugin fails to validate or escape the `question_id` GET parameter before using it in a SQL statement within the `get_question` AJAX action.…

Q3Who is affected? (Versions/Components)

🎯 **Affected**: **Perfect Survey WordPress plugin** versions **before 1.5.2**. πŸ“¦ If you are running an older version, you are in the danger zone. WordPress itself is the platform, but the plugin is the weak link.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Unauthenticated users can perform SQL injection. πŸ•΅οΈβ€β™‚οΈ Specifically, exploits can **grep the admin password** (Blind SQLi). This means full account takeover and potential database compromise.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. No authentication is required! πŸšΆβ€β™‚οΈ Any unauthenticated user on the internet can trigger the vulnerability via the `question_id` parameter. It’s an open door.

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

πŸ’£ **Public Exploits**: **YES**. πŸ“‚ Multiple PoCs exist, including a specific Blind SQLi exploit repo (`c4cnm/Exploit_CVE-2021-24762`) designed to extract admin passwords. Tools like Nuclei templates are also available.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the **Perfect Survey** plugin version. πŸ› οΈ Use scanners like **Nuclei** with the specific CVE template. Look for the `get_question` AJAX endpoint accepting unsanitized `question_id` parameters.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. Upgrade the Perfect Survey plugin to **version 1.5.2 or later**. πŸ“₯ The vendor has released a patch that addresses the input validation issue. Update immediately!

Q9What if no patch? (Workaround)

🚧 **No Patch?**: If you can't update, **disable the plugin** immediately. πŸ›‘ Alternatively, implement strict WAF rules to block SQL injection patterns in the `question_id` parameter, though disabling is safer.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. 🚨 Since it allows **unauthenticated** access and leads to **admin password theft**, this is a critical threat. Patch now or risk total site compromise. Don't wait!