This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Time-based SQL Injection (SQLi) in LearnPress. <br>π₯ **Consequences**: Attackers can extract sensitive database info.β¦
π‘οΈ **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.