CVE-2026-19069
Received Received - Intake

SQL Injection in Hospital Management System 1.0

Vulnerability report for CVE-2026-19069, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulDB

Description

A security vulnerability has been detected in itsourcecode Hospital Management System 1.0. This affects an unknown function of the file /treatmentrecord.php. The manipulation of the argument editid leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-07
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode hospital_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in itsourcecode Hospital Management System 1.0. It exists in the /treatmentrecord.php file where the editid argument is improperly sanitized. An attacker can manipulate this input to inject malicious SQL commands, potentially accessing or modifying sensitive database records.

Detection Guidance

This vulnerability involves SQL injection in /treatmentrecord.php via the editid argument. To detect it, inspect web server logs for suspicious queries containing editid with SQL patterns like 'OR 1=1' or UNION SELECT. Use tools like sqlmap to test for injection points: sqlmap -u "http://target/treatmentrecord.php?editid=1" --batch. Monitor database logs for unusual queries or errors.

Impact Analysis

If exploited, this vulnerability could allow unauthorized access to patient data, treatment records, or other sensitive information stored in the hospital management system. Attackers might alter, delete, or steal data, leading to privacy breaches or operational disruptions.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or exposure. GDPR requires protecting personal data, while HIPAA mandates safeguarding health information. A breach may result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Immediately patch the Hospital Management System to the latest version. Apply input validation to sanitize the editid parameter in /treatmentrecord.php. Use prepared statements in PHP to prevent SQL injection. Restrict database user permissions to limit damage. Disable public disclosure of error messages to avoid exposing query details.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19069. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart