CVE-2025-69949
Received Received - Intake

SQL Injection in kishan0725 Hospital Management System

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

Publication date: 2026-07-29

Last updated on: 2026-07-30

Assigner: MITRE

Description

kishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in check_availability.php via the parameters emailid and email.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-30
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD

Affected Vendors & Products

Currently, no data is known.

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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is a SQL Injection in the Hospital Management System 4.0. It occurs in the check_availability.php file and can be exploited through the emailid and email parameters. This allows an attacker to manipulate SQL queries, potentially accessing or modifying sensitive data in the database.

Detection Guidance

To detect SQL Injection in check_availability.php, inspect HTTP requests to the parameter emailid or email for suspicious inputs like single quotes or SQL keywords. Use tools like sqlmap to test for vulnerabilities with commands such as: sqlmap -u "http://target/check_availability.php?emailid=test" --data="emailid=test'" --batch.

Impact Analysis

If exploited, this vulnerability could allow unauthorized access to patient records, staff data, or other sensitive information stored in the hospital management system. Attackers might steal, alter, or delete data, leading to privacy breaches or system disruptions.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA. GDPR requires protecting personal data, and HIPAA mandates safeguarding health information. A breach due to SQL Injection could result in legal penalties, fines, and reputational damage for organizations handling sensitive data.

Mitigation Strategies

Immediately patch the Hospital Management System to the latest version. If no patch is available, disable the vulnerable check_availability.php file or restrict access to it. Implement input validation for emailid and email parameters to reject SQL special characters.

Chat Assistant

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

EPSS Chart