Access Token Not Expiring After Logout
Last updated
Was this helpful?
Last updated
Was this helpful?
The application access token is not expiring after logout.
An attacker can use the previous access token to perform malicious activities.
When click the view to view the record as shown in the below screenshot.
In burp suite, go to proxy tab and go to HTTP history. Then sent the captured above request to the repeater by right click on the packet.
Logged out as shown In the below screenshots
As the token is not expiring after logout we can able to view the record when we send the view request. as shown in the below screenshots
We recommend the following:
The access token should expiry after the logout of user.
Access token should expiry if the user closing the browser without logging out.
Access token should have a defined time-out.
Go to the respective site (Eg: )
Open Burp suite Community Edition. Here, is the to configuration on your browser.