CVE-2025-69945
Received Received - Intake

SQL Injection in kishan0725 Hospital Management System

Vulnerability report for CVE-2025-69945, 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 /doctor/edit-patient.php?editid=1.

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 Hospital Management System 4.0 by kishan0725 has a SQL Injection vulnerability in the /doctor/edit-patient.php file when the editid parameter is used. This allows attackers to inject malicious SQL code into the application, potentially accessing or manipulating the database.

Detection Guidance

To detect SQL injection vulnerabilities in the Hospital Management System 4.0, you can test the affected endpoint /doctor/edit-patient.php?editid=1 by sending crafted input. Use tools like SQLmap with a command such as: sqlmap -u "http://target-site/doctor/edit-patient.php?editid=1" --batch. Alternatively, manually test with inputs like editid=1' OR '1'='1 to observe error messages or unexpected behavior.

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. Attackers might steal personal health information or disrupt operations.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for protecting patient data. It could result in legal penalties, fines, and reputational damage due to unauthorized data exposure or breaches of confidentiality.

Mitigation Strategies

Immediately patch or update the Hospital Management System to the latest version. Disable or restrict access to the vulnerable /doctor/edit-patient.php endpoint if no patch is available. Review and sanitize all user inputs to prevent SQL injection.

Chat Assistant

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

EPSS Chart