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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated SQL Injection in LearnPress Plugin. πŸ’₯ **Consequences**: Attackers can manipulate database queries, leading to data theft or system compromise.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). The plugin fails to sanitize/escape the `order_by` parameter before using it in SQL statements. πŸ› **Flaw**: Poor input validation on API endpoints.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **LearnPress – WordPress LMS Plugin**. πŸ“‰ **Versions**: Version **4.1.7.3.2 and earlier** (specifically < 4.2.0). Vendor: ThimPress.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Extract sensitive data (e.g., `user_pass` hashes), modify database content, or potentially execute arbitrary SQL commands.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. No authentication required! πŸšͺ **Access**: Unauthenticated users can exploit this via the `/wp-json/lp/v1/courses/archive-course` endpoint. Very easy to trigger.

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

πŸ”“ **Exploit Status**: **YES**. Public PoCs exist on GitHub (e.g., `sqlmap` scripts). 🌐 **Wild Exploitation**: Likely, given the ease of use with tools like sqlmap and Nuclei templates.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the specific endpoint `/wp-json/lp/v1/courses/archive-course`. Use Nuclei templates or sqlmap with `--level=5` to test the `order_by` parameter for time-based blind SQLi.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix Status**: **YES**. The vulnerability was fixed in version **4.2.0**. πŸ“ **Action**: Update the LearnPress plugin immediately to the latest version to patch the SQLi flaw.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: Disable the specific REST API endpoint if possible. Restrict access to `/wp-json/lp/v1/` via WAF rules.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. CVSS Score indicates Critical impact on Confidentiality. Unauthenticated access makes it extremely dangerous. πŸš€ **Priority**: Patch immediately to prevent data breaches.