Description
A vulnerability was determined in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /appointmentapproval.php of the component Appointment Handler. This manipulation of the argument editid causes sql injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-06-29
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Hospital Management System’s Appointment Handler within appointmentapproval.php. This flaw is a CWE‑74—improper neutralization of input during construction of an SQL query—and also aligns with CWE‑89—improper neutralization of special elements used in an SQL command. An attacker can manipulate the editid argument to inject arbitrary SQL statements, which may expose sensitive patient information or alter appointment records, compromising confidentiality and integrity of the system’s data.

Affected Systems

itsourcecode Hospital Management System, version 1.0, which is the only affected product listed in the CNA data.

Risk and Exploitability

The score of 5.3 on the CVSS scale indicates moderate severity. No EPSS value is available, so the exploitation probability cannot be quantified, but the vulnerability is publicly disclosed and listed as remote. The flaw is not included in CISA’s KEV catalog, which suggests that it is not a widely-used exploit yet. The likely attack vector is over HTTP, where an attacker supplies a malicious editid value to the appointmentapproval.php endpoint to execute the injection. Successful exploitation would allow the attacker to read or manipulate database contents about appointments and potentially other sensitive data handled by the system.

Generated by OpenCVE AI on June 29, 2026 at 03:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any forthcoming vendor patch that addresses the SQL injection flaw.
  • Restrict access to /appointmentapproval.php to authenticated and authorized users, using role‑based controls or IP filtering.
  • Deploy a Web Application Firewall rule set or input validation rules that detect and block typical SQL injection patterns in the editid parameter.
  • Monitor web logs for unexpected SQL queries involving editid and investigate anomalous activity.

Generated by OpenCVE AI on June 29, 2026 at 03:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 29 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 29 Jun 2026 01:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /appointmentapproval.php of the component Appointment Handler. This manipulation of the argument editid causes sql injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
Title itsourcecode Hospital Management System Appointment appointmentapproval.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-06-29T13:41:35.417Z

Reserved: 2026-06-28T07:37:40.712Z

Link: CVE-2026-13520

cve-icon Vulnrichment

Updated: 2026-06-29T13:41:31.574Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T06: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')