Cross-Site Request Forgery (CSRF) is a type of attack where a malicious website tricks a user's browser into performing unwanted actions on a different site where the user is authenticated. This exploit takes advantage of the trust that a web application has in the user's browser, potentially leading to unauthorized actions such as data theft or account manipulation.