AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-2991

HIGH · CVSS 7.3 EPSS 0.43%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-03-18 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.3. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-2991
Severity
HIGH
CVSS
7.3
EPSS
0.43%
WordPress

Original NVD Description

The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 4.1.2. This is due to the `patientSocialLogin()` function not verifying the social provider access token before authenticating a user. This makes it possible for unauthenticated attackers to log in as any patient registered on the system by providing only their email address and an arbitrary value for the access token, bypassing all credential verification. The attacker gains access to sensitive medical records, appointments, prescriptions, and billing information (PII/PHI breach). Additionally, authentication cookies are set before the role check, meaning the auth cookies for non-patient users (including administrators) are also set in the HTTP response headers, even though a 403 response is returned.