CVE-2026-13495
Received Received - Intake

SQL Injection in Hospital Management System 1.0

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

Publication date: 2026-06-28

Last updated on: 2026-06-28

Assigner: VulDB

Description

A vulnerability has been found in itsourcecode Hospital Management System 1.0. Impacted is an unknown function of the file /adminprofile.php. The manipulation of the argument loginid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection issue found in the Hospital Management System version 1.0, specifically in the /adminprofile.php file. It occurs because the 'loginid' 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 'loginid' parameter. This allows them to gain unauthorized access to the database, potentially leading to data leakage, data tampering, full system control, and service disruption.

The attack can be initiated remotely but requires prior authentication. Suggested mitigations include using prepared statements, validating input, minimizing database user permissions, and performing regular security audits.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive data, data leakage, and tampering with database contents.

An attacker exploiting this flaw could gain full control over the system, potentially disrupting services and compromising the integrity and availability of the Hospital Management System.

Detection Guidance

This SQL injection vulnerability in the 'loginid' parameter of /adminprofile.php can be detected by testing the parameter for SQL injection flaws.

A common approach is to use automated tools like sqlmap to test the vulnerability by injecting SQL payloads through the 'loginid' parameter.

  • Example sqlmap command: sqlmap -u "http://target/adminprofile.php?loginid=1" --cookie="your_auth_cookie" --batch

Note that exploitation requires prior authentication, so testing should be done with valid credentials or session cookies.

Mitigation Strategies

Immediate mitigation steps include:

  • Use prepared statements with parameterized queries to prevent SQL injection.
  • Implement strict input validation and sanitization on the 'loginid' parameter.
  • Minimize database user permissions to limit the impact of a potential injection.
  • Conduct regular security audits and code reviews focusing on input handling.

Since the exploit has been publicly disclosed, prioritize patching or applying fixes as soon as possible.

Compliance Impact

The SQL injection vulnerability in the Hospital Management System 1.0 allows attackers with valid credentials to inject malicious SQL code, potentially leading to unauthorized database access, data leakage, tampering, and full system control.

Such unauthorized access and data leakage can compromise sensitive personal and health information, which may violate compliance requirements under regulations like GDPR and HIPAA that mandate protection of personal and health data.

Therefore, exploitation of this vulnerability could result in non-compliance with these standards due to failure to adequately protect sensitive data.

Chat Assistant

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

EPSS Chart