Description
A security flaw has been discovered in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /viewmedicine.php. Performing a manipulation of the argument delid results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-08-15
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unauthenticated SQL injection flaw in the /viewmedicine.php page of itsourcecode Hospital Management System 1.0. By manipulating the delid parameter, an attacker can cause the application to execute arbitrary SQL statements, potentially enabling unauthorized viewing, alteration, or deletion of sensitive medical records and compromising both confidentiality and integrity.

Affected Systems

The affected product is itsourcecode Hospital Management System 1.0, specifically the viewmedicine.php script that processes the delid argument. No other product versions are listed, so the flaw applies to deployments of the 1.0 release that have not been updated with the vendor's fix.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the lack of an EPSS rating or KEV listing suggests limited observed exploitation. Nevertheless, the bug can be triggered remotely by sending a crafted HTTP request with a malicious delid value, as attackers can bypass input validation (CWE-74) to inject arbitrary SQL. Because the public exploit code is available, prompt remediation is advised.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of itsourcecode Hospital Management System that contains the SQL injection fix.
  • Replace any raw SQL that uses the delid parameter with a parameterized query or a proper ORM to eliminate injection risk.
  • Enforce that only authenticated users with appropriate privileges can access the /viewmedicine.php endpoint and validate the delid value against a strict whitelist or expected format.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Sat, 15 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /viewmedicine.php. Performing a manipulation of the argument delid results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.
Title itsourcecode Hospital Management System viewmedicine.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-19T15:53:15.447Z

Reserved: 2026-08-14T18:48:33.153Z

Link: CVE-2026-19894

cve-icon Vulnrichment

Updated: 2026-08-19T15:52:48.008Z

cve-icon NVD

Status : Deferred

Published: 2026-08-15T13:17:48.153

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

Link: CVE-2026-19894

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T14:45:04Z

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