XSS chained with CSRF = Stored XSS?
I have recently heard that XSS + CSRF = stored XSS. I didn’t think too much about it at the time, but now it’s bugging me, because it doesn’t make too much sense.
I would say that it can stand true, if the XSS was “self-stored XSS” for wh…