vendor:
Online Healthcare Patient Record Management System
by:
Daniel Monzón (stark0de)
5.5
CVSS
MEDIUM
Authentication Bypass
287
CWE
Product Name: Online Healthcare Patient Record Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:online_healthcare_patient_record_management_system:1.0
Platforms Tested: Kali Linux 2020.2 x64
2020
Online Healthcare Patient Record Management System 1.0 – Authentication Bypass
The Online Healthcare Patient Record Management System suffers from multiple authentication bypass vulnerabilities. The login.php file allows a user to just supply ‘ or 1=1 – as a username and whatever password and bypass the authentication. The same happens with login.php for the admin area. There is also an authentication bypass issue located in add_user.php.
Mitigation:
Implement proper input validation and sanitization to prevent SQL injection attacks. Use prepared statements or parameterized queries to securely handle user input.