cybersecuritybase / cybersecuritybase.github.io

Cyber Security Base with F-Secure
52 stars 26 forks source link

Cross-site Request Forgery: (CRSF) -> (CSRF) #41

Closed Hlynrkjaer closed 6 years ago

Hlynrkjaer commented 6 years ago

Hello,

Part-Three of Security Software course with next words:

1.8. Cross-site Request Forgery Cross-site Request Forgery (CRSF) makes it possible to create requests from another site (source) to the web application (target). If the user who is accessing the source site is authenticated to the target web application, the browser of the user will send an authentication token (e.g. cookie) with the request to the target application as the user is accessing the source site, making it possible to access data as an authenticated user that should not be accessible.

Does "CRSF" should be "CSRF"?

Thanks!

nygrenh commented 6 years ago

Fixed. Thanks!