Description
A vulnerability was determined in gedelumbung HospitalManagement up to c2d45543789a3887067d3915f69d44cfc2cf76a8. Affected by this vulnerability is the function generate_index_pasien of the file application/models/app_global_admin_model.php. Executing a manipulation of the argument cari can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-16
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Apply Patch
AI Analysis

Impact

The vulnerability occurs in the generate_index_pasien method of the HospitalManagement application, allowing an attacker to manipulate the cari argument. This manipulation can result in a SQL injection, enabling execution of arbitrary SQL statements against the database. Consequently, the attacker could read, modify or delete sensitive patient data, compromising confidentiality, integrity, and potentially availability by disrupting database operations.

Affected Systems

The affected vendor is gedelumbung, specifically the HospitalManagement application. The bug exists in all releases up to commit c2d45543789a3887067d3915f69d44cfc2cf76a8. No specific release numbers are available due to the project's rolling release model.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity. The EPSS score is below 1%, suggesting a low probability of exploitation in the wild. The vulnerability is not currently listed in the CISA KEV catalog. Attackers can reach the vulnerable code remotely, and a publicly disclosed exploit is available. Because the flaw allows arbitrary SQL execution, the potential impact can be substantial if an attacker accesses sensitive data or disrupts database availability.

Generated by OpenCVE AI on September 16, 2026 at 17:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest official release of the HospitalManagement application, which may contain a fixed version of the generate_index_pasien function.
  • If a patch is not available, refactor the generate_index_pasien method to use parameterized queries or prepared statements for all database interactions involving the cari parameter.
  • Add input validation and sanitization for the cari argument, ensuring it cannot include SQL control characters or malicious payloads.

Generated by OpenCVE AI on September 16, 2026 at 17:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 02:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in gedelumbung HospitalManagement up to c2d45543789a3887067d3915f69d44cfc2cf76a8. Affected by this vulnerability is the function generate_index_pasien of the file application/models/app_global_admin_model.php. Executing a manipulation of the argument cari can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Title gedelumbung HospitalManagement app_global_admin_model.php generate_index_pasien sql injection
First Time appeared Gedelumbung
Gedelumbung hospitalmanagement
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:gedelumbung:hospitalmanagement:*:*:*:*:*:*:*:*
Vendors & Products Gedelumbung
Gedelumbung hospitalmanagement
References
Metrics cvssV2_0

{'score': 5.8, 'vector': 'AV:N/AC:L/Au:M/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.7, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Gedelumbung Hospitalmanagement
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-16T02:30:12.893Z

Reserved: 2026-09-15T18:43:11.030Z

Link: CVE-2026-92221

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-16T03:17:00.590

Modified: 2026-09-16T17:53:40.500

Link: CVE-2026-92221

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T17:45:17Z

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