JavaScript CSS exploit in Internet Explorer
This issue allows an attacker to insert inject random JavaScript code which could potentialy be very harmful. It’s the same exploit that was used by the MySpace Worm. If you are using sanitize(), this is something to be aware of.
sanitize("<div style=\"width: expression(alert('gotcha'))\">pure innocence</div>")
Causes an infinite loop alert box in IE 7. Currently applies to Ruby on Rails 1.2.2.
No comments yet, be the first one!
Leave a Reply