CVE-2026-15453 MEDIUM

CVE-2026-15453: KiviCare <= 4.5.1 - Authenticated (Doctor+) SQL Injection via 'searchTerm' Parameter

Vendor Iqonicdesign
Product KiviCare – Clinic & Patient Management System (EHR)
Weakness CWE-89 · SQLi
Published August 15, 2026
Last update August 15, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

KiviCare versions up to 4.5.1 contain a SQL injection vulnerability in a database query that requires low-level authentication to exploit. An authenticated attacker can craft malicious input to read sensitive data from the database, including patient records and system information. The vulnerability does not allow data modification or system unavailability.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the database, including patient records and other confidential information.

Potential impact on your site

04Site Impact

Patient data and other sensitive information stored in the database can be exposed to authenticated users with low privileges.

Conditions required to exploit

05Prerequisites

Attacker must have a valid user account with low-level privileges (e.g., staff or patient login).

Key dates

06Disclosure timeline

August 15, 2026 CVE published

Related vulnerabilities

08Related CVE