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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Time-based SQL Injection (SQLi) in LearnPress. <br>πŸ’₯ **Consequences**: Attackers can extract sensitive database info.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: The `term_id` parameter is not properly sanitized. The SQL query lacks sufficient preparation, allowing malicious SQL code to be appended.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Product**: LearnPress – WordPress LMS Plugin. <br>🏒 **Vendor**: ThimPress. <br>⚠️ **Versions**: Up to and including **4.2.6.5**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Action**: Unauthenticated SQL Injection. <br>πŸ“Š **Impact**: High severity (CVSS 9.8). Attackers can read, modify, or delete database content. Full data breach potential.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. <br>βœ… **Auth Required**: **None** (Unauthenticated). <br>🌐 **Access**: Network accessible (AV:N). No user interaction needed.

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

πŸ’» **Public Exploit**: **YES**. <br>πŸ“œ **PoC Available**: Yes, via Nuclei templates (projectdiscovery). <br>πŸ”— **Details**: Time-based injection via `term_id` parameter is documented.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for LearnPress plugin version. <br>πŸ§ͺ **Test**: Check if `term_id` parameter in SQL queries is vulnerable to time-based delays. Use automated scanners like Nuclei with the specific CVE template.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. <br>πŸ“… **Patch Date**: Published around May 10, 2024. <br>πŸ”§ **Action**: Update LearnPress to a version **newer than 4.2.6.5**.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1️⃣ **Disable** the plugin if not in use. <br>2️⃣ **Restrict** access to WordPress admin endpoints.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. <br>πŸ”₯ **Priority**: **Immediate Action Required**. <br>πŸ“‰ **Risk**: Unauthenticated, high impact, public PoC exists. Patch immediately to prevent data theft.