Bookmarks tagged [csrf]
https://auth0.com/docs/protocols/state-parameters
Authorization protocols provide a state
parameter that allows you to restore the previous state of your application. The state
parameter preserves some state objects set by the client in the Autho...
https://owasp.org/www-community/attacks/csrf
Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated. With a little help of social engineeri...
https://haacked.com/archive/2009/04/02/anatomy-of-csrf-attack.aspx/
A Cross-site request forgery attack, also known as CSRF or XSRF (pronounced sea-surf) is the less well known, but equally dangerous, cousin of the Cross Site Scripting (XSS) attack. Yeah, they come fr...
- 📆 published on: 2009-04-02
- tags: security, csrf
- source code