A weakness in the patient portal is reached
The attacker probes a patient-facing portal and finds an access-control or input-handling weakness that lets them influence which records the application returns, moving beyond their own account's boundary.
Get the portal to return data or perform actions beyond one account's scope.
- Robust object-level authorisation on every record access
- Secure development lifecycle with access-control testing
- Web application firewall and anomaly monitoring
- Requests iterating over record identifiers
- Access-control failures or unusual authorisation patterns
- One account requesting many other patients' records
- Application test focused on broken object-level authorisation
- Review access-control enforcement per record
- Validate monitoring for enumeration of record IDs
The attacker can reach records beyond their own account.