Description
A flaw has been found in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /viewappointment.php. This manipulation of the argument delid causes sql injection. It is possible to initiate the attack remotely. The exploit has been published 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

A flaw in the viewappointment.php file of itsourcecode Hospital Management System 1.0 allows an attacker to manipulate the delid argument and inject arbitrary SQL. The injection can be triggered remotely via an HTTP request, potentially enabling the attacker to read, modify, or delete data stored in the underlying database. The CVE notes that an exploit is already published, indicating that the vulnerability is actionable.

Affected Systems

The affected product is itsourcecode Hospital Management System version 1.0. No other versions or variants are listed, and the CPE string confirms that the vulnerability resides in the core application, not in an add‑on or external service.

Risk and Exploitability

The CVSS score of 5.3 categorizes this vulnerability as moderate, while the EPSS score is unspecified. The exploit is listed as not in CISA’s KEV catalog. The attack vector is remote, as the injection is triggered through a web interface. Attackers do not require prior access or credentials; they can target the endpoint directly from any internet‑connected device.

Generated by OpenCVE AI on August 6, 2026 at 23:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Hospital Management System to a patched release that sanitizes the delid parameter in viewappointment.php.
  • In the meantime, modify the application to use prepared statements or otherwise escape the delid value to prevent SQL injection.
  • If no patch is available, restrict direct access to viewappointment.php or deploy a web‑application firewall rule to block common SQL injection payloads.

Generated by OpenCVE AI on August 6, 2026 at 23:36 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 flaw has been found in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /viewappointment.php. This manipulation of the argument delid causes sql injection. It is possible to initiate the attack remotely. The exploit has been published and may be used.
Title itsourcecode Hospital Management System viewappointment.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:15:11.312Z

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

Link: CVE-2026-19071

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T00:00:05Z

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