Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) is a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the web application trusts. It is classified as a server-side vulnerability and targets state-changing requests, not data theft (as is the case with cross-site scripting). CSRF exploits the trust that a web application … Read more