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

Impact

The vulnerability is a classic SQL injection flaw in the Hospital Management System 4.0 web application, specifically in the check_availability.php script. The flaw allows an attacker to inject arbitrary SQL through the emailid and email parameters, which can lead to unauthorized reading, modification, or destruction of database records. This is a CWE-89 weakness, meaning the application fails to properly sanitize or parameterize user input, providing a pathway for data compromise and possible alteration of patient records.

Affected Systems

Hospital Management System 4.0, a web-based patient information platform. The affected component is the check_availability.php page that processes emailid and email query parameters. No specific vendor or patch release information is present in the CVE entry; the vulnerability applies to the 4.0 release of the product as distributed by the original developers.

Risk and Exploitability

The CVSS score of 7.3 categorizes this as a high-severity flaw, indicating substantial impact if exploited. The EPSS score of less than 1% suggests that, at the time of this analysis, exploitation probability is low, although the web-accessible nature of the script could allow remote attackers to trigger the injection. The vulnerability is not listed in the CISA KEV catalog, implying no known widespread exploitation yet. Attackers would likely target the application via crafted HTTP requests to check_availability.php, potentially leveraging simple form inputs or URL manipulation to inject malicious SQL.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Use parameterized queries or prepared statements for all database accesses in check_availability.php to eliminate unsanitized string concatenation.
  • Validate and sanitize the email and emailid parameters, ensuring they match expected formats before use in any SQL statements.
  • Limit database permissions for the account used by the web application to the minimum necessary privileges so that even if injection succeeds, the scope of damage is constrained.

Generated by OpenCVE AI on August 4, 2026 at 12:42 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 Vulnerability in Hospital Management System 4.0 Check-Availability Script

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

Type Values Removed Values Added
Title SQL Injection Vulnerability in Hospital Management System 4.0 Check-Availability Script

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': 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 22:15:00 +0000


Subscriptions

Campcodes Hospital Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T13:20:48.737Z

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

Link: CVE-2025-69949

cve-icon Vulnrichment

Updated: 2026-07-30T13:19:36.338Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-69949

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')