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: n/a
KEV: No
Impact: n/a
Action: n/a
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-284 and 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 vulnerability is not currently tracked 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 potentially leading to financial loss.

Generated by OpenCVE AI on September 1, 2026 at 08:20 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.
  • If an immediate upgrade is not feasible, block or restrict the vulnerable REST endpoints (for example, using firewall rules or a WordPress security plugin) so that only authenticated users with appropriate roles can access them.
  • Verify that any payment gateway credentials are protected by disabling exposure of secret keys in the plugin settings or adding custom code to prevent their disclosure via APIs.

Generated by OpenCVE AI on September 1, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-01T07:39:45.422Z

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

Link: CVE-2026-13611

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-13611

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T08:30:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control