Description
The KiviCare WordPress plugin before 4.5.4 does not verify that the requesting user owns the appointment being modified, allowing authenticated patient-level users to cancel and reschedule other patients' appointments.
Published: 2026-08-19
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The KiviCare WordPress plugin fails to validate that an authenticated patient is modifying their own appointment. Before version 4.5.4, the plugin’s cancellation and rescheduling endpoints accept any appointment identifier without checking ownership, allowing a patient-level user to cancel or reschedule another patient’s appointments. This flaw is an Insecure Direct Object Reference (CWE‑639) that undermines the integrity and availability of the scheduling system but does not provide code execution or data exfiltration.

Affected Systems

All installations of the KiviCare WordPress plugin older than 4.5.4 are affected. The vulnerability resides in the core appointment modification endpoints that do not verify appointment ownership before processing cancel or reschedule actions; any WordPress site running the susceptible plugin version is at risk.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity, while the EPSS score of <1% suggests a very low likelihood of exploitation. The flaw is not listed in the CISA KEV catalog. An attacker must first authenticate as a patient-level user, then craft an HTTP request containing a foreign appointment ID. The likely attack vector is a simple direct web request to the modification endpoint, which can be performed in a straightforward manner once credentials are in place.

Generated by OpenCVE AI on August 20, 2026 at 13:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the KiviCare plugin to version 4.5.4 or later.
  • If an immediate upgrade is not possible, remove or revoke the patient role’s capability to access appointment modification endpoints until the patch can be applied.
  • After the patch or restriction is in place, enable logging of appointment modification attempts to detect any unauthorized activity.

Generated by OpenCVE AI on August 20, 2026 at 13:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Description The KiviCare WordPress plugin before 4.5.4 does not verify that the requesting user owns the appointment being modified, allowing authenticated patient-level users to cancel and reschedule other patients' appointments.
Title KiviCare < 4.5.4 - Patient+ Cross-Patient Appointment Modification via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-19T16:35:34.936Z

Reserved: 2026-08-10T10:15:34.638Z

Link: CVE-2026-19416

cve-icon Vulnrichment

Updated: 2026-08-19T15:57:14.602Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T06:17:39.810

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-19416

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T13:30:17Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key