Hospital Information System version 1.0 suffers from a remote SQL injection vulnerability that allows for authentication bypass.
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.
Link | Tags |
---|---|
https://code-projects.org/hospital-information-system-in-php-with-source-code/ | third party advisory |
https://github.com/saitamang/POC-DUMP/blob/main/Hospital%20Information%20System/README.md | third party advisory exploit |
https://github.com/saitamang/POC-DUMP/tree/main/Hospital%20Information%20System | third party advisory exploit |
https://packetstormsecurity.com/files/167803/Hospital-Information-System-1.0-SQL-Injection.html | exploit vdb entry third party advisory |