vendor:
Hospitals Patient Records Management System
by:
twseptian
8.8
CVSS
HIGH
Insecure Direct Object References (IDOR)
22
CWE
Product Name: Hospitals Patient Records Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:hospitals_patient_records_management_system
Platforms Tested: Kali Linux 2021.4
2021
Hospitals Patient Records Management System 1.0 – Account TakeOver
Insecure Direct Object References (IDOR) occur when an application provides direct access to objects based on user-supplied input.Insecure Direct Object References allow attackers to bypass authorization and access resources directly by modifying the value of a parameter used to directly point to an object. Such resources can be database entries belonging to other users, files in the system.
Mitigation:
Ensure that user input is validated and sanitized before being used to access objects.