CVE-2026-14717
Received Received - Intake

SQL Injection in Hospital Management System 1.0

Vulnerability report for CVE-2026-14717, 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 was detected in itsourcecode Hospital Management System 1.0. The affected element is an unknown function of the file /patientlogin.php. Performing a manipulation of the argument loginid results in sql injection. Remote exploitation of the attack is possible. The exploit is now 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
Executive Summary

This vulnerability is a SQL Injection found in the Hospital Management System version 1.0, specifically in the /patientlogin.php file. It occurs because the 'loginid' parameter does not properly sanitize user input, allowing an attacker to inject malicious SQL code.

Remote exploitation is possible, and the exploit is publicly available. The attack can be performed by manipulating the 'loginid' argument, which can lead to unauthorized database access.

Impact Analysis

Exploiting this vulnerability can allow attackers to gain unauthorized access to the database, potentially leading to data leakage, tampering with data, taking control of the system, and causing service interruptions.

Since the vulnerability requires authentication, an attacker with some level of access can use it to escalate privileges or extract sensitive information.

Detection Guidance

This SQL Injection vulnerability in the /patientlogin.php file can be detected by testing the 'loginid' parameter for SQL injection flaws. One common approach is to use automated tools like sqlmap to perform time-based blind SQL injection tests.

  • Use sqlmap with a command similar to: sqlmap -u "http://target/patientlogin.php?loginid=1" --time-sec=5 --technique=T
  • Manually test by injecting SQL payloads into the 'loginid' parameter, such as adding a single quote (') to check for SQL errors or delays.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements to prevent SQL injection, validating and sanitizing all user inputs, and minimizing database permissions to limit the impact of a potential exploit.

  • Use prepared statements or parameterized queries in the /patientlogin.php file to handle the 'loginid' parameter safely.
  • Perform input validation to ensure only expected data formats are accepted.
  • Limit database user privileges to only what is necessary for the application.
  • Conduct regular security audits and code reviews to detect and fix vulnerabilities early.
Compliance Impact

The SQL injection vulnerability in the Hospital Management System 1.0 allows unauthorized database access, data leakage, tampering, and potential system control. Such unauthorized access and data breaches can lead to violations of data protection regulations like GDPR and HIPAA, which mandate the protection of personal and health information. Exploitation of this vulnerability could result in exposure of sensitive patient data, thereby impacting compliance with these standards.

Mitigating this vulnerability through prepared statements, input validation, minimizing database permissions, and regular security audits is essential to maintain compliance with these regulations.

Chat Assistant

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

EPSS Chart