CVE-2026-19364
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

A vulnerability was determined in itsourcecode Hospital Management System 1.0. The affected element is an unknown function of the file /viewdoctorconsultancycharge.php. This manipulation of the argument delid causes sql injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-09
Last Modified
2026-08-09
Generated
2026-08-09
AI Q&A
2026-08-09
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 is a SQL injection vulnerability in Hospital Management System 1.0. The issue occurs in the file /viewdoctorconsultancycharge.php where the 'delid' parameter is not properly sanitized. Attackers can inject malicious SQL code through this parameter to manipulate the database.

Detection Guidance

To detect this SQL injection vulnerability in the Hospital Management System, you can test the /viewdoctorconsultancycharge.php endpoint with malicious input in the delid parameter. Use tools like curl or sqlmap to send requests with payloads such as ' OR 1=1 -- or ' OR '1'='1. Monitor responses for database errors or unexpected data.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database. This may lead to unauthorized data exposure, system compromise, or disruption of hospital operations. Patient records or financial data could be at risk.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for protecting personal and health data. Unauthorized access or data breaches could result in legal penalties, fines, and reputational damage for organizations handling sensitive information.

Mitigation Strategies

Immediately apply input validation to sanitize the delid parameter in /viewdoctorconsultancycharge.php. Replace dynamic SQL queries with prepared statements to prevent injection. Restrict database user permissions to limit potential damage. Conduct a security audit to identify other vulnerable components.

Chat Assistant

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

EPSS Chart