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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-8772 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical **Authorization Bypass** in WordPress InfiniteWP Client.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Missing **Authorization Check** in the `iwp_mmb_set_request` function within `init.php`.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress sites using **InfiniteWP Client** plugin. <br>πŸ“‰ **Versions**: All versions **before 1.9.4.5**. <br>⚠️ **Note**: If you are running 1.9.4.5 or later, you are safe.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Gains **Administrator** access. <br>πŸ“‚ **Data**: Can obtain sensitive information, modify site data, and execute arbitrary operations.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: No password required for the bypass itself. <br>πŸ“ **Config**: Only requires knowledge of the **administrator's username**. This is often easily guessable or discoverable.

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

🌐 **Public Exp?**: **YES**. <br>πŸ“œ **PoC**: Available via **Nuclei Templates** (ProjectDiscovery). <br>πŸ”₯ **Status**: Automated scanning tools can detect and exploit this easily. Wild exploitation is likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **InfiniteWP Client** plugin. <br>πŸ“Š **Version**: Check if version is **< 1.9.4.5**.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **YES**. <br>πŸ”§ **Patch**: Upgrade InfiniteWP Client to version **1.9.4.5** or higher. <br>πŸ“… **Published**: Fix was available since Feb 2020.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable/Uninstall** the InfiniteWP Client plugin immediately if not needed. <br>2. **Restrict Access**: Block access to `init.php` via WAF or `.htaccess` if possible. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>⏳ **Priority**: Patch **IMMEDIATELY**. <br>πŸ“‰ **Risk**: Low barrier to entry (username only) + Public PoC = High likelihood of active exploitation. Do not delay.