CVE-2026-19067
Received Received - Intake

SQL Injection in Hospital Management System 1.0

Vulnerability report for CVE-2026-19067, 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 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.

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 the Hospital Management System 1.0. It exists in the treatment.php file where the editid argument is not properly sanitized. Attackers can manipulate this argument to inject malicious SQL code, potentially accessing or modifying database contents. The exploit is publicly available, increasing the risk of attacks.

Detection Guidance

Detect SQL injection in /treatment.php by checking for unusual input in the editid parameter. Use tools like sqlmap to test for vulnerability: sqlmap -u "http://target/treatment.php?editid=1" --batch. Monitor web server logs for suspicious queries containing 'UNION SELECT' or other SQL patterns.

Impact Analysis

If you use the affected Hospital Management System 1.0, attackers could exploit this flaw to steal sensitive data like patient records, modify or delete data, or gain unauthorized access to the system. The public availability of the exploit makes attacks more likely.

Compliance Impact

This vulnerability could lead to violations of GDPR and HIPAA by exposing protected health information (PHI). GDPR requires protecting personal data, while HIPAA mandates safeguards for health data. A breach could result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately patch the application by updating to the latest version. Apply input validation to the editid parameter in /treatment.php to block SQL syntax. Use prepared statements in the code to prevent SQL injection. Restrict database user permissions to limit damage if exploited.

Chat Assistant

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

EPSS Chart