Description
The KiviCare WordPress plugin before 4.5.5 does not perform authorization checks on some of its REST endpoints, allowing unauthenticated attackers to disclose the patient roster and, when a payment gateway is configured, the payment gateway secret key.
Published: 2026-09-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The KiviCare WordPress plugin allows unauthenticated users to call certain REST endpoints without performing authorization checks, enabling them to retrieve the full list of patients and, if a payment gateway is configured, the secret key associated with that gateway. These actions provide the attacker with sensitive personal health information and possibly financial credentials, which could be used for further fraud or identity theft. The vulnerability resides in missing access control and insufficient input validation for API routes, classifying it under CWE-200.

Affected Systems

Affected systems include any WordPress site using the KiviCare Clinic & Patient Management System plugin with a version earlier than 4.5.5. No vendor name is officially supplied; the plugin is referenced under a generic 'Unknown:KiviCare' identifier. Administrators should verify the plugin version and confirm whether a payment gateway integration is active, as that determines the full scope of exposed data.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate risk, and the EPSS score of less than 1% suggests a very low probability of exploitation in the wild. The vulnerability is not currently listed in the CISA KEV catalog. Because the exploit requires only unauthenticated HTTP requests to specific REST endpoints, an attacker can launch this attack from anywhere with network access to the WordPress instance. Without mitigation, the attacker could read confidential patient records and potentially intercept or misuse payment information, compromising confidentiality and possibly leading to financial loss.

Generated by OpenCVE AI on September 1, 2026 at 23:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the KiviCare plugin to version 4.5.5 or later, which restores proper authorization checks for REST endpoints.
  • Audit all WordPress installations to confirm the KiviCare plugin version and identify any that remain vulnerable.
  • If a patch is not immediately available, restrict access to the vulnerable REST endpoints by configuring web‑application firewall rules or adjusting the site’s authentication settings to prevent unauthenticated requests.

Generated by OpenCVE AI on September 1, 2026 at 23:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Kivicare
Kivicare kivicare
Wordpress
Wordpress wordpress
Vendors & Products Kivicare
Kivicare kivicare
Wordpress
Wordpress wordpress

Tue, 01 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-862
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Tue, 01 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The KiviCare WordPress plugin before 4.5.5 does not perform authorization checks on some of its REST endpoints, allowing unauthenticated attackers to disclose the patient roster and, when a payment gateway is configured, the payment gateway secret key.
Title KiviCare – Clinic & Patient Management System (EHR) < 4.5.5 - Unauthenticated Patient Data Disclosure
References
Metrics cvssV3_1

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


Subscriptions

Kivicare Kivicare
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-01T12:19:57.605Z

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

Link: CVE-2026-13611

cve-icon Vulnrichment

Updated: 2026-09-01T12:19:52.607Z

cve-icon NVD

Status : Deferred

Published: 2026-09-01T08:17:00.263

Modified: 2026-09-01T20:50:58.753

Link: CVE-2026-13611

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T00:00:06Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization