CVE-2026-14730
Received Received - Intake

SQL Injection in Hospital Management System 1.0

Vulnerability report for CVE-2026-14730, 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 security flaw has been discovered in itsourcecode Hospital Management System 1.0. Affected by this issue is some unknown functionality of the file /patientprofile.php. Performing a manipulation of the argument patientname results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may 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 /patientprofile.php file. It occurs because the 'patientname' 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 through the 'patientname' parameter. This allows them to manipulate the database queries, potentially gaining unauthorized access to sensitive data, modifying or deleting data, taking control of the system, or disrupting its services.

The vulnerability is an error-based SQL injection, and exploitation requires prior authentication. The issue can be mitigated by using prepared statements with parameter binding, strict input validation, minimizing database user permissions, and performing regular security audits.

Impact Analysis

Exploitation of this vulnerability can lead to unauthorized access to the hospital management system's database, allowing attackers to leak sensitive patient information.

  • Data leakage of confidential patient records.
  • Tampering or unauthorized modification of patient data.
  • Potential full control over the system by attackers.
  • Disruption of hospital management services.
Detection Guidance

This SQL injection vulnerability in the 'patientname' parameter of /patientprofile.php can be detected by testing for SQL injection flaws using tools like sqlmap.

Since exploitation requires prior authentication, detection involves authenticating first and then sending crafted payloads to the 'patientname' parameter to observe if SQL injection is possible.

  • Use sqlmap with authentication cookies or credentials to test the vulnerable parameter, for example: sqlmap -u "http://target/patientprofile.php?patientname=TEST" --cookie="SESSION=your_session_cookie" --risk=3 --level=5
  • Manually test by injecting typical SQL injection payloads such as ' OR 1=1-- or using error-based payloads like EXTRACTVALUE to see if errors or unexpected behavior occur.
Mitigation Strategies

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

  • Strictly validate and filter all user inputs, especially the 'patientname' parameter.
  • Minimize database user permissions to limit the impact of any potential injection.
  • Conduct regular security audits and code reviews to identify and fix similar vulnerabilities.
Compliance Impact

The SQL injection vulnerability in the Hospital Management System 1.0 allows attackers with valid credentials to manipulate the 'patientname' parameter, potentially leading to unauthorized access, data leakage, and tampering of sensitive patient information.

Such unauthorized access and potential exposure of sensitive patient data can lead to non-compliance with regulations like GDPR and HIPAA, which mandate strict protection of personal and health information.

Therefore, this vulnerability poses a significant risk to compliance by potentially exposing protected health information (PHI) and personally identifiable information (PII) through database compromise.

Chat Assistant

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

EPSS Chart