Description
A vulnerability has been found in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /insertbillingrecord.php. The manipulation of the argument patientid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-06-29
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Hospital Management System contains a flaw in an internal function of /insertbillingrecord.php that allows an attacker to manipulate the patientid argument and inject arbitrary SQL. The vulnerability can be triggered from a remote client and may be used to read, alter, or delete billing records in the database. It represents a classic SQL injection flaw (CWE-89) with potential for unauthorized data exposure and manipulation. The developer has publicly disclosed the issue, indicating that active exploits may exist.

Affected Systems

itsourcecode Hospital Management System, version 1.0. No other versions are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 signals moderate severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog, but it can still be exploited remotely. Attackers would need network access to the web interface and could use the unsanitized patientid to execute arbitrary SQL commands against the underlying database, potentially compromising billing data and other sensitive information.

Generated by OpenCVE AI on June 29, 2026 at 16:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched release of itsourcecode Hospital Management System that closes the SQL injection vulnerability.
  • Add validation to the patientid parameter in insertbillingrecord.php so that only numeric values are accepted.
  • Refactor the database access code to use parameterized queries or prepared statements instead of string concatenation for inserting billing records.
  • Limit the database user account used by the application to the minimum privileges required for billing functions, thereby reducing the impact of a successful injection.

Generated by OpenCVE AI on June 29, 2026 at 16:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 30 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 29 Jun 2026 15:00:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /insertbillingrecord.php. The manipulation of the argument patientid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Hospital Management System insertbillingrecord.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-06-30T15:40:44.035Z

Reserved: 2026-06-28T18:40:39.740Z

Link: CVE-2026-13572

cve-icon Vulnrichment

Updated: 2026-06-30T15:40:40.346Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T20:30:03Z

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