CVE-2026-16244
Deferred Deferred - Pending Action

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: VulDB

Description

A security vulnerability has been detected in itsourcecode Hospital Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /prescriptionorderreport.php. Such manipulation of the argument delid leads to sql injection. The attack may be launched remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-21
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD
EUVD

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 by itsourcecode. It exists in the /prescriptionorderreport.php file where the 'delid' parameter is not properly sanitized. Attackers can inject malicious SQL code through this parameter to manipulate database queries.

Detection Guidance

To detect SQL injection vulnerabilities like this one, you can use tools such as SQLmap to test the 'delid' parameter in /prescriptionorderreport.php. Example command: sqlmap -u 'http://target.com/prescriptionorderreport.php?delid=1' --batch. Additionally, inspect web server logs for suspicious queries containing SQL syntax like UNION, SELECT, or INSERT.

Impact Analysis

This vulnerability allows remote attackers with valid credentials to execute unauthorized database operations. Potential impacts include unauthorized data access, data tampering, system takeover, or service disruption. Sensitive patient or hospital data could be exposed or altered.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for protecting sensitive personal and health data. It could lead to unauthorized data breaches, non-compliance with data protection regulations, and potential legal penalties or loss of trust.

Mitigation Strategies

Immediately apply input validation and sanitization for the 'delid' parameter. Use prepared statements with parameter binding for all database queries. Restrict database user permissions to the minimum required. Conduct a security audit to identify other potential vulnerabilities.

Chat Assistant

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

EPSS Chart