SQL Injection Vulnerability in Hospital Information System 1.0
Hospital Information System 1.0 is vulnerable to unauthenticated remote SQL injection via the 'email' parameter in the User::login function, allowing for unauthorized database access.
CVE search metadata
CVE search record: CVE-2026-76574. Severity: high. CVSS: 7.3. KEV: no. Product: Hospital Information System (1.0). Brief: SQL Injection Vulnerability in Hospital Information System 1.0. Brief link: https://feed.craftedsignal.io/briefs/2026-08-hospital-information-system-sqli/
A critical SQL injection vulnerability, tracked as CVE-2026-76574, has been identified in version 1.0 of the code-projects Hospital Information System. The vulnerability exists within the 'User::login' function located in 'includes/users/UsersController.php'. An unauthenticated, remote attacker can exploit this flaw by supplying malicious SQL payloads through the 'email' argument during the authentication process. Successful exploitation allows an attacker to execute arbitrary SQL commands against the underlying database, potentially resulting in the unauthorized disclosure of sensitive patient information, data modification, or complete compromise of the application's database backend. Publicly available exploit code exists, increasing the risk of active exploitation.
Impact
The vulnerability affects the Hospital Information System 1.0, a software platform used in clinical or administrative healthcare environments. Successful exploitation may result in a complete breach of confidentiality and integrity of the data stored within the system, potentially exposing patient health information (PHI) and administrative records. Given the sensitivity of the data handled by hospital systems, the impact of unauthorized access is significant.
Recommendation
Prioritize the immediate decommissioning or patching of all instances of Hospital Information System 1.0. If the product cannot be updated or patched, ensure the application is removed from internet-facing segments immediately. Deploy Web Application Firewall (WAF) rules to inspect incoming HTTP requests for SQL injection signatures specifically targeting the 'email' parameter of login endpoints. Monitor web server access logs for anomalous payloads containing SQL keywords (e.g., SELECT, UNION, SLEEP, WAITFOR) within POST parameters to the identified login URI.
Immediate actions
Patch or decommission all internet-facing instances of Hospital Information System 1.0.
Mitigations
Block or restrict access to login endpoints in web application firewalls for the identified URI.
CVE-2026-76574
Detection coverage 1
Detects CVE-2026-76574 Exploitation - SQL Injection in User Login Handler
highDetects potential SQL injection attempts targeting the email parameter in the Hospital Information System login endpoint.
Detection queries are available on the platform. Get full rules →