<aside> 💡 CSRF occurs when a malicious application causes the user’s browser to perform an unwanted action through a request to a web site where the user is currently authenticated
</aside>
The main thing to keep in mind is that browsers make requests (with cookies) to any origin, allowing specific actions to be performed when requested
If a user is logged in to one site that offers the capability to execute some sort of task and an attacker tricks the user’s browser into making a request to one of these task URIs, then the task is performed as the logged-in user
An attacker will embed malicious HTML or JavaScript code into an email or website to request a specific task URI that executes without the user’s knowledge