Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 682 Bytes

0165.md

File metadata and controls

15 lines (12 loc) · 682 Bytes

Which of the following are the limitations for the cross site request forgery (CSRF) attack? Each correct answer represents a complete solution. (Choose two)

  • 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 authenticate in GET and POST parameters, not only cookies.
  • D) The target site should have limited lifetime authentication cookies.
Answer

Answer: A, B