Page 1 of 1

Which of the following are the limitations for the cross site request forgery (CSRF) attack?

Posted: Mon Aug 01, 2022 9:41 am
by answerhappygod
Which of the following are the limitations for the cross site request forgery (CSRF) attack?

A. The attacker must determine the right values for all the form inputs.
B. The attacker must target a site that doesn't check the referrer header.
C. The target site should have limited lifetime authentication cookies.
D. The target site should authenticate in GET and POST parameters, not only cookies.