Description
A flaw has been found in itsourcecode Hospital Management System Project in PHP 1.0. This impacts an unknown function of the file /viewservicetype.php. This manipulation of the argument delid causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.
Published: 2026-08-23
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the /viewservicetype.php file of itsourcecode Hospital Management System Project in PHP 1.0, where the delid argument is inadequately sanitized, enabling an attacker to inject arbitrary SQL statements. This vulnerability is classified as CWE-74 and CWE-89. When exploited, an attacker can read, modify, or delete database records, thereby compromising the integrity and confidentiality of patient or hospital data, though it does not directly grant arbitrary code execution.

Affected Systems

The affected product is the itsourcecode Hospital Management System Project in PHP, version 1.0. No specific sub‑product or module list is supplied beyond the file viewservicetype.php, and the impact applies to installations that expose this endpoint without further access controls.

Risk and Exploitability

The CVSS base score is 5.3, indicating a moderate severity. EPSS data is not available, and the vulnerability has not been recorded in the CISA KEV catalog. The attack vector is remote, as the flaw can be triggered by crafted HTTP requests to the vulnerable script, and an exploit has already been published, meaning there is an existing proof‑of‑concept. Even without EPSS, the combination of remote accessibility and published exploitation code raises the likelihood of real‑world attacks.

Generated by OpenCVE AI on August 23, 2026 at 10:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to the latest version of the Hospital Management System Project that includes input validation for the delid parameter.
  • Refactor the code to use parameterized queries or stored procedures, ensuring that user input cannot alter SQL logic.
  • Configure web application firewalls or access restrictions to limit exposure of the /viewservicetype.php endpoint to trusted administrative users only.

Generated by OpenCVE AI on August 23, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in itsourcecode Hospital Management System Project in PHP 1.0. This impacts an unknown function of the file /viewservicetype.php. This manipulation of the argument delid causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.
Title itsourcecode Hospital Management System Project in PHP viewservicetype.php sql injection
First Time appeared Itsourcecode
Itsourcecode hospital Management System Project In Php
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:hospital_management_system_project_in_php:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode hospital Management System Project In Php
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 Project In Php
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-23T09:15:09.384Z

Reserved: 2026-08-22T17:46:18.846Z

Link: CVE-2026-78112

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-23T10:16:28.333

Modified: 2026-08-23T10:16:28.333

Link: CVE-2026-78112

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-23T10:30: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')