Description
A weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown function of the file /prescriptionrecord.php. This manipulation of the argument delid causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-07-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an SQL injection in the /prescriptionrecord.php script of itsourcecode Hospital Management System. By manipulating the delid argument, an attacker can inject arbitrary SQL altering, or deleting sensitive patient data. The flaw directly compromises the confidentiality and integrity of the system because the injected statements run with the privileges of the database account used by the application.

Affected Systems

itsourcecode Hospital Management System version 1.0 is affected, specifically the prescriptionrecord.php component that processes the delid parameter. No other versions or modules are listed as vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while the EPSS score of less than 1% suggests a low probability of exploitation at present. However, the vulnerability can be engaged remotely via an HTTP request and a public exploit is available, so a potential attacker can launch an attack without any special access. Because it is not listed in the CISA KEV catalog, no large‑scale exploitation has been reported yet, but the remote nature and public exploitability keep the risk noticeable for exposed installations.

Generated by OpenCVE AI on July 30, 2026 at 22:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the most recent release of itsourcecode Hospital Management System, or apply any vendor‑supplied patch that addresses SQL injection in prescriptionrecord.php.
  • If no patch is available, modify the delid handling code to use parameterized queries or a proper ORM, ensuring that user input cannot alter SQL syntax.
  • Configure the database user used by the application with the smallest privilege set (read or read/write only on the necessary tables) to limit the impact of any future injection.
  • Enable comprehensive logging of anomalous SQL errors and monitor web logs for suspicious request patterns that could indicate injection attempts.

Generated by OpenCVE AI on July 30, 2026 at 22:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sat, 18 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown function of the file /prescriptionrecord.php. This manipulation of the argument delid causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Title itsourcecode Hospital Management System prescriptionrecord.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-21T02:46:22.484Z

Reserved: 2026-07-17T16:17:22.895Z

Link: CVE-2026-16131

cve-icon Vulnrichment

Updated: 2026-07-21T02:46:18.297Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T23:00:22Z

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