Description
kishan0725 Hospital Management System 4.0 is vulnerale to SQL Injection in get_doctor.php via the parameters doctor and specilizationid.
Published: 2026-07-29
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Hospital Management System 4.0 contains an SQL Injection flaw in the get_doctor.php script, where the doctor and specilizationid query parameters are not properly sanitized. By supplying crafted input an attacker can manipulate the underlying SQL statement to read, modify or delete records in the database, exposing sensitive patient information and potentially altering business logic.

Affected Systems

Any deployment of Hospital Management System version 4.0 is affected. The vulnerability resides in the get_doctor.php endpoint, which accepts doctor and specilizationid parameters without input validation. No vendor or publisher is listed, but the product itself is the target.

Risk and Exploitability

The CVSS score of 9.8 classifies this as a critical vulnerability. The EPSS score of less than 1% indicates that the current likelihood of exploitation is very low, and it is not included in the CISA KEV catalog. The likely attack vector is a web-based request to the vulnerable endpoint; the attacker must be able to supply the tainted parameters via HTTP. No authentication requirements are stated, so unprotected access could allow broad exploitation, but if the page is behind authentication an authenticated user could also leverage it. As the description does not mention any mitigations, it is inferred that standard web input handling applies.

Generated by OpenCVE AI on August 4, 2026 at 12:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official patch or upgrade to a version of Hospital Management System that resolves the SQL Injection in get_doctor.php.
  • Ensure that the application uses prepared statements or parameterized queries for all user supplied data, especially the doctor and specilizationid fields.
  • Deploy a Web Application Firewall or input validation layer to detect and block malicious SQL payloads targeting the /get_doctor.php endpoint.

Generated by OpenCVE AI on August 4, 2026 at 12:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Title SQL Injection via doctor and specilizationid Parameters in Hospital Management System 4.0

Sat, 01 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Title SQL Injection via doctor and specilizationid Parameters in Hospital Management System 4.0

Thu, 30 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
First Time appeared Campcodes
Campcodes hospital Management System
Vendors & Products Campcodes
Campcodes hospital Management System

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 22:00:00 +0000


Subscriptions

Campcodes Hospital Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T14:10:28.659Z

Reserved: 2026-01-09T00:00:00.000Z

Link: CVE-2025-69943

cve-icon Vulnrichment

Updated: 2026-07-30T14:10:18.386Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T22:16:51.870

Modified: 2026-07-30T15:16:23.600

Link: CVE-2025-69943

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:45:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')