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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

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.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **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.