Question 8
Suppose a particular user of an application hosted on http://example1.com has delete privilege and URL to delete resource with ID 1 is ‘http://example1.com/delete?id=1’. The user visits a malicious website having an image link with definition “<img src='http://example1.com/delete?id=1' />”, and the user clicks on the link, which in turn leads to the deletion of the resource without the knowledge of the user.
Which of the following correctly describes the above scenario?
Cross Site Scripting
Cross Site Request Forgery
Session Hijacking
None of these