Description
A vulnerability has been found in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /patientorder.php. Such manipulation of the argument editid leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.
Published: 2026-07-05
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the /patientorder.php module of itsourcecode Hospital Management System 1.0 allows an attacker to alter the editid parameter, resulting in a classic SQL injection that can execute arbitrary database commands. The weakness is a classic unsanitized user input problem (CWE-74 and CWE-89) that could give an adversary read, modify, or delete data in the underlying database, thereby compromising confidentiality, integrity, and potentially availability of patient records.

Affected Systems

The vulnerability exists in the Hospital Management System version 1.0 from itsourcecode. The affected code resides in the patient which processes the editid argument used whenever orders are edited through the web interface.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while the EPSS score of < 1% suggests a low likelihood of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog. The attacker can exploit the flaw remotely to inject SQL commands and manipulate the underlying database.

Generated by OpenCVE AI on July 23, 2026 at 16:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to a newer release of Hospital Management System where the injection flaw is fixed.
  • Sanitize the editid input and use parameterized queries or prepared statements to eliminate the possibility of unsanitized SQL commands.
  • Restrict access to the patientorder.php page to authorized users or specific IP addresses, and consider deploying a web application firewall to block common SQL injection payloads.

Generated by OpenCVE AI on July 23, 2026 at 16:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 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'}


Sun, 05 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /patientorder.php. Such manipulation of the argument editid leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.
Title itsourcecode Hospital Management System patientorder.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-07T02:42:43.823Z

Reserved: 2026-07-04T05:32:24.749Z

Link: CVE-2026-14703

cve-icon Vulnrichment

Updated: 2026-07-07T02:42:38.196Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:15: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')