CVE-2025-69942
Received Received - Intake

SQL Injection in Kishan0725 Hospital Management System

Vulnerability report for CVE-2025-69942, 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-29

Assigner: MITRE

Description

kishan0725 Hospital Management System 4.0 is vulnerable to SQL Injection in /hms/doctor/view-patient.php?viewid=1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-29
Generated
2026-07-30
AI Q&A
2026-07-30
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

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-patient.php file. This flaw allows attackers to manipulate database queries by injecting malicious SQL code through the viewid parameter.

Detection Guidance

To detect SQL Injection in /hms/doctor/view-patient.php, test the viewid parameter with common SQLi payloads like ' OR 1=1 -- or ' OR '1'='1. Use tools like SQLmap with: sqlmap -u "http://target/hms/doctor/view-patient.php?viewid=1" --batch. Alternatively, Burp Suite or OWASP ZAP can intercept and modify requests to test for vulnerabilities.

Impact Analysis

This vulnerability could allow unauthorized access to sensitive patient data, enable data manipulation or deletion, and potentially compromise the entire hospital management system's database integrity.

Compliance Impact

This vulnerability likely violates HIPAA due to unauthorized access to protected health information and GDPR due to insufficient protection of personal data, potentially resulting in legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the Hospital Management System to the latest version. Apply input validation to sanitize the viewid parameter. Use prepared statements in the PHP code to prevent SQL Injection. Restrict database user permissions to limit damage if exploited.

Chat Assistant

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

EPSS Chart