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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Local File Inclusion (LFI) in LearnPress.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Missing input validation on REST API parameters (`lp/v1/courses/archive-course`). <br>⚠️ **Flaw**: User-controlled input is directly passed to PHP `include` statements without sanitization. ❌

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: ThimPress. <br>πŸ“¦ **Product**: LearnPress – WordPress LMS Plugin. <br>πŸ“… **Affected**: Versions **4.1.7.3.2 and earlier**. ⚠️

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated access (No login needed!). <br>πŸ“‚ **Data**: Read arbitrary local files. <br>πŸ”“ **Impact**: High Confidentiality, Low Integrity, No Availability impact (CVSS 3.1). πŸ”‘

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: None required (Unauthenticated). <br>🌐 **Network**: Remote (AV:N). <br>🎯 **Complexity**: Low (AC:L). Easy to exploit! πŸš€

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

πŸ”₯ **Public Exp**: **YES**. <br>πŸ“œ **PoC**: Available on GitHub (RandomRobbieBF) and Nuclei templates. <br>πŸ’» **Usage**: Simple Python script to fetch `/etc/passwd`. 🐍

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `lp/v1/courses/archive-course` endpoint. <br>πŸ§ͺ **Test**: Inject `../../../etc/passwd` into parameters. <br>πŸ“‘ **Tool**: Use Nuclei template `CVE-2022-47615.yaml`. πŸ› οΈ

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Upgrade to version **4.2.0 or later**. <br>πŸ“’ **Source**: Patchstack and vendor release notes confirm the fix. βœ…

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable REST API endpoints if possible. <br>πŸ›‘οΈ **WAF**: Block requests containing `../../../` in `lp/v1/courses` paths. <br>πŸ”’ **Access Control**: Restrict plugin access via IP whitelist. 🚫

Q10Is it urgent? (Priority Suggestion)

🚨 **Priority**: **HIGH**. <br>⚑ **Urgency**: Critical due to unauthenticated nature + public PoC. <br>πŸƒ **Action**: Patch immediately! Do not wait. ⏳