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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 7.5 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated SQL Injection (SQLi) in KiviCare plugin. πŸ’₯ **Consequences**: Attackers can read, modify, or delete database contents. Critical risk to patient data and system integrity.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). πŸ› **Flaw**: The `tax_calculated_data` function fails to sanitize the `visit_type[service_id]` parameter. Lack of prepared statements allows raw SQL execution.

Q3Who is affected? (Versions/Components)

πŸ₯ **Affected**: WordPress Plugin: **KiviCare – Clinic & Patient Management System (EHR)**. πŸ“‰ **Versions**: 3.6.4 and earlier. 🏒 **Vendor**: iqonicdesign.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Execute arbitrary SQL queries. πŸ“‚ **Data Access**: Extract sensitive info (user creds, patient records). πŸ”“ **Privileges**: Unauthenticated access means anyone can exploit it without logging in.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. 🚫 **Auth Required**: NONE. 🌐 **Access**: Remote/Network. πŸ–±οΈ **User Interaction**: NONE. Easy to exploit via AJAX calls.

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

πŸ”“ **Exploit Available**: YES. πŸ“‚ **PoC**: Public GitHub PoC exists (samogod/CVE-2024-11728). πŸ€– **Automation**: Nuclei templates available for mass scanning.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for KiviCare plugin version ≀ 3.6.4. πŸ§ͺ **Test**: Send malicious payload to `tax_calculated_data` AJAX endpoint via `visit_type[service_id]`. πŸ“‘ **Tools**: Use Nuclei or manual Burp Suite requests.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update plugin to version > 3.6.4. πŸ“ **Patch**: Vendor released fix in changeset 3201428. βœ… **Status**: Official patch available.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. 🚫 **Block**: Restrict access to `wp-admin/admin-ajax.php` or specific AJAX endpoints. πŸ›‘οΈ **WAF**: Deploy WAF rules to block SQLi patterns in `service_id` param.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. 🚨 **Priority**: Critical. ⏱️ **Reason**: Unauthenticated + SQLi + Public PoC. Patch immediately to prevent data breaches.