exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 843 discussion

Actual exam question from CompTIA's SY0-601
Question #: 843
Topic #: 1
[All SY0-601 Questions]

A website user is locked out of an account after clicking an email link and visiting a different website. Web server logs show the user’s password was changed, even though the user did not change the password. Which of the following is the most likely cause?

  • A. Cross-site request forgery
  • B. Directory traversal
  • C. ARP poisoning
  • D. SQL injection
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
shady23
1 year, 1 month ago
Selected Answer: A
A. Cross-site request forgery Cross-site request forgery (CSRF) is the most likely cause in this scenario. CSRF occurs when a user is tricked into performing actions on a website without their knowledge or consent. In this case, the user clicked on an email link, likely leading them to a malicious website that executed a request to change the user's password on the legitimate website where they were logged in. The user's session was exploited to perform unauthorized actions, such as changing the password, without their explicit consent. This type of attack can be prevented by implementing mechanisms like CSRF tokens to validate the origin of requests.
upvoted 1 times
...
7308365
1 year, 4 months ago
A. Cross-site request forgery (XSRF) is a malicious script hosted on the attacker's site that can exploit a session started on another site in the same browser. Also known as client-side forgery or CSRF The user is locked out of an account only after clicking an email link and visiting a different website indicating that cross-site forgery most likely took place
upvoted 4 times
...
Hs1208
1 year, 5 months ago
Selected Answer: A
Cross-site request forgery (CSRF) (Option A): CSRF is an attack where a malicious website tricks a user's browser into making an unintended request to another site where the user is authenticated. In this case, clicking the email link and visiting a different website could have initiated a request to change the password on the target website without the user's knowledge
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...