I faced a vulnerability OWASP A8 Role Based Access Control (RBAC) in my application.
Scenario: When two users A,B logging into application at the same time, second, milli second then user A got to see user B dashboard. And User B faced 5XX error.
issue: User A could modify B's data
To get this repro, we really tried hard and finally using PhantomJS and Selenium we could able to repro the issue by providing screenshots to the customer.
I just wonder, is this possible with ZAP? logging in two different users at same milli second?