nmcfeters Wrote:
-------------------------------------------------------
> aim://, irc://, and others may have flaws as well.
> This is in fact the case.
> DEFCON it contains the XSS attack that will land
> you control of SEH and pointer to next SE Handler
> from the Trillian flaw as well as some other
cross application scripting is a great name for this sort of thing. we're going to see more and more of this in the future.
when I watched the video on writing xss w0rms on milw0rm
[
milw0rm.com]
i came up with some ideas that involve cross application scripting in a very similar way that you just spoke about.
in the video, the author shows how to exploit xss in meebo to control the functionality that meebo has access to. i thought that it would be interesting to send shellcode over meebo's im infrastructure to the fat im clients. the worm could enumerate all of the people on the buddylists and send an xss that contains the shellcode that would allow loading of a syscall proxy or rootkit, etc into the vulnerable fat im clients. thus, cross application scripting - but with an xss worm twist.
as air, silverlight, gears, et al roll out - we're going to see even more cross application scripting type attack patterns.
i'll have to read through all your work and let you know what i think.