XSS

Associate
Joined
28 Feb 2009
Posts
519
Hi
I've been given the task of creating a presentation on the topic of XSS. I only really understand the basics so could do with a little help. Does anyone know of any high profile cases or interesting facts that I could include to jazz it up a bit?

Many Thanks

Mark
 
And have a look at some of the items on the XSS Cheat Sheet.

Another interesting tid-bit is that if you provide protection against CSRF (Cross Site Request Forgery), e.g. by using a token, even a single XSS vulnerability on the page will render that (and any other) countermeasure null and void.

which is fun.
 
Back
Top Bottom