CVE-2026-78112
Received Received - Intake

SQL Injection in Hospital Management System Project PHP

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

Publication date: 2026-08-23

Last updated on: 2026-08-23

Assigner: VulDB

Description

A flaw has been found in itsourcecode Hospital Management System Project in PHP 1.0. This impacts an unknown function of the file /viewservicetype.php. This manipulation of the argument delid causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-23
Last Modified
2026-08-23
Generated
2026-08-23
AI Q&A
2026-08-23
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 the Hospital Management System Project version 1.0. The flaw exists in the file /viewservicetype.php where the 'delid' parameter is not properly sanitized. Attackers can inject malicious SQL queries through this parameter to manipulate the database. The exploit can be performed remotely after gaining valid login credentials.

Detection Guidance

To detect this SQL injection vulnerability, check if the /viewservicetype.php file is accessible and test the 'delid' parameter with crafted inputs. Use tools like SQLmap to automate detection by sending payloads such as ' OR 1=1 -- and monitoring responses for errors or delays.

Impact Analysis

This vulnerability allows attackers to access, modify, or delete sensitive data in the database without authorization. It could lead to data breaches, unauthorized system access, data tampering, or service disruption. Attackers might steal patient records, alter treatment information, or disrupt hospital operations.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for protecting sensitive personal and health data. It could result in legal penalties, fines, and reputational damage due to unauthorized data access or breaches. Compliance with data protection regulations requires proper input validation and secure database access controls.

Mitigation Strategies

Immediately apply input validation to sanitize the 'delid' parameter. Replace dynamic SQL queries with prepared statements. Restrict database user permissions to least privilege. 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-78112. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart