CVE-2026-85399
Received Received - Intake

SQL Injection in Hospital Information System 1.0

Vulnerability report for CVE-2026-85399, 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 security flaw has been discovered in code-projects Hospital Information System 1.0. Affected by this vulnerability is the function getSinglePresp of the file includes/presp/PrespController.php. Performing a manipulation of the argument ID results in sql injection. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks.

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

This is a SQL injection vulnerability in the Hospital Information System 1.0. It exists in the getSinglePresp function of the file includes/presp/PrespController.php. The vulnerability allows attackers to manipulate the ID argument to inject malicious SQL queries. The flaw can be exploited remotely without authentication.

Detection Guidance

To detect this SQL injection vulnerability, monitor network traffic for suspicious database queries targeting the Hospital Information System. Check logs for unusual requests to the PrespController.php endpoint with manipulated 'id' parameters. Use tools like SQLmap to test for SQL injection by sending payloads such as ' OR 1=1 -- or ' UNION SELECT NULL, version() --.

Impact Analysis

This vulnerability can lead to unauthorized database access, data tampering, sensitive information leakage, system control, and service disruption. Attackers can execute arbitrary SQL commands to steal, modify, or delete data.

Compliance Impact

This vulnerability can severely impact compliance with GDPR and HIPAA by enabling unauthorized access to sensitive personal and health data. It may lead to data breaches, violating confidentiality requirements and resulting in legal penalties.

Mitigation Strategies

Immediately update the Hospital Information System to a patched version if available. Implement prepared statements for all database queries to prevent SQL injection. Restrict database user permissions to the minimum required. Validate and sanitize all user inputs, especially the 'id' parameter in PrespController.php. 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-85399. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart