Code Projects · Hospital Information System · CVE-2026-85397
**Name of the Vulnerable Software and Affected Versions**
code-projects Hospital Information System version 1.0
**Description**
A remote SQL injection is possible through the manipulation of the `Search` argument within the `findBySearch()` function located in the addReq.php file. SQL injection is a technique where an attacker inserts malicious SQL code into a query, allowing them to manipulate the database.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
As a temporary workaround, restrict access to the addReq.php file or avoid using the `Search` argument within the `findBySearch()` function.