Description
kishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in /doctor/edit-patient.php?editid=1.
Published: 2026-07-29
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Hospital Management System 4.0 contains a SQL Injection flaw in the /doctor/edit-patient.php page when the editid query parameter is used. The flaw allows an attacker who can send crafted input to the editid parameter to influence the SQL statements executed against the database. Because the affected code directly interpolates the value into a query, it is inferred that an attacker can potentially read, modify, or delete patient records, thereby compromising patient confidentiality and data integrity. The weakness is identified as CWE‑89 and the CVSS score reflects a high impact on data exposure.

Affected Systems

The vulnerability affects the Hospital Management System 4.0 web application. No additional version details are provided beyond the major release, and the vendor name is not specified. The affected page is reachable through the /doctor/edit-patient.php endpoint, implying that any user who can access that page – possibly a logged‑in doctor – is at risk unless mitigated.

Risk and Exploitability

The CVSS score of 7.3 indicates a medium‑to‑high severity, and the EPSS probability is reported as less than 1%, showing that widespread exploitation is unlikely but not impossible. The flaw is listed as not in the CISA KEV catalog. The likely attack vector is remote over the web, where an attacker crafts a malicious value for the editid query string. Based on the description, it is inferred that the endpoint may be accessible to authenticated users such as doctors, making the attack feasible for an insider or compromised account.

Generated by OpenCVE AI on August 2, 2026 at 08:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Hospital Management System to a version that fixes the SQL injection flaw.
  • Apply input validation or prepared statements to the editid parameter in /doctor/edit-patient.php to prevent injection.
  • Perform a security review or penetration test focusing on the editid input to validate that the vulnerability has been remediated.

Generated by OpenCVE AI on August 2, 2026 at 08:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Title Hospital Management System 4.0 SQL Injection Vulnerability in Edit Patient Endpoint

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

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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

ssvc

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


Wed, 29 Jul 2026 23:45:00 +0000

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

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

Type Values Removed Values Added
Description kishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in /doctor/edit-patient.php?editid=1.
References

Subscriptions

Hospital Management System Hospital Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T13:23:26.802Z

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

Link: CVE-2025-69945

cve-icon Vulnrichment

Updated: 2026-07-30T13:23:06.297Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-30T14:16:45.127

Link: CVE-2025-69945

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T08:30:12Z

Weaknesses
  • CWE-89

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