CVE-2026-76574
Received Received - Intake

SQL Injection in Hospital Information System 1.0

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

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: VulDB

Description

A flaw has been found in code-projects Hospital Information System 1.0. The impacted element is the function User::login of the file includes/users/UsersController.php of the component User Login Handler. This manipulation of the argument email causes sql injection. The attack is possible to be carried out remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-20
AI Q&A
2026-08-20
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-76574 is an SQL injection vulnerability in code-projects Hospital Information System 1.0. The flaw exists in the User::login function of the file includes/users/UsersController.php. The vulnerability occurs because the email parameter is directly embedded into a SQL query without proper sanitization, allowing remote attackers to manipulate input and execute malicious SQL commands.

Detection Guidance

To detect this SQL injection vulnerability, inspect the login handler in includes/users/UsersController.php for direct SQL query construction using the email parameter. Test with inputs like ' OR '1'='1' in the email field to see if it bypasses authentication. Use tools like SQLmap to automate detection by targeting the login endpoint with crafted payloads.

Impact Analysis

This vulnerability allows remote attackers to bypass authentication, extract sensitive database information, or alter data. It could lead to unauthorized access to patient records, system manipulation, or data breaches in the hospital information system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to sensitive health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the UsersController.php to use parameterized queries instead of embedding user input directly into SQL. Implement strict input validation for the email field, reject suspicious inputs, and hash passwords using strong algorithms. Audit other controllers in includes/ for similar SQL injection risks and restrict database account privileges.

Chat Assistant

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

EPSS Chart