flash - Is that possible generate XSS by actionscript's Sound.load() function? -
I've got some episode code such as:
var s: sound = new sound (); S.addEventListener (event.complete, on-loaded); Var req: URLRequest = new URLRequest (XX_EXTERNAL_URL); S.load (request); In which case the attacker can control XX_EXTERNAL_URL , is he weak?
Most likely it will only generate a sound conversion error or trash sound, which is the SWF Player Or have no effect on the system. Someone needs to have a bug in the sound code which is causing the code injection or data to be corrupted to make this attack successful. But, with the predefined code of the sound object, whether it is either or not, so if you load the sound from somewhere then it will not be too vulnerable.
Comments
Post a Comment