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 the `listingfields` parameter. <br>π₯ **Consequences**: Attackers can extract database data, modify records, or delete information.β¦
π‘οΈ **Root Cause**: CWE-89 (SQL Injection). <br>π **Flaw**: Insufficient escaping of user-supplied input and lack of prepared statements in the SQL query logic.
Q3Who is affected? (Versions/Components)
π’ **Vendor**: strategy11team. <br>π¦ **Product**: Business Directory Plugin β Easy Listing Directories for WordPress. <br>π **Affected**: Versions **6.4.2 and earlier**.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Privileges**: Unauthenticated access required. <br>π **Data**: High impact on Confidentiality, Integrity, and Availability. Attackers can read/write/delete DB content.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Threshold**: LOW. <br>π **Auth**: No authentication needed. <br>π **Config**: Low complexity. Any visitor can trigger the exploit via the `listingfields` parameter.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π£ **Exploit**: YES. <br>π **PoC**: Publicly available on GitHub (truonghuuphuc/CVE-2024-4443-Poc) and ProjectDiscovery Nuclei templates.
Q7How to self-check? (Features/Scanning)
π **Check**: Scan for the plugin version. <br>π§ͺ **Test**: Use Nuclei template `CVE-2024-4443.yaml` or the GitHub PoC script against the `listingfields` parameter.
Q8Is it fixed officially? (Patch/Mitigation)
π§ **Fix**: YES. <br>π **Patch**: Update to the latest version. Reference: WordPress Trac changeset 3089626 and `class-fieldtypes-select.php` fix.
Q9What if no patch? (Workaround)
π§ **Workaround**: If patching is delayed, restrict access to the plugin endpoints or implement WAF rules to block malicious SQL payloads in the `listingfields` parameter.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: CRITICAL. <br>β οΈ **Priority**: Patch immediately. CVSS 9.8 (High) + Unauthenticated + Public PoC = High risk of active exploitation.