WordPress security changelog
HIGH CVE-2026-13610 Deferred

KiviCare public registration permits privileged doctor accounts

KiviCare before 4.5.2 lets an unauthenticated POST to /wp-json/kivicare/v1/auth/register select the doctor role. AuthController::checkRegistrationPermission() returns immediately when WordPress registration is enabled and otherwise treats missing role settings as allowed; register() repeats the fail-open check, maps the supplied user_role to KCDoctor, associates the supplied clinic and can default the account to active. An attacker who supplies the required registration data and a valid clinic ID can create privileged clinic staff with access to patient, billing and clinic data. Version 4.5.2 requires doctor and receptionist public registration to be explicitly enabled.

CVE / CNA score 7.5 CVSS 3.1 · 134c704f-9b21-4f2e-91b3-4a467353bcc0
NVD score Pending NVD has not published its own CVSS assessment.
Component
KiviCare
Plugin slug
kivicare-clinic-management-system
Affected
< 4.5.2
Safe version
4.5.2
Published
Aug 13, 2026
Weakness
CWE-269 — Improper Privilege Management

This CVE was published Aug 13, 2026 and is one of 22 known issues for this plugin.

Update, patch or deactivate.

Update to 4.5.2 or later immediately. Audit newly created KiviCare users and clinic assignments, remove unauthorized staff accounts, invalidate sessions, and assess accessed patient data under applicable privacy requirements.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The KiviCare WordPress plugin before 4.5.2 does not restrict the roles assignable through its unauthenticated registration endpoint, allowing unauthenticated attackers to create an active, privileged clinic-staff (doctor) account with full access to patient records, billing and clinic data.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary and upstream sources