December 2015
Intermediate to advanced
232 pages
5h 8m
English
Everything we hear is an opinion, not a fact. Everything we see is a perspective, not the truth.
In the previous chapter we looked at XSS, one of the most widely used client-side attacks. In this chapter, we look at another client-side attack: cross-site request forgery (CSRF).
Cross-site request forgery, also known as one-click attack or session riding, is an attack that makes unauthorized requests on the behalf of a trusted user. Whereas XSS exploits the user’s trust, CSRF exploits the site’s trust in the user’s browser, as illustrated in the following figure.
Attackers use this method to modify ...
Read now
Unlock full access