<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007lPNsWCAWOkta Classic EngineAPI Access ManagementAnswered2024-03-25T23:24:07.000Z2022-06-28T08:02:50.000Z2022-06-29T15:38:33.000Z

aztal (aztal) asked a question.

Authentication Token Reuse Leads to Account Takeover

During the penetration test, it was found that the access token (JWT) can be reused to generate a valid session cookie.

url/wp-login.php?log_in_from_id_token=eyJra...

Can be copied from a network call and used as a URL with a token to log in again and the application server enables the reuse.

Can I prevent it by revoking the token after the user logs in or is there any other solution?

Thanks!

 


This question is closed.
Loading
Authentication Token Reuse Leads to Account Takeover