Multiple choice technology security

Cross Site Scripting is an attack against

  1. Client (Browser)

  2. Database

  3. Web Application

  4. Web Server

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XSS attacks execute malicious scripts in the victim's browser, compromising the client. The vulnerability exists in the web application, but the attack impact is on the client side where the malicious code runs.