CVE-2026-13548
Received Received - Intake

SQL Injection in Hospital Management System 1.0

Vulnerability report for CVE-2026-13548, 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 was identified in itsourcecode Hospital Management System 1.0. Impacted is an unknown function of the file /doctortimings.php. The manipulation of the argument editid 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-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 allows attackers with valid credentials to potentially gain unauthorized access to sensitive data, tamper with data, or disrupt services. Such unauthorized access and data manipulation can lead to breaches of confidentiality, integrity, and availability of protected health information.

Given that the system handles hospital management data, exploitation of this vulnerability could result in non-compliance with regulations like GDPR and HIPAA, which mandate strict protection of personal and health-related data. Failure to secure the system against such attacks may lead to data breaches, exposing sensitive patient information and violating regulatory requirements.

Mitigations such as using prepared statements, input validation, minimizing database permissions, and regular security audits are necessary to maintain compliance and protect sensitive data.

Executive Summary

This vulnerability is a SQL injection flaw found in the Hospital Management System version 1.0 by itsourcecode, specifically in the file "/doctortimings.php". The issue arises because the 'editid' 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 through the 'editid' parameter. This can allow them to access or manipulate the database in unauthorized ways.

Impact Analysis

Exploitation of this vulnerability can lead to unauthorized database access, data leakage, data tampering, full system control, or disruption of services.

  • Attackers can leak sensitive data stored in the database.
  • They can modify or delete data, affecting data integrity.
  • Attackers might gain full control over the system.
  • The system's availability can be disrupted, causing service outages.
Detection Guidance

This SQL injection vulnerability in the 'editid' parameter of /doctortimings.php can be detected by testing for SQL injection flaws using both error-based and time-based blind SQL injection techniques.

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

  • Use tools like sqlmap to test the 'editid' parameter for injection, for example: sqlmap -u "http://target/doctortimings.php?editid=1" --cookie="session=valid_session_cookie" --risk=3 --level=5
  • Manually test by injecting SQL payloads such as ' OR 1=1-- or ' OR SLEEP(5)-- into the 'editid' parameter and observe the response delay or error messages.
  • Monitor logs for unusual database errors or unexpected query behavior related to /doctortimings.php.
Mitigation Strategies

Immediate mitigation steps include:

  • Implement prepared statements with parameter binding to safely handle the 'editid' parameter.
  • Apply strict input validation and sanitization on all user inputs, especially the 'editid' parameter.
  • Minimize database user permissions to limit the impact of a potential SQL injection.
  • Conduct regular security audits and code reviews focusing on SQL injection vulnerabilities.
  • Restrict access to the vulnerable page to trusted users and monitor for suspicious activity.

Chat Assistant

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

EPSS Chart