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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: MasterStudy LMS plugin fails to validate registration parameters. πŸ“‰ **Consequences**: Attackers can create admin accounts without logging in. This breaks the core security of the site.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-269 (Improper Access Control). The plugin lacks proper privilege checks during account creation. It trusts input it shouldn't.

Q3Who is affected? (Versions/Components)

🎯 **Affected**: WordPress sites using **MasterStudy LMS**. πŸ“¦ **Version**: Specifically **2.7.5** and earlier. Anything < 2.7.6 is at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Power**: Gain **Admin Privileges**. πŸ“‚ **Impact**: Read sensitive data, modify site content, and execute unauthorized operations. Full site control.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. No authentication required. 🌐 **Access**: Publicly accessible registration endpoint. Anyone on the internet can exploit this.

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

πŸ”“ **Exploits**: **YES**. Multiple PoCs exist on GitHub. 🐍 Python scripts available for auto-exploitation. Wild exploitation is highly likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Use Nuclei templates or specific Python checkers. πŸ“ **Scan**: Look for the registration endpoint behavior. Verify if admin roles can be assigned via API.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Upgrade to **version 2.7.6** or later. The vendor confirmed the fix. Check the WordPress plugin repository for updates.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If you can't patch, disable public registration. πŸ›‘ **Block**: Restrict access to the registration endpoint via WAF or server config.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. Unauthenticated admin access is a top-tier threat. πŸƒ **Action**: Patch immediately. Do not wait.