InterviewSolution
Saved Bookmarks
| 1. |
What threat is presented by cross-site scripting attacks? |
|
Answer» An XSS attack can turn a web application or WEBSITE into a vector for delivering malicious SCRIPTS to the web browsers of unsuspecting VICTIMS. XSS attacks can exploit VULNERABILITIES in a range of programming environments, including VBScript, Flash, ActiveX, and JavaScript. |
|