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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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.