Description
A weakness has been identified in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /treatmentdetail.php. Executing a manipulation of the argument patientid can lead to sql injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in the treatmentdetail.php file of itsourcecode Hospital Management System allows attackers to inject arbitrary SQL via the patientid parameter when the application processes requests. The injection occurs without proper filtering or parameterization, enabling remote attackers to read or alter data stored in the backend database. The CVSS score of 5.3 signifies moderate impact; if exploited, an attacker could gain unauthorized access to sensitive patient information or modify records, affecting data confidentiality and integrity.

Affected Systems

The affected product is itsourcecode Hospital Management System version 1.0. No further subversion details are available. The vulnerability is reported for the root domain of the application, and the affected path is /treatmentdetail.php.

Risk and Exploitability

With a CVSS score of 5.3, the risk is moderate. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting no public exploitation has been reported. The attack vector is remote, as the flaw can be triggered by sending a crafted HTTP request containing a malicious patientid value. Successful exploitation would require access to the web application—either authenticated or unauthenticated sessions—depending on existing access controls.

Generated by OpenCVE AI on August 6, 2026 at 23:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the treatmentdetail.php code to use parameterized queries or a secure database abstraction layer to prevent SQL injection.
  • Validate the patientid input to accept only expected characters (e.g., numeric) before forming the query.
  • Restrict external access to the /treatmentdetail.php endpoint with firewall rules or authentication checks to reduce exposure.

Generated by OpenCVE AI on August 6, 2026 at 23:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 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, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /treatmentdetail.php. Executing a manipulation of the argument patientid can lead to sql injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.
Title itsourcecode Hospital Management System treatmentdetail.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-07T17:09:37.143Z

Reserved: 2026-08-06T08:56:46.595Z

Link: CVE-2026-19068

cve-icon Vulnrichment

Updated: 2026-08-07T15:28:18.264Z

cve-icon NVD

Status : Deferred

Published: 2026-08-06T22:16:54.333

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-19068

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T00: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')