Multiple choice technology security

which is true about CSRF

  1. CSRF attacks are also known as "Sea Surf",

  2. CSRF attacks are also known as Session Riding,

  3. CSRF attacks are also known as , Hostile Linking.

  4. CSRF attacks are also known as One-Click attack

  5. 1 and 2

  6. All

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

CSRF attacks are known by multiple names in security literature: 'Sea Surf' (play on CSRF), 'Session Riding' (because the attacker rides the victim's valid session), 'Hostile Linking' (malicious links that exploit authentication), and 'One-Click attack' (can be triggered with a single click). All four names refer to the same vulnerability.