CVE-2025-69944
Deferred Deferred - Pending Action

SQL Injection in kishan0725 Hospital Management System

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

Publication date: 2026-07-29

Last updated on: 2026-08-04

Assigner: MITRE

Description

kishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in the view-medhistory.php endpoint via the viewid parameter.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-08-04
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 Hospital Management System 4.0 has a SQL Injection vulnerability in the view-medhistory.php file. This flaw allows attackers to inject malicious SQL code through the viewid parameter, potentially accessing or manipulating the database.

Detection Guidance

To detect this SQL injection vulnerability in the Hospital Management System 4.0, inspect HTTP requests to the view-medhistory.php endpoint for the viewid parameter. Look for unusual input patterns like single quotes, semicolons, or SQL keywords (e.g., UNION, SELECT). Use tools like curl to send test payloads such as viewid=1' OR '1'='1 to observe database responses.

Impact Analysis

This vulnerability could allow unauthorized access to sensitive patient data, including medical records. Attackers might extract, modify, or delete data, leading to privacy breaches or system disruption.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access risks. GDPR requires protecting personal data, while HIPAA mandates safeguarding health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the Hospital Management System to the latest version. If no patch is available, implement input validation to sanitize the viewid parameter, blocking special characters. Use prepared statements in the application code to prevent SQL injection. Temporarily restrict access to the view-medhistory.php endpoint if possible.

Chat Assistant

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

EPSS Chart