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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-3592 β€” AI Deep Analysis Summary

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in **Quiz And Survey Master** plugin. <br>πŸ’₯ **Consequences**: Attackers can steal, modify, or delete database content.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (Improper Neutralization of Special Elements used in an SQL Command). <br>πŸ” **Flaw**: The `question_id` parameter is not properly sanitized, allowing malicious SQL code to be executed.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **Quiz And Survey Master (QSM)**. <br>πŸ“… **Version**: **9.0.1** and earlier versions. <br>🏒 **Vendor**: ExpressTech.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. **Read** sensitive data (user credentials, site config). <br>2. **Modify** database records. <br>3. **Delete** critical data. <br>4.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ” **Threshold**: **Low** for exploitation, but requires **Low Privileges** (PR:L). <br>🌐 **Network**: Remote (AV:N). <br>⚠️ **Note**: An attacker needs valid WordPress credentials to trigger the vulnerable parameter.

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

πŸ“œ **Exploit Status**: No public PoC/Exploit listed in the data. <br>πŸ” **References**: WordFence and WordPress Trac links provided, but no direct exploit code available yet.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check installed plugins for **Quiz And Survey Master**. <br>2. Verify version is **≀ 9.0.1**. <br>3. Scan for SQLi patterns in `question_id` parameters using security scanners.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix**: Yes, an official fix exists. <br>πŸ”— **Patch**: See WordPress Trac changeset **3097878**. <br>πŸ› οΈ **Action**: Update the plugin to the latest version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable** the plugin if not in use. <br>2. Restrict access to quiz/survey endpoints. <br>3. Implement **WAF rules** to block SQLi payloads in `question_id`.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“Š **CVSS**: **9.1** (Critical). <br>πŸ’‘ **Priority**: Patch immediately. The impact is High (C:H, I:H, A:H) and the attack vector is Network-based.