Description
A flaw has been found in itsourcecode Hospital Management System 1.0. Affected by this issue is some unknown functionality of the file /medicine.php. This manipulation of the argument editid causes sql injection. Remote exploitation of the attack is possible. The exploit has been published and may be used.
Published: 2026-07-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the /medicine.php script of itsourcecode Hospital Management System allows an attacker to manipulate the editid parameter and inject arbitrary SQL statements against the back‑end database. This vulnerability is a classic injection flaw (CWE‑74) that could lead to disclosure, alteration, or deletion of sensitive data. Because the injected data is executed directly, the attacker can gain unauthorized database access, potentially compromising the entire system.

Affected Systems

Itsourcecode Hospital Management System version 1.0 is affected; the vulnerability resides in the medicine.php file that handles the editid query parameter. No other modules have been reported to be at risk.

Risk and Exploitability

With a CVSS score of 5.3 the flaw is considered moderate, and an EPSS score of <1% indicates a low probability of exploitation today. The vulnerability is not yet listed in CISA KEV, but a published exploit exists, and the flaw can be triggered remotely via the web interface. The likely attack vector involves sending a crafted HTTP request to /medicine.php with a malicious editid value; however, it is not stated whether authentication or authorization is required to access this endpoint. Based on the description, it is inferred that the attacker would need to reach the medicine.php page to exploit the injection.

Generated by OpenCVE AI on August 1, 2026 at 19:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the product to a patched release that corrects the medicine.php injection flaw, if one is available.
  • If no patch exists, modify the /medicine.php script to use prepared statements or parameterized queries and perform strict validation on the editid value before incorporating it into SQL statements.
  • Restrict access to the medicine.php functionality or disable it entirely if the feature is not required; ensure that only authenticated and authorized users can call this endpoint.

Generated by OpenCVE AI on August 1, 2026 at 19:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sat, 04 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in itsourcecode Hospital Management System 1.0. Affected by this issue is some unknown functionality of the file /medicine.php. This manipulation of the argument editid causes sql injection. Remote exploitation of the attack is possible. The exploit has been published and may be used.
Title itsourcecode Hospital Management System medicine.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-07-07T02:28:36.540Z

Reserved: 2026-07-03T16:46:53.251Z

Link: CVE-2026-14619

cve-icon Vulnrichment

Updated: 2026-07-07T02:28:31.833Z

cve-icon NVD

Status : Deferred

Published: 2026-07-04T08:16:21.647

Modified: 2026-07-07T04:17:23.473

Link: CVE-2026-14619

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T20:00:07Z

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