Description
A vulnerability was detected in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /prescriptionorderdetail.php. The manipulation of the argument delid results in sql injection. The attack can be launched remotely. The exploit is now public and may be used.
Published: 2026-07-17
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in prescriptionorderdetail.php allows an attacker to provide a crafted value for the delid argument that is incorporated directly into a SQL statement, enabling the execution of arbitrary SQL code against the database. The vulnerability can be triggered by sending an HTTP request to the affected file from a remote host. The CVE description does not specify whether authentication or elevated privileges are required, so the necessary access level remains uncertain.

Affected Systems

The vulnerability exists only in the itsourcecode Hospital Management System version 1.0. No other vendors, products, or versions are mentioned as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, while the EPSS score of less than 1% suggests a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. An attacker could exploit the flaw remotely by sending a carefully crafted HTTP request to prescriptionorderdetail.php containing a malicious delid value. The description does not state whether authentication or privileges are required, leaving that requirement unknown.

Generated by OpenCVE AI on August 1, 2026 at 08:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any official patch or updated version released by itsourcecode for Hospital Management System 1.0.
  • Modify the application code to use parameterized queries or prepared statements for all database interactions involving the delid parameter.
  • Restrict the database account used by the web application to the minimum privileges needed for its intended operations, preventing it from executing arbitrary SQL statements.
  • Deploy a Web Application Firewall or intrusion detection rules that detect and block SQL injection signatures targeting the prescriptionorderdetail.php endpoint.

Generated by OpenCVE AI on August 1, 2026 at 08:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 17 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /prescriptionorderdetail.php. The manipulation of the argument delid results in sql injection. The attack can be launched remotely. The exploit is now public and may be used.
Title itsourcecode Hospital Management System prescriptionorderdetail.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-17T13:51:51.537Z

Reserved: 2026-07-17T05:16:37.710Z

Link: CVE-2026-16009

cve-icon Vulnrichment

Updated: 2026-07-17T13:51:47.377Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08: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')