Sceawere
Vulnerability Detail
CVE-2026-19067UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Hospital Management System SQL Injection
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 6.3
- Creation Date
- 1d ago
- Vendor
- itsourcecode
- Product
- Hospital Management System
- Attack Type
- SQL Injection
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
A security flaw has been discovered in itsourcecode Hospital Management System 1.0. The affected element is an unknown function of the file /treatment.php. Performing a manipulation of the argument editid results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "6.3",
"pubDate": "2026-08-06T22:16:54.110Z",
"pubdate": "2026-08-06T22:16:54.110Z",
"executiveSummary": "A security flaw has been identified in itsourcecode Hospital Management System 1.0, specifically within an unknown function in the file /treatment.php.\nThe vulnerability is classified as a SQL Injection (SQLi) flaw, which arises from the insecure handling of the editid argument.\nRemote exploitation of this vulnerability is feasible, allowing unauthenticated or remote threat actors to interact directly with the underlying database management system.\nSuccessful exploitation can lead to severe operational and security impacts, including unauthorized data access, data modification, database enumeration, and potential compromise of the entire backend database infrastructure.\nBecause public exploit code has already been released, the risk of active exploitation in the wild is significantly elevated.\nOrganizations utilizing this software are exposed to high risks unless immediate remedial actions are taken to secure the input validation mechanisms of the affected endpoint.",
"technicalDetails": "The vulnerability resides in the treatment.php file of itsourcecode Hospital Management System 1.0, specifically involving the improper neutralization of user-supplied input passed via the editid parameter.\nThe root cause of the vulnerability is the lack of parameterized queries, prepared statements, or adequate input sanitization when incorporating the editid argument into dynamic SQL queries executed against the backend database.\nThis architectural flaw enables an attacker to manipulate the query logic by injecting malicious SQL command fragments directly through the HTTP request targeting /treatment.php.\nThe attack flow proceeds as follows: an attacker crafts a malicious HTTP request containing SQL syntax within the editid parameter.\nUpon submission, the vulnerable application processes the unvalidated input and concatenates it directly into the database query string.\nThe database engine interprets the injected strings as executable SQL commands, thereby altering the intended query structure.\nDepending on the nature of the payload, this allows the attacker to bypass authentication mechanisms, extract sensitive patient and administrative records, modify database contents, or execute administrative operations depending on the database user privileges configured for the application.\nThe affected component is the /treatment.php script handling the editid parameter in version 1.0 of the product.\nThe attack vector is fully remote, requiring network access to the web application without necessarily requiring authenticated privileges, depending on access controls surrounding the target script."
}