Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Lifecycle Timeline
4DescriptionCVE.org
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.
AnalysisAI
The KiviCare Clinic & Patient Management System (EHR) plugin for WordPress contains a critical authentication bypass vulnerability allowing unauthenticated attackers to log in as any patient by simply providing their email address and an arbitrary access token value. All versions up to and including 4.1.2 are affected, exposing sensitive medical records, appointments, prescriptions, and billing information (PII/PHI). The CVSS score of 9.8 reflects the severity of unauthenticated remote exploitation with high impact to confidentiality, integrity, and availability.
Technical ContextAI
This vulnerability affects the KiviCare plugin for WordPress (CPE: cpe:2.3:a:iqonicdesign:kivicare_–_clinic_&_patient_management_system_(ehr):*:*:*:*:*:*:*:*) and represents CWE-287 (Improper Authentication). The root cause lies in the patientSocialLogin() function in AuthController.php, which fails to validate social provider access tokens before authenticating users. Instead of verifying the token with the social provider's API, the function accepts any arbitrary value, immediately granting authentication. The vulnerability is compounded by premature authentication cookie setting that occurs before role verification, resulting in admin-level authentication cookies being set in HTTP response headers even when a 403 Forbidden response is returned. This design flaw bypasses the entire OAuth/social login security model, which relies on cryptographic token validation to ensure that only users who have authenticated with the social provider can gain access.
RemediationAI
Immediately upgrade the KiviCare plugin to version 4.1.3 or later, which addresses this authentication bypass vulnerability as documented in changeset 3467409 at https://plugins.trac.wordpress.org/changeset/3467409/. The patch implements proper access token validation with social provider APIs before granting authentication and corrects the authentication cookie timing to occur only after successful role verification. Until patching is completed, disable the social login functionality entirely through the plugin settings or deactivate the KiviCare plugin if social login is required for operations. Conduct an immediate security audit of access logs to identify potential unauthorized patient account access, particularly reviewing login events that do not correlate with legitimate social provider authentication flows. Organizations subject to HIPAA should initiate breach notification procedures if evidence of unauthorized PHI access is discovered. Review and rotate any administrative credentials as a precautionary measure given the authentication cookie exposure issue.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12838