A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-11728

CVE-2024-11728: Iqonic Kivicare SQL Injection Vulnerability

CVE-2024-11728 is a SQL injection vulnerability in the Iqonic Kivicare plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-11728 Overview

CVE-2024-11728 is an unauthenticated SQL Injection vulnerability in the KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress. The flaw affects all versions up to and including 3.6.4. The vulnerability resides in the tax_calculated_data AJAX action and is triggered through the visit_type[service_id] parameter. Insufficient escaping of user input and a lack of proper query preparation allow attackers to append arbitrary SQL statements to existing queries. Successful exploitation enables extraction of sensitive data from the WordPress database without authentication. The vulnerability is tracked under [CWE-89] (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated attackers can extract sensitive database contents — including patient records, user credentials, and configuration data — by injecting SQL through a publicly reachable AJAX endpoint.

Affected Products

  • Iqonic KiviCare – Clinic & Patient Management System (EHR) plugin for WordPress
  • All versions through 3.6.4
  • WordPress installations exposing the tax_calculated_data AJAX action

Discovery Timeline

  • 2024-12-06 - CVE-2024-11728 published to NVD
  • 2025-02-05 - Last updated in NVD database

Technical Details for CVE-2024-11728

Vulnerability Analysis

The vulnerable code path lives in the KCTaxController class within the KiviCare plugin. The tax_calculated_data AJAX handler accepts the visit_type[service_id] parameter directly from the request and concatenates it into a SQL query without parameterization. Because the AJAX action is registered for unauthenticated users through wp_ajax_nopriv_, any anonymous visitor can invoke it.

The injection point is a numeric field that the application treats as trusted. Attackers can supply crafted payloads — including UNION SELECT statements — to read arbitrary columns from any table the WordPress database user can access. This includes wp_users, patient records, and plugin-specific clinical data.

The vulnerability scores 7.5 due to network reachability, no required privileges, and high confidentiality impact, while integrity and availability remain unaffected.

Root Cause

The root cause is improper input handling in the tax_calculated_data controller method. The code fails to cast the service_id value to an integer and does not use $wpdb->prepare() placeholders. Instead, the parameter flows directly into the SQL string. WordPress provides sanitize_text_field(), absint(), and prepared statement helpers, none of which were applied to this code path.

Attack Vector

An unauthenticated attacker sends a crafted POST request to /wp-admin/admin-ajax.php with action=tax_calculated_data and a malicious visit_type[service_id] payload. The injected SQL executes within the context of the WordPress database user. Time-based and UNION-based techniques both apply because the endpoint returns query results in its JSON response.

The vulnerability mechanism is described in detail in the Wordfence Vulnerability Analysis and the WordPress Plugin Changeset that introduced the fix. No verified public proof-of-concept code is referenced in this advisory.

Detection Methods for CVE-2024-11728

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php with action=tax_calculated_data originating from unauthenticated sessions.
  • visit_type[service_id] parameter values containing SQL keywords such as UNION, SELECT, SLEEP, BENCHMARK, or comment sequences -- and /*.
  • Unusual response sizes or latency spikes on the tax_calculated_data endpoint indicating time-based blind injection.
  • Database error messages referencing the wp_kc_ tables in PHP error logs.

Detection Strategies

  • Inspect web server access logs for high-volume requests to the tax_calculated_data AJAX action from a single source.
  • Deploy WAF rules that block SQL metacharacters in the visit_type[service_id] parameter.
  • Correlate WordPress admin-ajax.php traffic with database query logs to identify malformed queries against KiviCare tables.

Monitoring Recommendations

  • Enable MySQL general query logging temporarily on suspect hosts to capture injected payloads.
  • Alert on outbound data transfers from web servers that exceed baseline volumes following requests to the vulnerable endpoint.
  • Monitor for new or modified WordPress administrator accounts created shortly after suspicious AJAX activity.

How to Mitigate CVE-2024-11728

Immediate Actions Required

  • Upgrade the KiviCare plugin to a version higher than 3.6.4 containing the fix from changeset 3201428.
  • Audit the WordPress database for unauthorized access by reviewing wp_users and KiviCare tables for unexpected modifications.
  • Rotate all WordPress administrator and database credentials if exploitation is suspected, given the EPSS score of 72.218% indicates elevated exploitation likelihood.

Patch Information

Iqonic patched the vulnerability through plugin code changes in the KCTaxController.php file. The fix introduces proper input sanitization and prepared statements for the service_id parameter. Site administrators should update through the WordPress plugin dashboard or by downloading the latest release from the official plugin repository.

Workarounds

  • Disable the KiviCare plugin until the patched version can be deployed.
  • Block requests to /wp-admin/admin-ajax.php containing action=tax_calculated_data at the WAF or reverse proxy layer.
  • Restrict access to the WordPress administrative AJAX endpoint by source IP where feasible.
bash
# Example WAF rule (ModSecurity) to block exploitation attempts
SecRule ARGS:action "@streq tax_calculated_data" \
    "id:1011728,phase:2,deny,status:403,\
    msg:'Block CVE-2024-11728 KiviCare SQLi attempts',\
    chain"
    SecRule ARGS_NAMES "@rx visit_type\[service_id\]" \
        "chain"
        SecRule ARGS "@rx (?i)(union|select|sleep|benchmark|--|/\*)"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechIqonic Kivicare

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability72.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • Wordfence Vulnerability Analysis
  • Vendor Resources
  • WordPress Plugin Changeset
  • Related CVEs
  • CVE-2025-1572: Iqonic Kivicare SQL Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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