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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-3136 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Local File Inclusion (LFI) via the `template` parameter.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-98 (Improper Control of Filename for Include/Require).…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **MasterStudy LMS**. <br>πŸ“‰ **Versions**: **3.3.3 and earlier**. <br>🏒 **Vendor**: stylemix.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: <br>1️⃣ Execute arbitrary PHP code (RCE). <br>2️⃣ Read sensitive server files. <br>3️⃣ Bypass authentication/access controls. <br>4️⃣ Escalate privileges to full server control.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: **Unauthenticated** (No login required). <br>🌐 **Access**: Network accessible (AV:N). <br>🎯 **Complexity**: Low (AC:L).

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

πŸ”₯ **Exploits**: **YES**. <br>πŸ“‚ **Public PoCs**: Available on GitHub (e.g., `drdry2`, `AlexDoe11`). <br>πŸ€– **Automation**: Nuclei templates exist for automated scanning.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Scan for **MasterStudy LMS** version ≀ 3.3.3. <br>2️⃣ Use Nuclei template `CVE-2024-3136.yaml`. <br>3️⃣ Check if `template` parameter is unsanitized in requests.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: **YES**. <br>πŸ“ **Patch**: Official changesets released by vendor (Trac changeset 3064337). <br>βœ… **Action**: Update plugin to latest version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1️⃣ **Disable** the plugin if not essential. <br>2️⃣ **WAF**: Block requests with suspicious `template` parameters. <br>3️⃣ **Restrict**: Limit file inclusion paths via server config.

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL**. <br>⚠️ **Priority**: **P1**. <br>πŸ“’ **Reason**: Unauthenticated RCE with public exploits. Immediate patching required to prevent server compromise.