Jump to content
Gonzalez

MySpace XSS for Firefox 0day

Recommended Posts

Posted

MySpace XSS for Firefox 0day

Credit: RSnake

Whelp, V-Wall ( http://v-wall.co.uk/ ) is at it again - finding more XSS vulnerabilities in MySpace. This is a pretty interesting one, because I think it proves a few points that are worth discussing. First of all, let’s just show the exploits in action:

myspace-conversion-xss-1.jpg

myspace-conversion-xss-2.jpg

myspace-conversion-xss-3.jpg

So here’s the deal. MySpace sees his vector which is onload_= which uses the non-alpha-non-digit XSS vector. That works in FireFox. Now, MySpace decides to modify the forward slash and turn it into “..” which they think will break his vector. Oh contrare! It then looks like onload.._= which doesn’t change the vector one bit!

Lessons learned?

1) Don’t modify vectors if you don’t know what you’re doing.

2) Make certain you have checked all vectors with your conversion filters and

3) Don’t accept HTML, duh!. Well that last one is mine, but really, if you can help it, don’t allow users to enter stuff that can execute code. This would allow MySpace to be vulnerable to another worm, account take-overs or worse. Ouch. Thanks to V-Wall for the info!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...