Description
The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress is vulnerable to generic SQL Injection via the 'searchTerm' parameter in all versions up to, and including, 4.5.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires a KiviCare custom role with the 'settings_view' permission (e.g., Doctor or Receptionist), meaning standard WordPress subscribers cannot exploit this without a KiviCare-assigned role.
Published: 2026-08-15
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in KiviCare – Clinic & Patient Management System manifests as a generic SQL Injection flaw triggered by the 'searchTerm' parameter in the API that is not properly escaped or prepared. The weakness, classified under CWE-89, permits an authenticated user with a KiviCare custom role possessing the 'settings_view' permission, such as Doctor or Receptionist, to append arbitrary SQL to existing queries. This can be leveraged to exfiltrate confidential data from the database, thereby compromising patient privacy and the system’s integrity. The plugin’s design requires an authenticated session, meaning the attacker must first gain legitimate access to the WordPress site and possess an elevated role before issuing the injected query.

Affected Systems

IQonicDesign’s KiviCare – Clinic & Patient Management System for WordPress, versions 4.5.1 and earlier are affected. The vulnerability resides in all releases up to and including 4.5.1; no specific sub-version granularity is enumerated beyond the Major. Users deploying any of these releases without applying the current fix or patch are vulnerable.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium‑severity risk. The EPSS score is not available, so precise exploitation likelihood cannot be quantified, but the lack of a KEV listing suggests no widespread active exploitation is documented. Attackers must first authenticate with a KiviCare role that has 'settings_view' permission, implying that the vector is internal authenticated. Once authenticated, the attacker can exploit the flaw to retrieve arbitrary database information, which could lead to a breach of PHI and other sensitive records.

Generated by OpenCVE AI on August 15, 2026 at 04:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade KiviCare to the latest version (4.5.2 or later) where the 'searchTerm' parameter is properly sanitized and the query is prepared.
  • Apply a temporary containment by revoking the 'settings_view' permission from custom roles such as Doctor and Receptionist until the patch is applied, effectively blocking the vulnerable endpoint from privileged users.
  • Audit the database for any unauthorized data export activity following this vulnerability to detect potential exfiltration attempts.

Generated by OpenCVE AI on August 15, 2026 at 04:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 04:45:00 +0000

Type Values Removed Values Added
First Time appeared Iqonicdesign
Iqonicdesign kivicare – Clinic & Patient Management System (ehr)
Wordpress
Wordpress wordpress
Vendors & Products Iqonicdesign
Iqonicdesign kivicare – Clinic & Patient Management System (ehr)
Wordpress
Wordpress wordpress

Sat, 15 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
Description The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress is vulnerable to generic SQL Injection via the 'searchTerm' parameter in all versions up to, and including, 4.5.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires a KiviCare custom role with the 'settings_view' permission (e.g., Doctor or Receptionist), meaning standard WordPress subscribers cannot exploit this without a KiviCare-assigned role.
Title KiviCare <= 4.5.1 - Authenticated (Doctor+) SQL Injection via 'searchTerm' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Iqonicdesign Kivicare – Clinic & Patient Management System (ehr)
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T03:25:58.566Z

Reserved: 2026-07-10T19:47:18.832Z

Link: CVE-2026-15453

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T04:18:07.300

Modified: 2026-08-15T04:18:07.300

Link: CVE-2026-15453

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T04:30:02Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')