You have not logged in. Access is limited, Please login to get full Access
Logo

Cross-site scripting (XSS)

Cross-site scripting (XSS) is a web security vulnerability that allows attackers to inject malicious scripts into webpages viewed by other users. These scripts, typically written in JavaScript, can steal cookies, session tokens, or other sensitive information, and even perform actions on behalf of users. XSS occurs when user input is improperly validated or sanitized. There are three main types: stored, reflected, and DOM-based XSS, each targeting different parts of the application.

Scenario:
Craw.in is launching a new internal feedback forum for employees. The developers quickly built a basic site where users can submit feedback. They haven't had a chance to implement proper input sanitization yet.

 

Answer The Questions

Admin Panel