CVE-2026-82914
Received Received - Intake

SQL Injection in Hospital Management System

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A security flaw has been discovered in kishan0725 Hospital-Management-System 1.0. This vulnerability affects unknown code of the file /search.php. The manipulation of the argument Contact results in sql injection. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-09-01
AI Q&A
2026-09-01
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-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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in the Hospital-Management-System 1.0 software. It exists in the /search.php file where the Contact argument is not properly sanitized. Attackers can manipulate this input to execute arbitrary SQL commands on the database.

Detection Guidance

To detect this SQL injection vulnerability in the Hospital-Management-System, inspect network traffic for suspicious requests targeting /search.php with unusual Contact parameter values. Look for patterns like single quotes, SQL keywords (e.g., UNION, SELECT), or excessive data in the Contact field. Use tools like Wireshark to capture HTTP requests or log analysis to identify malformed queries.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the hospital management system's database. This may include patient records, staff information, or other confidential data. The public availability of the exploit increases the risk of real-world attacks.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized data access risks. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A successful exploit could lead to regulatory penalties.

Mitigation Strategies

Immediately patch or update the Hospital-Management-System to a fixed version. If no patch exists, implement input validation for the Contact parameter in /search.php to reject special characters. Use web application firewalls to block SQL injection attempts. Disable public access to /search.php if not required.

Chat Assistant

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

EPSS Chart