Certified Ethical Hacker (CEH v10) — Question 79

Cross-site request forgery involves:

Answer options

Correct answer: C

Explanation

The correct answer is C because cross-site request forgery (CSRF) occurs when a browser sends a request to a server on behalf of a user without their consent. Option A describes a malicious request but does not capture the essence of CSRF, while B refers to proxy modifications which are not related to CSRF. Option D involves server-to-server communication, which is not the focus of CSRF attacks.