Description
A weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown part of the file /patientreport.php. Executing a manipulation of the argument editid can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-07-05
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A weakness in itsourcecode Hospital Management System version 1.0 allows an attacker to inject arbitrary SQL statements through the editid parameter in patientreport.php. The vulnerability corresponds to CWE-74 and CWE-89, reflecting improper input validation and unsanitized SQL concatenation. Successful exploitation could permit reading, modifying, or deleting database records, potentially exposing confidential patient information and compromising data integrity.

Affected Systems

The flaw affects Hospital Management System version 1.0 from itsourcecode. The patientreport.php script processes the editid argument without proper validation, and the application is reachable via the internet, exposing the vulnerability to remote attackers.

Risk and Exploitability

The CVSS score of 5.3 signifies moderate severity. The EPSS score of less than 1 % indicates a very low probability of exploitation at present, and the vulnerability is not listed in the CISA KEV catalog. However, the public availability of an exploit and the remote nature of the attack vector mean that any unpatched instance exposed to external input could still be compromised if an attacker gains access to the vulnerable endpoint.

Generated by OpenCVE AI on July 23, 2026 at 15:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available patch or update for Hospital Management System that removes the SQL injection vector in patientreport.php.
  • Modify patientreport.php to validate and sanitize the editid parameter, replacing inline SQL concatenation with prepared statements.
  • Ensure the application’s database user has only the minimal privileges required and monitor query logs for anomalous activity.

Generated by OpenCVE AI on July 23, 2026 at 15:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 05 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown part of the file /patientreport.php. Executing a manipulation of the argument editid can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.
Title itsourcecode Hospital Management System patientreport.php sql injection
First Time appeared Itsourcecode
Itsourcecode hospital Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:hospital_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode hospital Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode Hospital Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:27:55.568Z

Reserved: 2026-07-04T08:48:17.809Z

Link: CVE-2026-14731

cve-icon Vulnrichment

Updated: 2026-07-06T13:27:50.459Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:00:14Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

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