Description
A vulnerability has been found in itsourcecode Hospital Management System 1.0. This impacts an unknown function of the file /vieworder.php. The manipulation of the argument delid leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-08-16
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in itsourcecode Hospital Management System 1.0 allows an attacker to manipulate the delid parameter in vieworder.php, which is incorporated directly into a database query. The vulnerability is a classic SQL injection (CWE‑89) and also involves an unsafe handling of the argument (CWE‑74). Exploitation can read or modify order data, potentially exposing sensitive patient and billing information. The CVSS score of 5.3 classifies it as moderate severity, indicating that successful exploitation would give an attacker significant data access or alteration capabilities.

Affected Systems

The vulnerability affects itsourcecode Hospital Management System version 1.0. No other versions were listed as impacted.

Risk and Exploitability

The attack vector is remote and doesn’t require authentication; this is inferred because the description does not mention any login requirement, and the exploit works by sending a crafted HTTP request. With EPSS not available and no KEV listing, the likelihood of widespread exploitation cannot be precisely quantified, but the moderate CVSS score suggests moderate risk. An attacker can inject arbitrary SQL by exploiting the unsanitized delid argument, potentially reading or altering order records. Monitoring for anomalous SQL syntax in web logs and restricting access to vieworder.php are recommended mitigations until a patch is applied.

Generated by OpenCVE AI on August 16, 2026 at 06:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of itsourcecode Hospital Management System that sanitizes the delid parameter and employs parameterized queries.
  • If no update is available, enforce authentication for access to vieworder.php and strip the delid value to an integer before using it in any database statement.
  • Validate the delid argument on the server side to ensure it contains only numeric characters, rejecting any other input.
  • Use prepared statements or parameterized queries for all database interactions involving user-supplied data.
  • Continuously monitor web logs for anomalous requests containing SQL syntax and block offending IP addresses.

Generated by OpenCVE AI on August 16, 2026 at 06:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 16 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Hospital Management System 1.0. This impacts an unknown function of the file /vieworder.php. The manipulation of the argument delid leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Hospital Management System vieworder.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-08-18T13:38:06.782Z

Reserved: 2026-08-15T12:08:58.197Z

Link: CVE-2026-19934

cve-icon Vulnrichment

Updated: 2026-08-18T13:24:26.182Z

cve-icon NVD

Status : Deferred

Published: 2026-08-16T06:16:52.773

Modified: 2026-08-20T12:48:31.843

Link: CVE-2026-19934

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T10:45:16Z

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