CVE-2026-14731
Received Received - Intake

SQL Injection in Hospital Management System 1.0

Vulnerability report for CVE-2026-14731, 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 weakness has been identified in itsourcecode Hospital Management System 1.0. This affects an unknown part of the file /patientreport.php. Executing a manipulation of the argument editid can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.

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
Executive Summary

This vulnerability is a SQL injection flaw found in the Hospital Management System version 1.0, specifically in the /patientreport.php file. It occurs because the 'editid' parameter does not properly sanitize user input before using it in SQL queries.

An attacker with valid credentials can exploit this vulnerability by injecting malicious SQL code through the 'editid' parameter. This allows unauthorized access to the database, potentially leading to data leakage, tampering, system control, and service interruption.

The vulnerability is error-based SQL injection and requires prior authentication to exploit.

Impact Analysis

Exploiting this vulnerability can lead to unauthorized database access, which may result in sensitive data leakage, data tampering, unauthorized control over the system, and potential disruption of services.

Such impacts can compromise the confidentiality, integrity, and availability of the hospital management system and its data.

Detection Guidance

This SQL injection vulnerability in the 'editid' parameter of /patientreport.php can be detected by attempting to inject SQL payloads and observing the system's response.

A common approach is to use automated tools like sqlmap to test for SQL injection vulnerabilities by targeting the vulnerable parameter.

  • Use sqlmap with authentication to test the 'editid' parameter, for example: sqlmap -u "http://target/patientreport.php?editid=1" --cookie="SESSION=your_session_cookie" --risk=3 --level=5
  • Manually test by injecting SQL special characters or payloads into the 'editid' parameter and checking for database errors or unexpected behavior.
Mitigation Strategies

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

Additionally, apply strict input validation and filtering on the 'editid' parameter to ensure only expected input is processed.

Minimize database user permissions to limit the impact of any potential exploitation.

Conduct regular security audits to identify and remediate similar vulnerabilities.

Compliance Impact

The SQL injection vulnerability in the Hospital Management System 1.0 allows attackers with valid credentials to gain unauthorized database access, potentially leading to data leakage, tampering, and system control. Such unauthorized access and data breaches can compromise the confidentiality and integrity of sensitive patient information.

This kind of vulnerability can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require strict protection of personal and health data. Failure to secure patient data against unauthorized access and manipulation may result in violations of these regulations, leading to legal and financial consequences.

Chat Assistant

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

EPSS Chart