Cross-site scripting

XSS attacks

Report a typo

Match the names of the categories of XSS attacks with the conditions in which they occur.

Match the items from left and right columns
Reflected
Stored
DOM Based
When an attacker manages to inject malicious code into the server which is executed in the browser every time the original page is accessed.
When a user clicks on a specially prepared link. This link sends a request to the site with the vulnerability.
When a web application contains client JavaScript code that processes data from an untrusted source in an insecure manner, by writing the data back to the DOM.
___

Create a free account to access the full topic