CVE-2026-14703
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-07-05

Last updated on: 2026-07-05

Assigner: VulDB

Description

A vulnerability has been found in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /patientorder.php. Such manipulation of the argument editid leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-05
Last Modified
2026-07-05
Generated
2026-07-05
AI Q&A
2026-07-05
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-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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The SQL injection vulnerability in the Hospital Management System V1.0 allows attackers with valid credentials to perform unauthorized database access, data leakage, tampering, and potential service disruption.

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-related data from unauthorized access and breaches.

Failure to mitigate this vulnerability could result in non-compliance with these standards due to compromised confidentiality, integrity, and availability of sensitive patient data.

Executive Summary

This vulnerability is a SQL injection flaw found in the Hospital Management System version 1.0, specifically in the file /patientorder.php. It occurs because the 'editid' parameter does not properly sanitize user input before using it in SQL queries. Attackers who have valid credentials can exploit this by injecting malicious SQL code through the 'editid' parameter, which can lead to unauthorized access to the database, data leakage, tampering, and potentially full control over the system.

The vulnerability is a time-based blind SQL injection, meaning attackers can infer information by observing delays in the system's response to crafted queries. Exploitation requires prior authentication.

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

Impact Analysis

Exploitation of this vulnerability can lead to unauthorized database access, allowing attackers to view, modify, or delete sensitive patient and hospital data.

It can result in data leakage, tampering with records, disruption of hospital services, and potentially full system control by the attacker.

Such impacts can compromise the confidentiality, integrity, and availability of critical healthcare information systems.

Detection Guidance

This SQL injection vulnerability in the 'editid' parameter of /patientorder.php can be detected by testing for time-based blind SQL injection behavior.

A common method is to use the sqlmap tool with a payload that causes a delay in the response if the injection is successful.

  • Use sqlmap with a command like: sqlmap -u "http://target/patientorder.php?editid=1" --technique=T --level=5 --risk=3
  • Manually test by injecting payloads such as 'editid=1' RLIKE SLEEP(5) AND 'MLPO'='MLPO' and observe if the response time increases significantly.
Mitigation Strategies

Immediate mitigation steps include:

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

Chat Assistant

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

EPSS Chart