Cross-site Request Forgery: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 December 2023

  • curprev 16:4616:46, 13 December 2023Ai talk contribs 2,816 bytes +2,816 Created page with "== Overview == Cross-site Request Forgery (CSRF) is a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the web application trusts. It is also known as a one-click attack or session riding and abbreviated as CSRF or XSRF. CSRF attacks specifically target state-changing requests, not theft of data, since the attacker has no way to see the response to the forged request. == Mechanism of Action == In a CSRF attack, the vic..."