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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in WordPress plugin 'Simple Link Directory'. πŸ’₯ **Consequences**: Attackers can steal sensitive data, modify database records, or execute unauthorized admin actions.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-89 (SQL Injection). πŸ” **Flaw**: The `qcopd_upvote_action` AJAX function accepts `post_id` without validation or escaping before using it in a SQL statement. Dirty data enters the database engine directly.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: WordPress Plugin: Simple Link Directory. πŸ“‰ **Affected Versions**: All versions **before 7.7.2**. If you are running 7.7.1 or lower, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: 1. Extract sensitive info (user creds, DB structure). 2. Modify/Delete data. 3. Execute admin operations. πŸ”“ **Privilege**: Can be done by **unauthenticated** users (no login needed!).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. πŸ”‘ **Auth**: No authentication required. Any anonymous visitor on the internet can trigger the exploit via the AJAX endpoint. Config complexity is minimal.

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

πŸ”₯ **Exploit Status**: **YES**. πŸ“œ **PoC**: Public Proof-of-Concept available via Nuclei templates (projectdiscovery). Wild exploitation is highly likely given the low barrier to entry.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: 1. Scan for 'Simple Link Directory' plugin. 2. Check version number (must be < 7.7.2). 3. Use scanners like Nuclei with the specific CVE-2022-0760 template to test the `qcopd_upvote_action` endpoint.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix**: **YES**. πŸ› οΈ **Patch**: Update the plugin to version **7.7.2** or higher. The vendor confirmed the fix via WordPress Trac changeset 2684915.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Disable** the plugin immediately if update isn't possible. 2. **Block** access to the `qcopd_upvote_action` AJAX endpoint via WAF or firewall rules. 3.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **HIGH**. ⏳ **Priority**: Patch immediately. Since it requires **no authentication**, automated bots are likely already scanning for this. Delay increases risk of data breach significantly.