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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated SQL Injection (SQLi) in LearnPress plugin. πŸ’₯ **Consequences**: Attackers can extract sensitive database info, compromising data integrity & confidentiality.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). ❌ **Flaw**: Insufficient escaping of user-supplied parameters & lack of prepared statements in SQL queries.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: ThimPress. πŸ“¦ **Product**: LearnPress – WordPress LMS Plugin. πŸ“… **Affected**: Versions **≀ 4.2.7**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated (No login needed). πŸ“Š **Data**: Extract sensitive info from the database via the REST API endpoint.

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. πŸšͺ **Auth**: None required. βš™οΈ **Config**: Exploitable via standard REST API (`/wp-json/lp/v1/courses/archive-course`).

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

πŸ”“ **Exploit**: **YES**. πŸ“‚ **PoC**: Available on GitHub (RandomRobbieBF) & Nuclei templates. 🌍 **Wild Exploitation**: Likely due to low barrier.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for LearnPress plugin version ≀ 4.2.7. πŸ§ͺ **Test**: Probe `c_fields` parameter in the archive-course REST API endpoint.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **YES**. πŸ”„ **Patch**: Upgrade to version **4.2.7.1** or later. πŸ“ **Ref**: WordPress Trac changeset confirms fix.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, restrict access to `/wp-json/lp/v1/courses/archive-course` via WAF or firewall rules. πŸ›‘ Block unauthenticated API calls.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. 🚨 **Priority**: Critical. CVSS Score implies High Impact. Immediate patching or mitigation required to prevent data breach.