{"id":7411,"date":"2022-04-15T12:33:50","date_gmt":"2022-04-15T19:33:50","guid":{"rendered":"https:\/\/webdev.securin.xyz\/?p=7411"},"modified":"2023-04-05T12:33:54","modified_gmt":"2023-04-05T19:33:54","slug":"account-take-over-attack-series-1-cross-site-request-forgery-account-takeover","status":"publish","type":"post","link":"https:\/\/webdev.securin.xyz\/articles\/account-take-over-attack-series-1-cross-site-request-forgery-account-takeover\/","title":{"rendered":"Account Take Over Attack Series 1: Cross-Site Request Forgery Account Takeover"},"content":{"rendered":"
Cross-Site Request Forgery (CSRF) is a vulnerability that lets an attacker execute some action on the web application on behalf of an authenticated victim user. So, for taking over an account, an attacker can update the password of the victim user. Other possibilities include updating the email or phone number of the victim and then resetting the password.<\/p>\n
As a demonstration, we will be using a vulnerable application having Cross-Site Request Forgery as a known vulnerability.<\/p>\n