Description
A vulnerability was determined in itsourcecode Hospital Management System 1.0. This impacts an unknown function of the file /paymentdischarge.php. This manipulation of the argument patientid causes sql injection. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-07-05
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is an unsanitized input vulnerability that allows an attacker to supply a crafted value for the patientid parameter in the /paymentdischarge.php endpoint. Because the value is inserted directly into a database query, an attacker can modify the query logic, potentially reading, updating, or deleting patient records or other database tables. The weakness is a classic SQL Injection (CWE-89) and possibly path-based injection (CWE-74).

Affected Systems

Hospital Management System version 1.0 from itsourcecode is affected. The vulnerable code resides in the paymentdischarge.php file and accepts the patientid argument via HTTP request. Network open to remote users can trigger the flaw. No other version or product information is available.

Risk and Exploitability

The CVSS base score of 5.3 indicates moderate impact. The EPSS score of less than 1% suggests that exploitation code is rarely circulating. The flaw is not listed in the CISA KEV catalog, so no widespread or state-sponsored exploitation has been reported. However, because remote users can easily send requests that contain malicious patientid values, the risk remains for sites exposing this endpoint.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑issued patch for Hospital Management System 1.0 or upgrade to a version that contains the fix.
  • Modify the code to validate the patientid parameter as numeric or otherwise sanitize it, and move to parameterized queries to eliminate injection vectors.
  • Deploy or configure a Web Application Firewall to detect and block SQL injection patterns targeting paymentdischarge.php.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Sun, 05 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in itsourcecode Hospital Management System 1.0. This impacts an unknown function of the file /paymentdischarge.php. This manipulation of the argument patientid causes sql injection. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized.
Title itsourcecode Hospital Management System paymentdischarge.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-06T15:14:15.468Z

Reserved: 2026-07-05T04:03:52.635Z

Link: CVE-2026-14774

cve-icon Vulnrichment

Updated: 2026-07-06T15:13:19.700Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T15:45:02Z

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