The UI Performs the Wrong Action in robotichead/nearbeach
Reported on
Oct 16th 2021
Description
Sensitive data on the application can be exposed after the user logout
Proof of Concept
1 Login to the application ( https://demo.nearbeach.app/ )
2 Goto page like My Account , or Any other page
3 Click logout
4 Click browser back button
Impact
When a user logs out without closing the browser someone can view the information inside by clicking the back button on the browser.
Occurrences
settings.py L9
not sure about exact file and line of occurrence
Add this code resolve this issue
addHeader("Cache-Control", "no-cache, no-store, must-revalidate");
Hello,
We have tried to re-replicate this issue however can not anymore. Can you please confirm that you can not re-replicate this issue.
Thank you
Regards Robotichead