exam questions

Exam 312-50v11 All Questions

View all questions & answers for the 312-50v11 exam

Exam 312-50v11 topic 1 question 183 discussion

Actual exam question from ECCouncil's 312-50v11
Question #: 183
Topic #: 1
[All 312-50v11 Questions]

Judy created a forum. One day, she discovers that a user is posting strange images without writing comments. She immediately calls a security expert, who discovers that the following code is hidden behind those images:

What issue occurred for the users who clicked on the image?

  • A. This php file silently executes the code and grabs the user's session cookie and session ID.
  • B. The code redirects the user to another site.
  • C. The code injects a new cookie to the browser.
  • D. The code is a virus that is attempting to gather the user's username and password.
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
Daniel8660
Highly Voted 1 year, 2 months ago
Selected Answer: A
Cross-Site Request Forgery (CSRF) Attack also known as a one-click attack, occurs when a hacker instructs a user’s web browser to send a request to the vulnerable website through a malicious web page. The victim holds an active session with a trusted site and simultaneously visits a malicious site, which injects an HTTP request for the trusted site into the victim user’s session. (P.1798/1782)
upvoted 5 times
...
victorfs
Most Recent 7 months, 4 weeks ago
Selected Answer: A
The correcto option is A
upvoted 1 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 ...