CISSP · Question #1049
Which of the following types of web-based attack is happening when an attacker is able to send a well-crafted, malicious request to an authenticated user without the user realizing it?
The correct answer is B. Cross-Site request forgery (CSRF). The type of attack you're describing, where an attacker sends a malicious request to an authenticated user without them realizing it, is a Cross-Site Request Forgery (CSRF) attack. In a CSRF attack, the attacker tricks the victim (who is already authenticated on a website) into m
Question
Which of the following types of web-based attack is happening when an attacker is able to send a well-crafted, malicious request to an authenticated user without the user realizing it?
Options
- Aross-Site Scripting (XSS)
- BCross-Site request forgery (CSRF)
- CCross injection
- DBroken Authentication And Session Management
How the community answered
(42 responses)- A7% (3)
- B88% (37)
- C2% (1)
- D2% (1)
Explanation
The type of attack you're describing, where an attacker sends a malicious request to an authenticated user without them realizing it, is a Cross-Site Request Forgery (CSRF) attack. In a CSRF attack, the attacker tricks the victim (who is already authenticated on a website) into making an unwanted request to that site, often causing the victim to unknowingly perform actions such as changing account settings or transferring funds. So the correct answer is B.
Topics
Community Discussion
No community discussion yet for this question.