Description
A vulnerability was detected in itsourcecode Hospital Management System 1.0. This impacts an unknown function of the file /viewadmin.php. The manipulation of the argument delid results in sql injection. The attack may be performed from remote. The exploit is now public and may be used.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the /viewadmin.php file of itsourcecode Hospital Management System 1.0, allowing an attacker to manipulate the 'delid' argument. By injecting SQL code into this parameter, an attacker can query, alter, or delete data from the underlying database, potentially leading to data disclosure or modification. The specific effects on data integrity or confidentiality are inferred from the nature of the injection and are not directly stated in the advisory. The weakness is a classic input validation flaw (CWE-74 and CWE-89).

Affected Systems

Itsourcecode Hospital Management System version 1.0 is affected. No other vendor versions are listed in the advisory. The issue resides in the web application layer and is specific to the remaining component of that product.

Risk and Exploitability

The CVSS score of 5.3 classifies this attack as medium severity. EPSS is currently unavailable, and the vulnerability is not listed in the CISA KEV catalog. The exploit can be performed from a remote location by sending a crafted request to the web server, and the publicly available proof‑of‑concept indicates that attackers can gain arbitrary database access without prior authentication.

Generated by OpenCVE AI on August 7, 2026 at 00:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑issued patch for version 1.0 or update to a later release that removes the insecure handling of the delid parameter.
  • Replace direct query construction with parameterized statements or stored procedures to eliminate the injection vector.
  • Deploy a Web Application Firewall rule set that detects and blocks SQL injection patterns targeting the delid argument.

Generated by OpenCVE AI on August 7, 2026 at 00:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in itsourcecode Hospital Management System 1.0. This impacts an unknown function of the file /viewadmin.php. The manipulation of the argument delid results in sql injection. The attack may be performed from remote. The exploit is now public and may be used.
Title itsourcecode Hospital Management System viewadmin.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-06T20:00:10.427Z

Reserved: 2026-08-06T08:56:54.135Z

Link: CVE-2026-19070

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T00:15: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')