Description
A weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown part of the file /viewappointmentpending.php. This manipulation of the argument delid causes sql injection. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-08-20
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability exists in itsourcecode Hospital Management System, specifically in the viewappointmentpending.php module. Manipulation of the 'delid' argument allows an attacker to inject arbitrary SQL statements. This flaw is classified as a classic SQL injection (CWE-74, CWE-89) and can be exploited remotely, potentially enabling an attacker to read, modify, or delete appointment records and other sensitive data stored in the database.

Affected Systems

The affected product is itsourcecode Hospital Management System version 1.0. The vulnerability resides in the unknown portion of the file /viewappointmentpending.php within this product. No other vendors or product variants are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium level of severity. Because the attack vector is remote and the exploit is publicly available, the risk to systems still running the vulnerable version is significant. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, so there is no current indication of widespread active exploitation, but the potential impact remains substantial for organizations that rely on this system.

Generated by OpenCVE AI on August 20, 2026 at 19:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor update that removes the unvalidated handling of the delid parameter.
  • If a patch is not yet issued, refactor the code to use prepared statements or properly escape all user-supplied data for the delid argument.
  • Configure a web application firewall or place strict input validation rules at the application boundary to detect and block SQL injection attempts targeting the viewappointmentpending.php endpoint.

Generated by OpenCVE AI on August 20, 2026 at 19:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 20 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown part of the file /viewappointmentpending.php. This manipulation of the argument delid causes sql injection. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks.
Title itsourcecode Hospital Management System viewappointmentpending.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-20T17:38:06.709Z

Reserved: 2026-08-20T08:35:56.048Z

Link: CVE-2026-77025

cve-icon Vulnrichment

Updated: 2026-08-20T17:37:56.861Z

cve-icon NVD

Status : Received

Published: 2026-08-20T17:19:49.583

Modified: 2026-08-20T18:16:52.993

Link: CVE-2026-77025

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T20: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')