Description
A vulnerability was identified in itsourcecode Hospital Management System 1.0. This vulnerability affects unknown code of the file /prescriptionorder.php. Such manipulation of the argument editid leads to sql injection. The attack can be launched remotely. The exploit is publicly available and might be used.
Published: 2026-07-21
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw exists in the 1.0 release of itsourcecode Hospital Management System within the prescriptionorder.php module. The editid parameter is concatenated directly into an SQL statement, enabling a crafted input to introduce arbitrary SQL code. This defect aligns with CWE‑89 (SQL Injection) and CWE‑74 (Improper Handling of Multiple Encodings). Successful exploitation lets an attacker read, modify, or delete records in the backend database, thus compromising data confidentiality and integrity. The issue does not provide a direct denial‑of‑service path but can result in data loss or corruption.

Affected Systems

The only documented affected product is itsourcecode Hospital Management System version 1.0. No other versions or vendor‑maintained workarounds are referenced.

Risk and Exploitability

The CVSS score of 5.3 places the vulnerability in the medium severity category. The EPSS score is reported as less than 1%, indicating a low probability of exploitation at present. The vulnerability is not listed in CISA's KEV catalog. A remote attacker can trigger the flaw by submitting a crafted request to the prescriptionorder.php endpoint; once successful, arbitrary SQL statements can be executed on the underlying database. Publicly available exploits suggest it could be leveraged in a real attack.

Generated by OpenCVE AI on July 30, 2026 at 18:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official vendor patch or upgrade to the latest release of Hospital Management System that addresses the SQL injection flaw.
  • If no patch exists, ensure that the editid input is validated, sanitized, or bound to the database using parameterized queries or an ORM layer to prevent injection.
  • Enforce strict role‑based access controls for the prescriptionorder.php page and consider deploying a Web Application Firewall to block malformed input at the network edge.

Generated by OpenCVE AI on July 30, 2026 at 18:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 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'}


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

Type Values Removed Values Added
Description A vulnerability was identified in itsourcecode Hospital Management System 1.0. This vulnerability affects unknown code of the file /prescriptionorder.php. Such manipulation of the argument editid leads to sql injection. The attack can be launched remotely. The exploit is publicly available and might be used.
Title itsourcecode Hospital Management System prescriptionorder.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-22T15:32:24.475Z

Reserved: 2026-07-20T18:00:34.243Z

Link: CVE-2026-16334

cve-icon Vulnrichment

Updated: 2026-07-22T15:32:21.139Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:15:13Z

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