VYPR
Unrated severityNVD Advisory· Published Dec 6, 2024· Updated Apr 8, 2026

KiviCare – Clinic & Patient Management System (EHR) <= 3.6.4 - Unauthenticated SQL Injection

CVE-2024-11728

Description

The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress is vulnerable to SQL Injection via the 'visit_type[service_id]' parameter of the tax_calculated_data AJAX action in all versions up to, and including, 3.6.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Unauthenticated SQL injection in KiviCare WordPress plugin up to 3.6.4 allows attackers to extract sensitive database information.

Vulnerability

The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress versions up to and including 3.6.4 is vulnerable to SQL injection via the visit_type[service_id] parameter of the tax_calculated_data AJAX action. The plugin fails to properly escape user-supplied input and does not prepare the SQL query sufficiently, allowing injection of arbitrary SQL. [1]

Exploitation

An unauthenticated attacker can send a crafted AJAX request to the tax_calculated_data action with a malicious visit_type[service_id] parameter. No authentication or prior access is required. The injected SQL is appended to an existing query, enabling the attacker to manipulate the query execution.

Impact

Successful exploitation allows an unauthenticated attacker to extract sensitive information from the WordPress database, such as user credentials, session tokens, or other private data. The attacker does not gain direct code execution but can retrieve any data stored in the database.

Mitigation

The vulnerability exists in all versions up to 3.6.4. The plugin's current version is 4.4.0 [1], which likely includes a fix. Users should update to the latest version (4.4.0 or later) immediately. No workarounds are documented. The CVE is not listed in CISA's Known Exploited Vulnerabilities catalog as of publication.

AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

1

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.