CVE-2026-15536
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: VulDB

Description

A vulnerability was identified in itsourcecode Hospital Management System 1.0. This affects an unknown part of the file /patviewprescription.php. The manipulation of the argument delid leads to sql injection. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-07-13
AI Q&A
2026-07-13
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 found in the Hospital Management System version 1.0, specifically in the '/patviewprescription.php' file. It occurs because the 'delid' parameter does not properly sanitize user input before using it in SQL queries.

Attackers who have valid credentials can exploit this vulnerability by injecting malicious SQL code, which can manipulate the database queries. This type of attack is classified as a time-based blind SQL injection, meaning attackers can infer information by observing the timing of responses.

Exploitation requires prior authentication, and the vulnerability can lead to unauthorized database access, data leakage, data tampering, full system control, or service disruption.

Recommended mitigations include using prepared statements with parameter binding, strict input validation, minimizing database user permissions, and conducting regular security audits.

Impact Analysis

If exploited, this vulnerability can have serious impacts including unauthorized access to sensitive database information, leakage of confidential data, alteration or tampering of data, potential full control over the affected system, and disruption of services.

Since the vulnerability requires valid credentials, attackers who gain access can leverage this flaw to escalate their privileges or cause significant damage to the system's integrity and availability.

Detection Guidance

This SQL injection vulnerability in the 'delid' parameter of /patviewprescription.php can be detected by using automated SQL injection testing tools such as sqlmap.

Since the vulnerability is a time-based blind SQL injection requiring authentication, detection involves sending crafted payloads to the 'delid' parameter and observing response delays or anomalies.

  • Use sqlmap with authentication to test the vulnerable parameter, for example: sqlmap -u "http://target/patviewprescription.php?delid=1" --cookie="SESSION=your_session_cookie" --technique=T --dbs
  • Monitor network traffic for unusual or suspicious SQL query patterns targeting the 'delid' parameter.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection.

Strict input validation should be applied to the 'delid' parameter to ensure only expected values are accepted.

  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix similar vulnerabilities.

Additionally, restrict access to the vulnerable functionality to only trusted and authenticated users since exploitation requires prior authentication.

Compliance Impact

The SQL injection vulnerability in the Hospital Management System allows attackers with valid credentials to potentially gain unauthorized access to sensitive data, tamper with data, or disrupt services. Such unauthorized access and data leakage can lead to violations of data protection regulations like GDPR and HIPAA, which mandate the protection of personal and health information. Therefore, exploitation of this vulnerability could result in non-compliance with these standards due to compromised confidentiality, integrity, and availability of sensitive data.

Chat Assistant

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

EPSS Chart