CVE-2026-14638
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-07-04

Last updated on: 2026-07-04

Assigner: VulDB

Description

A flaw has been found in itsourcecode Hospital Management System 1.0. This affects an unknown function of the file /patient.php. This manipulation of the argument editid causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

The vulnerability is a SQL injection flaw in the Hospital Management System version 1.0 by itsourcecode, specifically in the '/patient.php' file within the 'editid' parameter.

This parameter does not properly sanitize user input before using it in SQL queries, allowing attackers with valid credentials to inject malicious SQL code.

Exploitation can lead to unauthorized database access, data leakage, data tampering, full system control, or service disruption.

The attack can be performed remotely using error-based or time-based blind SQL injection techniques.

Impact Analysis

If exploited, this vulnerability can allow attackers to gain unauthorized access to sensitive patient and system data.

Attackers may leak confidential information, modify or delete data, take full control of the hospital management system, or cause service outages.

Such impacts threaten system security, patient privacy, and business continuity.

Detection Guidance

This SQL injection vulnerability in the 'editid' parameter of /patient.php can be detected by attempting SQL injection tests on the parameter while authenticated. Tools like sqlmap can be used to automate detection using both error-based and time-based blind SQL injection techniques.

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

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection, enforcing strict input validation on the 'editid' parameter, and minimizing database user permissions to limit potential damage.

  • Replace vulnerable SQL queries with parameterized queries or prepared statements.
  • Validate and sanitize all user inputs, especially the 'editid' parameter.
  • Limit database user privileges to only what is necessary.
  • Conduct regular security audits and monitoring for suspicious activities.
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, tamper with data, or disrupt services. Such unauthorized access and data manipulation can lead to violations of data protection regulations like GDPR and HIPAA, which mandate the protection of personal and health information against unauthorized access and breaches.

Failure to mitigate this vulnerability by implementing proper input validation, prepared statements, and minimizing database permissions could result in non-compliance with these standards, exposing the organization to legal and financial penalties.

Chat Assistant

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

EPSS Chart