Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2022-1609 — AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical **Code Injection** vulnerability in School Management Pro. It stems from a **hidden backdoor** in the REST API.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: The flaw is a **vague backdoor** embedded within the **REST API** endpoint (`/wp-json/am-member/license`). It allows unauthenticated input to be executed as system commands.…

Q3Who is affected? (Versions/Components)

🏫 **Affected Product**: **School Management Pro** by Weblizar (WordPress Plugin). 📅 **Versions**: **6.0** up to **9.9.6**. 🇮🇳 **Vendor**: Weblizar (Indian company). If you use these versions, you are at risk!

Q4What can hackers do? (Privileges/Data)

💻 **Attacker Capabilities**: Full **Remote Code Execution (RCE)**. 📂 **Privileges**: The PoC shows execution as `www-data` (web server user).…

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Exploitation Threshold**: **LOW**. 🚫 **No Auth Required**: The backdoor is accessible via the REST API without login.…

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

💣 **Public Exploits**: **YES**. Multiple PoCs are available on GitHub (e.g., `savior-only`, `0xSojalSec`, `WitchWatcher`). 📜 **Tools**: Bash scripts (`exploit.sh`) and curl commands are publicly shared.…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: Scan for the specific REST endpoint: `/wp-json/am-member/license`. 🧪 **Test**: Send a POST request with `blowf=system('id')`. If the response contains `uid=33(www-data)`, you are vulnerable!…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: The data does not list a specific patch date, but the vulnerability is published (Jan 2024). ⚠️ **Action**: You must **update** to a version > 9.9.6 immediately if available, or remove the plugin.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Disable/Remove** the plugin immediately. 2. **Block** the endpoint `/wp-json/am-member/license` via WAF or firewall. 3.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL**. 🚨 **Priority**: **P0**. Since it is an unauthenticated RCE with public exploits, your server is likely being scanned right now. Patch or mitigate **TODAY**. Do not wait!