CVE-2026-13572
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-06-29

Last updated on: 2026-06-29

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 /insertbillingrecord.php. The manipulation of the argument patientid leads to sql injection. It is possible to initiate 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-06-29
Last Modified
2026-06-29
Generated
2026-06-29
AI Q&A
2026-06-29
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
Compliance Impact

The SQL injection vulnerability in the Hospital Management System 1.0 allows attackers with valid credentials to potentially gain unauthorized access to sensitive patient data, leak confidential information, tamper with records, or disrupt services.

Such unauthorized access and data breaches can lead to non-compliance with data protection regulations like GDPR and HIPAA, which mandate the protection of personal and health information against unauthorized access and ensure data integrity and confidentiality.

Therefore, this vulnerability poses a risk to compliance with these standards by exposing sensitive patient data to potential compromise.

Executive Summary

This vulnerability is a SQL Injection flaw found in the Hospital Management System version 1.0 by itsourcecode, specifically in the '/insertbillingrecord.php' file. The issue arises because the 'patientid' parameter does not properly sanitize user input before it is used in SQL queries.

Attackers who have valid credentials can exploit this vulnerability by injecting malicious SQL code. This can allow them to gain unauthorized access to the database, leak sensitive information, modify data, take control of the system, or disrupt services.

The vulnerability can be exploited remotely and has been confirmed through various SQL injection techniques such as boolean-based blind, error-based, and time-based blind methods.

Mitigation involves using prepared statements with parameter binding, strict input validation and filtering, minimizing database user permissions, and conducting regular security audits.

Impact Analysis

Exploiting this vulnerability can have several serious impacts:

  • Unauthorized access to sensitive patient and hospital data.
  • Leakage of confidential information stored in the database.
  • Tampering or modification of critical data records.
  • Potential full control over the hospital management system by attackers.
  • Disruption of services, which could affect hospital operations.
Detection Guidance

This SQL Injection vulnerability in the 'patientid' parameter of /insertbillingrecord.php can be detected by attempting SQL injection techniques such as boolean-based blind, error-based, and time-based blind SQL injection methods.

Since exploitation requires authentication, detection commands should be run with valid credentials.

Common detection commands or tools include using sqlmap or manual injection attempts with payloads targeting the 'patientid' parameter to observe database errors or timing delays.

  • Example sqlmap command: sqlmap -u "http://target/insertbillingrecord.php" --data="patientid=1" --cookie="session=valid_session_cookie" --technique=BEUST
  • Manual test by injecting payloads like ' OR 1=1-- into the patientid parameter and observing the response for SQL errors or unexpected behavior.
Mitigation Strategies

Immediate mitigation steps include:

  • Use prepared statements with parameter binding to prevent SQL injection.
  • Implement strict input validation and filtering on the 'patientid' parameter.
  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix vulnerabilities.

Chat Assistant

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

EPSS Chart