Latest JAS v1.1.0
144 plugins online

Add CSRF prevention support

JAS16JAN006
Project
JAS Core (JAS)
Reported
Rank
3
Cross-Site Request Forgery (CSRF) are request to the server initiated from other websites. Allowing this is potentially dangerous as the request piggybacks on the existing session on the server if it's ran from the same browser (imagine 2 tabs, 1 logged in on the server, the other with a malicious site that sends a request to the server).  The most suitable way to prevent this seems to be Synchronizer Token Pattern  (STP) which effectively requires a unique token to be sent...


Report issues

We're currently not allowing issue reporting directly via ITS. Please use the feedback form to submit your issues.