Homer recently received an email thanking him for a purchase that he did not make. He asked an administrator about it and the administrator noticed a pop-up window, which included the following code:

Homer recently received an email thanking him for a purchase that he did not make. He asked an administrator about it and the administrator noticed a pop-up window, which included the following code:


<body onload="document.getElementByID('myform').submit()">
<form id="myForm" action="gcgapremium.com/purchase.php" method="post"
<input name="Buy Now" value="Buy Now" />
</form>
</body>

What is the MOST likely explanation?


A. XSRF
B. Buffer overflow
C. SQL injection
D. Fuzzing


Answer: A. XSRF


Learn More :

Cyber Security Website Attacks

Learn More Multiple Choice Question :