Description
kishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in the view-medhistory.php endpoint via the viewid parameter.
Published: 2026-07-29
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unsanitized viewid parameter in the view‐medhistory.php page allows an attacker to inject arbitrary SQL statements, a classic SQL injection flaw (CWE‑89). If exploited, the attacker could read, alter or delete patient medical histories, directly compromising the confidentiality and integrity of sensitive health information.

Affected Systems

The only affected product is Hospital Management System 4.0. The vulnerability resides exclusively in the view‑medhistory.php endpoint of this version; no other vendors, products, or versions are implicated.

Risk and Exploitability

The EPSS score is below 1 %, the CVSS score is 7.3, indicating a high severity, and the issue is not listed in the CISA KEV catalog. Nonetheless, the potential impact is high: the flaw permits arbitrary data access on protected patient records. The likely attack vector is a direct HTTP request to the vulnerable endpoint with a malicious viewid value, and based on the description it is inferred that no authentication is required, meaning any user with network access could attempt the injection.

Generated by OpenCVE AI on August 4, 2026 at 23:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch or upgrade to a version that addresses the SQL injection flaw in view‑medhistory.php
  • Refactor the application to use parameterized queries or prepared statements for all inputs, including viewid, to eliminate unescaped SQL concatenation
  • Configure the database user used by the web application with the minimum privileges necessary, disabling DDL/DML rights that allow full schema or data manipulation
  • Deploy a web application firewall (WAF) with rules that detect and block common SQL injection patterns on the vulnerable endpoint

Generated by OpenCVE AI on August 4, 2026 at 23:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
Title Hospital Management System 4.0 SQL Injection via viewid Parameter

Tue, 04 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
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'}


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

Type Values Removed Values Added
Title Hospital Management System 4.0 SQL Injection via viewid Parameter
Weaknesses CWE-89

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

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 the view-medhistory.php endpoint via the viewid parameter.
References

Subscriptions

Campcodes Hospital Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-04T18:58:18.804Z

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

Link: CVE-2025-69944

cve-icon Vulnrichment

Updated: 2026-07-30T13:25:22.020Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-04T20:16:47.343

Link: CVE-2025-69944

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:30:15Z

Weaknesses
  • CWE-89

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