CVE-2026-85397
Received Received - Intake

SQL Injection in Hospital Information System 1.0

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulDB

Description

A vulnerability was determined in code-projects Hospital Information System 1.0. This impacts the function findBySearch of the file addReq.php. This manipulation of the argument Search causes sql injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects hospital_information_system 1.0

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

CVE-2026-85397 is a SQL injection vulnerability in the Hospital Information System Project V1.0. It exists in the search parameter of the findBySearch function in addReq.php due to insufficient input validation. Attackers can inject malicious SQL queries remotely without authentication, potentially accessing, manipulating, or deleting sensitive data.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-85397, monitor web application logs for unusual search parameter inputs. Use tools like SQLmap to test for injection points by sending crafted requests to the vulnerable parameter. Check for error messages in responses that indicate SQL syntax issues.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands. Impacts include unauthorized database access, data manipulation or deletion, sensitive information leakage, and potential full system compromise. Exploits may involve boolean-based blind, error-based, stacked queries, time-based blind, or UNION query attacks.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access and potential data breaches. GDPR requires protection of personal data and breach notification, while HIPAA mandates safeguards for protected health information. Exploitation could lead to non-compliance penalties and legal consequences.

Mitigation Strategies

Immediately apply input validation to sanitize the 'search' parameter in addReq.php. Replace dynamic SQL queries with prepared statements using parameter binding. Restrict database user permissions to least privilege. Conduct a security audit to identify other potential vulnerabilities.

Chat Assistant

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

EPSS Chart