Description
The KiviCare WordPress plugin before 4.5.2 does not properly sanitise and escape user-supplied parameters before using them in a SQL query, allowing authenticated users with a clinic staff-level role to perform SQL injection.
Published: 2026-08-12
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw in the KiviCare WordPress plugin, affecting all releases prior to 4.5.2. When an authenticated user with a clinic staff‑level role submits crafted input to the plugin’s settings/listing REST endpoint, the plugin fails to properly sanitise or escape the parameters before incorporating them into a SQL statement. This allows the attacker to execute arbitrary SQL commands against the WordPress database, potentially extracting sensitive patient records, modifying data, or even installing malware through the database. The impact is therefore the loss of confidentiality, integrity, and availability of the underlying data store.

Affected Systems

The KiviCare plugin is the only affected product, with all versions older than 4.5.2 susceptible. The issue exists within the WordPress ecosystem and would affect any site running an affected installation of the plugin.

Risk and Exploitability

No public exploit probability is available and the vulnerability is not yet listed in the CISA KEV catalog. The attack requires an authenticated user with clinic staff privileges, but internal personnel are sufficient to exploit the flaw. Because the flaw is a classic SQL injection, anyone with the relevant role could potentially read or manipulate the database directly. The lack of an attacker‑owned payload or documented exploit scripts implies a moderate to high exploitation risk, particularly in environments where role privileges are not tightly controlled.

Generated by OpenCVE AI on August 12, 2026 at 12:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the KiviCare plugin to version 4.5.2 or later
  • Restrict clinic staff‑level users from accessing the settings/listing REST endpoint until the plugin is patched or the endpoint is disabled
  • Use a web application firewall or security plugin to block SQL injection patterns targeting the REST API

Generated by OpenCVE AI on August 12, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Wed, 12 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The KiviCare WordPress plugin before 4.5.2 does not properly sanitise and escape user-supplied parameters before using them in a SQL query, allowing authenticated users with a clinic staff-level role to perform SQL injection.
Title KiviCare < 4.5.2 - Doctor/Receptionist+ SQL Injection via settings/listing REST Endpoint
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T06:00:12.602Z

Reserved: 2026-06-29T09:16:15.386Z

Link: CVE-2026-13613

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T06:17:31.407

Modified: 2026-08-12T06:17:31.407

Link: CVE-2026-13613

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T12:30:03Z

Weaknesses
  • CWE-89

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