CVE-2026-82914
7.3kishan0725 · Hospital-Management-System
A SQL injection vulnerability in Hospital-Management-System 1.0 allows remote, unauthenticated attackers to execute malicious database queries via the Contact argument in search.php.
Executive summary
The kishan0725 Hospital-Management-System is vulnerable to remote SQL injection, which could allow an unauthenticated attacker to compromise backend database integrity.
Vulnerability
The application fails to properly sanitize user input in the Contact parameter of the search.php file, resulting in an SQL injection vulnerability that is accessible to unauthenticated remote attackers.
Business impact
Successful exploitation of this vulnerability allows an attacker to manipulate database queries, potentially leading to unauthorized data access, modification, or deletion. Given the CVSS score of 7.3, this high severity flaw poses a significant risk to the confidentiality and integrity of patient or administrative records managed by the system.
Remediation
Immediate Action: As there is no official vendor patch available, administrators should restrict network access to the affected search.php endpoint immediately or consider disabling the component until a fix is provided.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax patterns or unexpected characters in the Contact parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and block requests containing SQL injection payloads directed at the search.php endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical write-up provided via the referenced Feishu link.
Analyst recommendation
Due to the lack of a vendor-supplied patch and the presence of a public proof-of-concept, this vulnerability represents an immediate risk. Organizations utilizing this software must prioritize isolating the affected component from the public internet and implementing stringent input validation via a WAF to prevent exploitation.
More kishan0725 CVEs
Sources
Originally found and disclosed by hubdk01 (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-397291 | kishan0725 Hospital-Management-System search.php sql injection Vulnerability database entry
- VDB-397291 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-82914 | CVE Analysis and Report Third-party advisory
- Submit #878520 | https://github.com/kishan0725/Hospital-Management-System Hospital-Management-System 1.0 SQL Injection Third-party advisory
- Exploit / PoC