The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2992

CVE-2026-2992: KiviCare WordPress Privilege Escalation

CVE-2026-2992 is a privilege escalation vulnerability in KiviCare WordPress plugin that allows unauthenticated attackers to create admin accounts. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-2992 Overview

The KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress contains a critical privilege escalation vulnerability due to missing authorization checks on the /wp-json/kivicare/v1/setup-wizard/clinic REST API endpoint. This vulnerability affects all versions up to and including 4.1.2, allowing unauthenticated attackers to create new clinics and WordPress user accounts with clinic admin privileges.

Critical Impact

Unauthenticated attackers can gain administrative access to WordPress sites by exploiting the unprotected REST API endpoint to create privileged clinic admin accounts.

Affected Products

  • KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress versions up to and including 4.1.2
  • WordPress installations with KiviCare plugin enabled
  • Healthcare and clinic management systems using KiviCare EHR

Discovery Timeline

  • 2026-03-18 - CVE CVE-2026-2992 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-2992

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization) and represents a significant security flaw in the KiviCare plugin's setup wizard functionality. The REST API endpoint responsible for clinic creation lacks proper authentication and authorization checks, allowing any remote attacker to invoke sensitive administrative functions without credentials.

The flaw enables attackers to bypass the normal WordPress user registration and permission system entirely. By sending crafted requests to the vulnerable endpoint, an attacker can instantiate new clinic entities and simultaneously create WordPress user accounts that possess clinic administrator privileges within the KiviCare system.

Root Cause

The root cause of this vulnerability lies in the SetupWizardController.php file, specifically in the clinic setup endpoint implementation. The developers failed to implement proper capability checks or nonce verification before processing requests to create clinics and associated admin users. This is a common pattern in WordPress plugin development where REST API endpoints are exposed without the necessary permission_callback function or equivalent authorization logic.

The affected code can be reviewed in the WordPress Kivicare Code Review and additional endpoint logic.

Attack Vector

The attack is network-based and requires no authentication, making it particularly dangerous for publicly accessible WordPress installations. An attacker can exploit this vulnerability by:

  1. Identifying a WordPress site running the vulnerable KiviCare plugin
  2. Sending a crafted POST request to the /wp-json/kivicare/v1/setup-wizard/clinic endpoint
  3. Including parameters to define a new clinic and an associated admin user account
  4. Gaining access to the WordPress dashboard with elevated privileges through the newly created account

The vulnerability allows creation of accounts with clinic admin privileges, which may provide access to sensitive patient health information and system configuration options depending on the plugin's role hierarchy and integration depth.

Detection Methods for CVE-2026-2992

Indicators of Compromise

  • Unexpected user accounts with clinic administrator roles appearing in WordPress user management
  • New clinic entries created without legitimate administrator action
  • Unusual POST requests to /wp-json/kivicare/v1/setup-wizard/clinic in web server access logs
  • Authentication events for unknown clinic admin accounts

Detection Strategies

  • Monitor WordPress REST API logs for requests to the KiviCare setup wizard endpoints
  • Implement Web Application Firewall (WAF) rules to detect and block unauthorized access to /wp-json/kivicare/v1/setup-wizard/ paths
  • Audit WordPress user creation events for accounts with KiviCare-related roles
  • Review server access logs for high volumes of POST requests targeting plugin API endpoints

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API activity
  • Set up alerts for new user account creations, particularly those with administrative capabilities
  • Monitor for changes to the wp_users and wp_usermeta tables related to KiviCare roles
  • Implement network-level monitoring for suspicious traffic patterns to WordPress API endpoints

How to Mitigate CVE-2026-2992

Immediate Actions Required

  • Update the KiviCare plugin to the latest patched version immediately
  • Audit existing WordPress users for any unauthorized clinic admin accounts
  • Review recent access logs for evidence of exploitation attempts
  • Temporarily disable the KiviCare plugin if immediate patching is not possible

Patch Information

The vulnerability has been addressed in the WordPress Change Set Update. Site administrators should update to the patched version through the WordPress plugin update mechanism. Additional vulnerability details and remediation guidance are available in the Wordfence Vulnerability Analysis.

Workarounds

  • Block access to the /wp-json/kivicare/v1/setup-wizard/ endpoint at the web server or WAF level
  • Implement IP-based access restrictions for WordPress REST API endpoints
  • Disable REST API access for unauthenticated users using security plugins if not required for site functionality
  • Remove or deactivate the KiviCare plugin until the patched version can be applied
bash
# Apache .htaccess rule to block vulnerable endpoint
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/kivicare/v1/setup-wizard/ [NC]
RewriteRule ^ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKivicare

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Kivicare Code Review

  • WordPress Kivicare Code Review

  • WordPress Change Set Update

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-25034: KiviCare Auth Bypass Vulnerability

  • CVE-2026-25383: KiviCare Clinic Management XSS Vulnerability

  • CVE-2026-2991: KiviCare WordPress Authentication Bypass

  • CVE-2026-25022: KiviCare Clinic System SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English