What the vulnerability does
01Description
The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress is vulnerable to generic SQL Injection via the 'orderby' parameter in all versions up to, and including, 4.5.0 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 doctor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This requires that the attacker hold at minimum a KiviCare Doctor-level account, or a Receptionist or Clinic Admin role that grants the doctor_session_list capability.
Explanation of Vulnerability in Simple Terms
02Summary
KiviCare versions up to 4.5.0 contain a SQL injection vulnerability in a database query that requires low-level authentication to exploit. An authenticated user 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 accessed by authenticated users without proper authorization.
Conditions required to exploit
05Prerequisites
Attacker must have a valid user account with low-level privileges on the KiviCare system.
Key dates
06Disclosure timeline
July 11, 2026
CVE published