Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-3186

CVE-2025-3186: Doctor Appointment System SQLi Vulnerability

CVE-2025-3186 is a critical SQL injection vulnerability in Projectworlds Online Doctor Appointment Booking System 1.0. Attackers can exploit the appid parameter in invoice.php remotely. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 24, 2026

CVE-2025-3186 Overview

A critical SQL injection vulnerability has been identified in the Projectworlds Online Doctor Appointment Booking System version 1.0. This vulnerability exists in the /patient/invoice.php file where the appid parameter is improperly handled, allowing attackers to manipulate SQL queries. The flaw enables remote attackers to inject malicious SQL commands without authentication, potentially compromising the entire database containing sensitive patient and healthcare appointment data.

Critical Impact

Unauthenticated attackers can remotely exploit this SQL injection vulnerability to access, modify, or delete sensitive patient healthcare records and appointment data stored in the application's MySQL database.

Affected Products

  • Projectworlds Online Doctor Appointment Booking System PHP and MySQL version 1.0

Discovery Timeline

  • 2025-04-04 - CVE-2025-3186 published to NVD
  • 2025-04-15 - Last updated in NVD database

Technical Details for CVE-2025-3186

Vulnerability Analysis

This SQL injection vulnerability stems from the application's failure to properly sanitize user-supplied input in the appid parameter within the /patient/invoice.php endpoint. When a patient accesses their invoice through this endpoint, the application directly incorporates the appid value into SQL queries without adequate validation or parameterization.

The attack can be launched remotely over the network without requiring any authentication or user interaction, making it particularly dangerous for internet-facing deployments. Healthcare management systems like this typically store highly sensitive protected health information (PHI), making them attractive targets for malicious actors seeking to exfiltrate patient data or disrupt medical operations.

Root Cause

The root cause is classified under CWE-89 (SQL Injection) and CWE-74 (Improper Neutralization of Special Elements in Output). The vulnerable code in /patient/invoice.php fails to implement prepared statements or parameterized queries when processing the appid parameter. Instead, the application appears to concatenate user input directly into SQL query strings, enabling injection attacks.

Attack Vector

The vulnerability is exploitable via network access with low attack complexity. An unauthenticated remote attacker can craft malicious HTTP requests to the /patient/invoice.php endpoint with a specially crafted appid parameter containing SQL syntax. This allows the attacker to:

  • Extract sensitive patient records and personal health information
  • Modify appointment data and medical records
  • Bypass authentication mechanisms
  • Potentially escalate to remote code execution depending on database configuration
  • Delete or corrupt database contents

The exploit has been publicly disclosed and may be actively used by threat actors. Technical details are available through the GitHub CVE Issue Discussion and VulDB.

Detection Methods for CVE-2025-3186

Indicators of Compromise

  • Unusual SQL error messages in application logs referencing /patient/invoice.php
  • Abnormal query patterns in MySQL logs containing UNION SELECT, OR 1=1, or comment sequences
  • Multiple rapid requests to /patient/invoice.php with varying appid parameter values
  • Database queries with unexpected timing delays (blind SQL injection attempts)

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect SQL injection payloads in the appid parameter
  • Monitor HTTP access logs for suspicious characters in URL parameters (single quotes, double dashes, semicolons)
  • Implement database activity monitoring to detect anomalous query patterns
  • Configure intrusion detection systems to alert on SQL injection signatures targeting healthcare applications

Monitoring Recommendations

  • Enable detailed logging for all requests to /patient/invoice.php
  • Set up real-time alerting for SQL syntax errors generated by the application
  • Monitor for data exfiltration indicators such as large database result sets or unusual outbound traffic
  • Review MySQL general query logs for injection patterns during incident investigation

How to Mitigate CVE-2025-3186

Immediate Actions Required

  • Remove the Online Doctor Appointment Booking System from public internet access immediately
  • Implement a Web Application Firewall with SQL injection blocking rules
  • Review database logs for evidence of exploitation and potential data breach
  • Consider the application compromised if it was internet-accessible; conduct forensic analysis

Patch Information

No vendor patch is currently available for this vulnerability. The Projectworlds Online Doctor Appointment Booking System 1.0 should be considered vulnerable until an official fix is released. Organizations using this software should monitor vendor channels for security updates and consider alternative solutions for healthcare appointment management.

Workarounds

  • Place the application behind a reverse proxy with strict input validation
  • Implement server-side input sanitization for the appid parameter to allow only numeric values
  • Use database account privileges with minimal required permissions to limit exploitation impact
  • Deploy network segmentation to isolate the database server from direct application access
bash
# Example: Apache mod_security rule to block SQL injection in appid parameter
# Add to Apache configuration or .htaccess
SecRule ARGS:appid "(?i)(union|select|insert|update|delete|drop|--|\\'|\\;)" \
    "id:100001,phase:2,deny,status:403,msg:'SQL Injection attempt blocked in appid'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechProjectworlds Online Doctor Appointment Booking System Php And Mysql

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-74

  • CWE-89
  • Technical References
  • GitHub CVE Issue Discussion

  • VulDB CTIID #303145

  • VulDB #303145

  • VulDB Submission #543846
  • Related CVEs
  • CVE-2025-3183: Online Doctor Appointment System SQLi Flaw

  • CVE-2025-3184: Doctor Appointment Booking System SQLi Flaw
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