Slide 11
Slide 11 text
XSS Attacks
● Cross Site Scripting (XSS) attacks inject malicious browser code (eg. HTML,
JavaScript, etc.) into a website through some sort of input form
○ This code can access cookies, session data, etc. from other users
○ It can also write over the existing HTML source
● Stored XSS attacks store some browser code on a server
○ It could be stored in a comment, on a forum board, etc.
○ This code is then executed whenever a user visits that part of the website
● Reflected XSS attacks are passed through some sort of link or email
○ Typically, the malicious code is in the URL in some way
○ However, your browser will trust the source of the website