CVE-2026-75086
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulDB

Description

A vulnerability has been found in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /viewroom.php. Such manipulation of the argument delid leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
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 1.0, specifically in the /viewroom.php file. The 'delid' parameter is vulnerable to manipulation, allowing attackers to inject malicious SQL code. This can lead to unauthorized database access, data leaks, or system control.

Detection Guidance

To detect this SQL injection vulnerability in the Hospital Management System, you can test the '/viewroom.php' endpoint with the 'delid' parameter. Use tools like SQLmap to automate detection by sending crafted inputs and observing responses for errors or delays. Manually, try injecting time-based payloads such as 'delid=1 AND (SELECT * FROM (SELECT(SLEEP(5)))a)' to check for delays. Monitor web server logs for unusual queries or errors.

Impact Analysis

Attackers with valid credentials can exploit this flaw to gain unauthorized access to sensitive data, tamper with or delete records, take control of the system, or disrupt services. The impact includes data breaches, financial loss, and operational disruptions.

Compliance Impact

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

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all database queries. Implement strict input validation to sanitize the 'delid' parameter, rejecting any non-numeric values. Restrict database user permissions to the minimum required for operation. Conduct a security audit to identify other potential vulnerabilities and apply patches as needed.

Chat Assistant

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

EPSS Chart