CSRF
Cross-site request forgery
In a CSRF attack an innocent end user is tricked by an attacker into submitting a web request that they did not intend. This may cause actions to be performed on the website that can include inadvertent client or server data leakage, change of session state, or manipulation of an end user's account.
Source attribution
Some parts of this page are based on Cross-site request forgery by Wikipedia, which is licensed under CC-BY-SA 3.
Last updated
Was this helpful?